/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    max-width:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================  
reach us
==========================*/
.topBannerContainer {
    margin: 0;
    padding: 0;
    border: 0;
}

.topBanner {
    font-family: "lft-etica", sans-serif;
    padding: 12px;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    max-width: unset;
    line-height: 125%;
}

#reachus {
    margin-top: 70px;
}

#reachus h2{
    font-family: "etica-display",sans-serif;
    padding-bottom: 70px;
}

.contacts {
    max-width: 980px;
    margin: auto;
}

.contact {
    float: left;
    min-height: 90px;
    margin: auto;
}
.c0 {
    width: 23%;
}
.c1 {
    width: 23%;
}
.c2 {
    width: 19%;
}
.c3 {
    width: 21%;
}
.c4 {
    width: 14%;
}

.button {
    font-family: "lft-etica",sans-serif;
    font-style: normal;
    font-weight: 100;
    border-width:2px;
    border-style:solid;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:8px;
}

.sns img{
    width: 79px;
    height: 30px;
}

#sns {
    padding-bottom: 100px;
}


/* ========================  
contact us
==========================*/

#contact-us {
    margin-top: 100px;
    margin-bottom: 110px;
}

#contact-us h1 {
    font-size: 60px;
    line-height: 120%;
    padding-bottom: 50px;
}

#contact-us p {
    padding-bottom: 120px;
}

#contact-us .button {
    font-size: 17px;
    padding-left: 124px;
    padding-right: 124px;
    padding-top: 18px;
    padding-bottom: 18px;
}



@media (max-width:980px) {


    /* ========================  
    reach us medium
    ==========================*/

    #about-reachus {
        padding-top: 40px;
    }

    .contacts {
       max-width: 600px;
    }

    .c0 {
        width: 34%;
    }
    .c1 {
        width: 37%;
    }
    .c2 {
        width: 29%;
    }
    .c3 {
        width: 34%;
    }
    .c4 {
        width: 37%;
    }

    .button {
        font-size: 13px;
        padding:17px;
        border-radius:8px;
    }


    /* ========================  
    Tempest
    ==========================*/

    #contact-us {
        margin-top: 100px;
        margin-bottom: 110px;
    }

    #contact-us h1 {
        font-size: 50px;
        line-height: 120%;
        padding-bottom: 50px;
    }

    #contact-us .button {
        font-size: 17px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 18px;
        padding-bottom: 18px;
    }    

}


@media (max-width:600px) {

    .contacts {
       max-width: 380px;
    }
    .c0 {
        width: 100%;
    }
    .c1 {
        width: 100%;
    }
    .c2 {
        width: 100%;
    }
    .c3 {
        width: 100%;
    }
    .c4 {
        width: 100%;
    }

    .button {
        font-size: 14px;
        padding:16px;
        border-radius:8px;
    }


    /* ========================  
    contact-us
    ==========================*/

    #contact-us h1 {
        font-size: 36px;
    }
    #contact-us .button {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 18px;
        padding-bottom: 18px;
    }    




}


@media (max-width:400px) {

    #reachus h2 {
        font-size:36px;
    }  

}

