/* 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;
}
/* 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;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff2') format('woff2'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'feathergraphy_cleanregular';
    src: url('feathergraphy_clean-webfont.eot');
    src: url('feathergraphy_clean-webfont.eot?#iefix') format('embedded-opentype'),
         url('feathergraphy_clean-webfont.woff2') format('woff2'),
         url('feathergraphy_clean-webfont.woff') format('woff'),
         url('feathergraphy_clean-webfont.ttf') format('truetype'),
         url('feathergraphy_clean-webfont.svg#feathergraphy_cleanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

nav {
   text-decoration: none;

}
nav {
    font-size:36pt;
    font-family: bebas_neueregular;
    background-color: #78ADDD;
    color:#F9A44B; 
    cursor:pointer;
}

nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    
}
 
nav ul li a:visited {
    color:white;
    text-decoration: none;
    text-decoration-line: none;
}

nav ul li a:hover {
    color:#F9A44B;
}
nav ul li a { 
    text-decoration: none; 
}

nav#phone {
    display:none; /* hide phone menu on desktop*/
}

#menuhamburger.tif {
    background:orange;
    cursor:pointer;
    display:inherit;
}

#phone {
    display:hidden;/*start hidden*/
    background: url(menuhamburger.png)
}

ul phone {
    display:none;
}

nav ul {

    text-align: center;
    padding:left;
    cursor:pointer;
}
nav ul li {
    display:inline-block;
    margin:auto;
    padding:35px;
    cursor:pointer;
}

#header {
  background: url(steelstacks.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
    padding-top: 10%;
}

#header h1 {
    font-size:1200%;
    font-family: feathergraphy_cleanregular;
    text-align: center;
    color:white;
   
    padding-top:10px;
    position:relative;
    text-align:center;
}
#header h2 {
    font-size:40pt;
    font-family: bebas_neueregular;
    text-align: center; 
    
}

h2#flag {
    background-image: url(flag.png);
    background-repeat: no-repeat;
    background-position:center;
    padding:50px;
    
    
}


footer {
    max-width: 200%;
    font-size:18px;
    text-align: center;
    padding:70px;
    font-family:bebas_neueregular;
    background-color: #77ACDD;
    color:white;

}



h3 {
 font-size:200%;
    text-align: center;
  text-decoration: none;
    color;white;
}



h3:hover { 
  text-decoration: none;
}


#containert {
    max-width: 100%;
    background-       color:none;
    overflow:auto;
}


#leftcol  { 
    width:50%;
    float:left;
 background-image: url(sing.jpg)center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  font-family: bebas_neueregular;
  text-decoration:none;
  color:white;
}

#leftcol li h3 {
    text-decoration: none;
}


#rightcol {
   width:50%; 
    float:left;
}

#rightcol p {
    font-family: bebas_neueregular;
    margin-top: 20%;
    font-size:200%;
    padding:10%;
    
}

@media screen and (max-width: 400px) {
    
    nav {
        display:hidden; /* unhide on mobile*/
    }
    
    #header h1 {
        font-size:700%;
    }
    
    h2#flag {
        
    }
    #header h2 {
        font-size:30px;
    }
    p {
        
       
         background: url(blurpic.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
    }
}

@media screen and (max-width: 600px) {
    #header h1 {
        font-size:100px;
    }
    #header h2 {
        font-size:30px;
    }
    p {
       font-size:100%;
      padding-right:0;
        padding-left:0;
         background: url(blurpic.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
       
    }
    
}



@media screen and (max-width: 700px) {
    
}




