a, img {
    border:none;
    outline:none
}

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 {

font-size: 100%;
}
.wrapper{
    width:100%;
    position:relative;
    
}
.container{
    position:relative;
    width:80%;
    margin:0 auto;
    margin-top: 1.3em;
    
}
#page_bg{
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-image: url("../images/bg.jpg");
    background-position: left center;
    background-repeat: no-repeat;    
    display: block;
    height: 100%;
    left: 0%;
    position: fixed;
    top: 0;
    width: 100%;
}

.logo{
    position:relative;
    float:left;
    width:100%;
    text-align: center;
    z-index:10;
}
.logo img{
    max-width: 80%;
}

#video{
    position:relative;
    float:left;
    width:100%;
    text-align: center;
    z-index:10;
    margin-top:0.5em;
}




.footer{
    position:relative;    
    width:90%;
    margin-left:5%;
    bottom:0;
    z-index:10;
    float: left;

}
.awards{
    position:relative;
    margin:0 auto;
    width:100%;
    text-align: center;
}
.awards img{
    margin:0 5%;  
    max-width: 10%;
}

.words{
    position:relative;
    margin:0 auto;
    width:90%;
    text-align: center;
    padding-bottom: 4em;
    margin-top: 2em;
}
.words img{
    margin:0 5%;  
    max-width: 14%;
}





@media all and (max-width:500px){
    body{
        font-size: 80%;
    }
    .awards img,.words img{
       clear: both;
    margin: 0.5em 0;
    max-width: 90%;
    padding: 0 15%;
    
}
.container{
    width:98%;
}
}
@media all and (max-width:1000px){
    body{
        font-size: 90%;
    }
    .container{
    width:98%;
}
}