@font-face {
    font-family: 'Trajan';
    src: url('fonts/TrajanBold.eot');
    src: url('fonts/TrajanBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TrajanBold.woff2') format('woff2'),
        url('fonts/TrajanBold.woff') format('woff'),
        url('fonts/TrajanBold.ttf') format('truetype'),
        url('fonts/TrajanBold.svg#TrajanBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


form .signup {
    color: #fff;
    margin: 0px 0px 30px 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    z-index: 4;
    position: relative;
    text-transform: sentence;
    font-family: Trajan;
}

.signup {
    margin-bottom: 60px;
}

.signup input {
	display: inline-block;
	outline: none;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;    
    border-radius: 0px;
}

.signup .email {
    background: transparent;
    border: 2px solid #fff;
    width: 350px;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    margin: 0px;
    display: inline-block;
    font-weight: normal;
    font-family: Trajan, Helvetica, sans-serif;
}

.signupbutton {
    background: transparent;
    border: none;
    padding: 10px 0px;
    font-size: 17px;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    margin: 0px;
    display: inline-block;
    font-weight: normal;
    text-transform: sentence;
    font-family: Trajan, Helvetica, sans-serif; 
}


.signupbutton:hover {
    color: #000;
}

#tour form {
    display: block;
    margin: 30px auto 0px auto;
}

#tour .signup .email {
    background: rgba(255,255,255,0.2);
    color: #000;
}


#tour .signup .email, #tour .signupbutton {
    display: block;
    margin: 0px auto;
    text-align: center;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
    text-transform: sentence;
    font-family: Trajan, Helvetica, sans-serif;    
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff; 
    text-transform: sentence;
    font-family: Trajan, Helvetica, sans-serif;    
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
    text-transform: sentence;
    font-family: Trajan, Helvetica, sans-serif;    
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
    text-transform: sentence;
    font-family: Trajan, Helvetica, sans-serif;    
}



.signupiframe {
    width: 500px;
    height: 270px;
    display: block;
    border: 0px;
    margin: 0 auto;
}