@charset "ISO-8859-1";

@import "font-awesome.min.css";

@font-face {
    font-family: 'fontawesome';
    src:url('fonts/fontawesome-webfont.eot');
    src:url('fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('fonts/fontawesome-webfont.woff') format('woff'),
        url('fonts/fontawesome-webfont.ttf') format('truetype'),
        url('fonts/fontawesome-webfont.svg') format('svg');
}

/* Reset CSS
 * --------------------------------------- */

 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote,th,td {
    padding: 0;
    margin: 0;
    
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
	padding:0;
	
}
caption,th {
    text-align: left;

}
h1 {
    font-weight: 400;
    
}



q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}





body{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif,helvetica;
	color:  #212529;
    
    
}


h1{
	font-size: 4.2em;
}
h2{
	font-size: 0.9em;
}
h3{
	font-size: 0.5em;
}
p{
    font-size: 1.0em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif,helvetica;
}

.header {

    width:100%;
    display: block;
    text-align: center;
    height: 160px;
    background-color: #f2f2f2 ;
    position:fixed;
    z-index:3;
    top:-20px;
    
    
}

.footer {
    width:100%;
    display: block;
    text-align: center;
    height: auto;
    padding:1px;
    background-color: #f2f2f2 ;
    position:relative;
    z-index:3;
    bottom:0px;
    font-weight:lighter;
    font-size: 11px;
}

.footer1 {
    width:100%;
    display: block;
    text-align: center;
    height: auto;
    padding:1px;
    background-color: #f2f2f2 ;
    position: fixed;
    z-index:3;
    bottom:0px;
    font-weight:lighter;
    font-size: 11px;
}

.menu {
    position: absolute;
    width:100%;
    top:90px;
    padding-top:15px;

}
nav {
	width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#212529;
    cursor: pointer;
    position: absolute;
	padding-top: 2px;
	font-size: 0.9em;
	font-weight: lighter;
    letter-spacing: 3px;
    z-index: 1000;

}

ul {
    padding: 0px;
   
    
}

li {
display: inline;
margin: auto;
padding-left: 30px;
padding-right: 30px;

}

li a {
	
	padding-left: 0px;
	
	
	}

ul a {
	color:#212529;
}

ul a:hover{
	color: #212529;;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 1px;

}

.logo {
    position: relative;
    text-align: center;
	width: 100%;
    top: 44px;
    right: 6px;
    
	
}



img.logo {
	display:block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;

}
@media screen and (min-width: 1150px) { 
    h1 { font-size: 50px }
   
    h1 { font-weight: 400}
    
}

@media screen and (max-width: 834px) { 
    li {padding-left: 14px;}
    li {font-size: 12px;}
    
    
    
    
    h1 { font-weight: 400}
    h1 {padding-top: 50px;}
}

@media screen and (max-width: 1065px) { 
    li {padding-left: 10px;}
    li {padding-right: 10px;}
    
}

@media screen and (min-width: 1066px) { 
    li {padding-left: 20px;}
    li {padding-right: 20px;}
    
}



@media screen and (min-width: 1600px) { 
    h1 { font-size: 100px }
    h1 { font-weight: 400}
    li {padding-right: 27px;}
    li {padding-left: 27px;}
    .logo {top: 44px}
    .ware img {width:100%}
}





    


@media screen and (max-height: 800px) and (min-width: 1200px){
    h1 { font-size: 80px }
    
    
    h1 { padding-bottom: 100px}
} 


@media screen and (max-height: 600px) and (min-width: 667px){
    h1 {display: none}


}

@media screen and (max-width: 812px) { 
    h1 { font-size: 25px }
	h1 { font-weight: 400}
	h1 { padding-bottom: 40px}
    nav {letter-spacing: 3px}
	li {padding-left: 0px}
	
	
    
	ul {padding: 0px;}
    
    
   
    h3 {font-size: 0.5em}
    
    li {padding-left: 2px;}
    li {padding-right: 2px;}
    li {line-height: 18px;}
    
    
}

@media screen and (max-width: 375px)  { 
    
    .logo {top: 43px}
    li {display: block;}
    li { padding-top: 15px;}
    .menu {
        position: relative;
        width: 100%;
        top:0px;
        padding-top:0px;}

    ul {font-size: 15px;}
    .header { height: 410px;
    position: relative;}
    .logo img { width: 50px}
    ul {margin-top: 60px}
    
}



.modal-container {
    position: fixed;
    background-color: #fff;
    width:70%;
    max-width:600px;
    left:50%;
    padding:40px;
    border-radius:2px;
    z-index:2000;
    text-align: center;
    -webkit-transform: translate(-50%, -600%);
    -ms-transform: translate(-50%, -600%);
    transform: translate(-50%, -600%);

    -webkit-transition: -webkit-transform 400ms inline;
    -ms-transition: -ms-transform 400ms inline;
    transition: transform 400ms inline;
    
}

.modal-container p {
    color:#212529;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 0px;
    padding-right: 2%;
    padding-left: 2%;
    text-transform: uppercase;
    font-weight: lighter;
    font-size:11px;
    letter-spacing: 1px;
    text-align: center;
    text-align-last: center;
    line-height: 20px;
}

.modal-container a {
    color:burlywood;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size:11px;
    letter-spacing: 1px;
    font-weight: lighter;
}

.modal:before {
    content: "";
    position:fixed;
    display:none;
    background-color: black;
    opacity: 0.8;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:1999;
}

.modal:target:before {
    display:block;
    
}

.modal:target .modal-container {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}

.button-left {
    display:flex;
    float:left;
    margin-left: 10%;
    margin-top: 20px;
    z-index:2001;
}

.button-right {
    display:flex;
    float:right;
    margin-right: 10%;
    margin-top: 20px;
    z-index:2001;
}

.button-right a {
    color:#212529;
    background-color:white;
    border: solid 1px;
    border-color: #212529;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 83px;
    padding-right: 83px;
}
.button-right :hover {
    color: white;
    background-color: #212529;
    border: solid 1px;
    border-color: #212529;
}

.button-left a {
    color:#212529;
    background-color:white;
    border: solid 1px;
    border-color: #212529;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:80px;
    padding-right:80px;
}
.button-left :hover {
    color: white;
    background-color: #212529;
    border: solid 1px;
    border-color: #212529;
}


@media screen and (max-width: 760px) { 
    .button-left {
        float: none;
        margin-left: auto;
        z-index: 2001;
        display: inline-flex;
   
}

    .button-left a {
        text-align:center;
    }
    .button-right {
        float: none;
        margin-right: auto;
        z-index: 2001;
        display: inline-flex;
 
    }
}


