/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
background: #0e1d3a url(../images/bg.png) top center no-repeat;
font-family: Helvetica Neue, Helvetica, Arial;
}
.main_container{
width: 100%;
margin: 0 auto;
}
.header {
    width: 100%;
    float: none;
    margin-bottom: 120px;
}
a{
color: #fff;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a.logo {
    width: 380px;
    padding-top: 20px;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    display: block;
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 3px 10px black;
    cursor: initial;
    background: white;
}

a.logo span{
display: block;
font-size: 10px;
font-family: Bell Gothic Std;
font-weight: 100;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
}

a:hover.logo{
text-decoration: none;
} 

.content {
    width: 940px;
    margin: 0 auto;
    height: 170px;
}

h1{
font-size: 152px;
font-weight: bold;
line-height: 90px;
letter-spacing: -2px;
color: #fff;
float: left;
text-shadow:0px 5px 5px #162647;
}

h1 span{
display: block;
font-size: 44px;
font-weight: 200;
color: #d2e1ff;
letter-spacing: 0;
}

.right_side{
width: 376px;
float: right;
margin-top: 10px;
}

.right_side p{
font-size: 30px;
letter-spacing: -1px;
color: #fff;
font-weight: 200;
line-height: 50px;
}

ul.s_icons{
width: 376px;
height: 27px;
margin-top: 15px;
}

ul.s_icons li{
float: left;
background: url(../images/s_icons.png) 0 0 no-repeat;
height: 27px;
}

ul.s_icons li a{
display: block;
height: 27px;
}

ul.s_icons li.fb{
margin-right: 36px;
width: 100px;
height: 27px;
background-position: 0 0;
}

ul.s_icons li.fb:hover{
background-position: left bottom;
}

ul.s_icons li.tw{
margin-right: 38px;
background-position: -136px 0;
width: 100px;
height: 27px;
}

ul.s_icons li.tw:hover{
background-position: -136px bottom;
}

ul.s_icons li.in{
width: 101px;
height: 27px;
background-position: -275px 0;
}

ul.s_icons li.in:hover{
background-position: -275px bottom;
}

.email{
width: 643px;
margin: 0 auto;
}

.field{
width: 423px;
height: 61px;
float: left;
background: url(../images/field.png) left top no-repeat;
border: 0;
padding: 0 35px;
font-size: 26px;
color: #8598bb;
font-family: Helvetica Neue, Helvetica, Arial;
}

.submit{
width: 150px;
height: 61px;
float: left;
background: url(../images/submit.png) left top no-repeat;
border: none;
color: rgb(0 124 111 / 0%);
}

.submit:hover{
float: left;
background: url(../images/submit.png) left bottom no-repeat;
}
.search-form {
    margin-top: 50px;
    float: none;
    height: 60px;
    width: 100%;
}
img { 
    height: auto;
    width: 80%;
}

@media only screen and (max-width: 1030px) {
    .content {
        width: 90%;
        height: 300px;
    }
    .left_side {
        width: 100%;
        height: 200px;
    }
    .right_side {
        float: none;
    }
}

@media only screen and (max-width: 764px) {
    .email {
        width: 100%;
    }
    
    .field {
        width: 90%;
        background: white;
        border-radius: 30px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .submit {
        background: #007c6f;
        border-radius: 12px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        float: none;
        color: white;
        font-size: 26px;
}
h1 {
    font-size: 120px;
}
h1 span {
    font-size: 28px;
}
.right_side p {
    font-size: 25px;
    line-height: 35px;
}
.right_side {
    width: 100%;
}
    }

@media only screen and (max-width: 430px) {    
    a.logo {
    width: 90%;    
}
}
