@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-last: center;

}
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;
    background-color: #f2f2f2 ;
    position:fixed;
    z-index:3;
    top:0px;
    
    
}

.footer {
    width:100%;
    display: block;
    height: auto;
    padding:1px;
    position:relative;
    z-index:3;
    bottom:0px;
    font-weight:lighter;
    font-size: 11px;
    text-align-last: center;
}

.footer p {
    background-color: #f2f2f2 ;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.menu {
    position: absolute;
    width:100%;
    top:0px;
    padding-top:0px;

}
nav {
	width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#cc33cc;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: lighter;
    letter-spacing: 3px;
    z-index: 1000;
    background-color: #f2f2f2 ;

}

ul {
    padding: 0px;
   
    
}

li {
display: inline;
margin: auto;
padding-left: 20px;
padding-right: 20px;
cursor: pointer;

}

li a {
	
	padding-left: 0px;
	
	
	}

ul a {
	color:#cc33cc;
}

ul a:hover{
	color: #212529;;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 1px;

}


	






}
@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;}
   
}





    


@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: 376px)  { 
    
   
    li {display: block;}
    li { padding-top: 0px;}
   
    

    
    
}





