.secret{
    font-size: 4px;
    color: white;
}

body{
    text-align: left;
    background-image: url("img/menaibridgep.jpg");         /*Background Image*/
    background-color: #303030;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    color: #909090;                     /*Default Text Colour*/
    overflow-x: hidden;
    font-family:"Segoe UI", "Avenir Book", "Helvetica Light", sans-serif;
    min-height: 100%;
}

/*--TEXT--*/
#title{
    position: fixed;
    left: 15%;
    top: 15px;
    font-size: 40px;
    color: #505050;
    text-decoration: none;
    
}

.sectionheader{
    color: white;
    font-weight: 300;
    margin-left: 15px;    
}

.p{
    padding-top:15px;
    padding-bottom: 15px;
    margin: 35px;
    color: #FFFFFF;
}

.description{
    color: white;
    margin:15px;
}

/*Internet Explorer positioning fix*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .p{margin-top: 85px;
    }
    .sectionheader{margin-top: 85px;
    }
}

#endtitle {
    position: fixed;
    font-size: 12px;
    color: #FFFFFF;
    bottom: 15px;
    margin-left: 15%;
}

/*--TEXT END--*/

#banner{
    max-width: 80%;
    min-width: 800px;
    height: 90px;
    background-color: white;
    position: fixed;
    top: 0;
    border-bottom: solid;
    border-color: #505050;
    border-width: 2px;
}

#menu_icon{
    display: none;
}

/*Objects*/
.transparentbox{
    background-color: rgba(16, 16, 16, 0.5) ;
}

/*Objects END*/



/* EXTENDS */
.extendfull, .extendleft{
    margin-left: -6000px;
    padding-left: 6000px;
}
.extendfull, .extendright{
    margin-right:  -6000px;
    padding-right: 6000px;
}

/* EXTENDS END */
    





/*--Header & Navigation--*/


header{
    z-index: 10;
}

nav{
    position: fixed;
    right:15%;
    top: 15px;
}

.menu_link{
    text-decoration: none;
    color: inherit;
}

li{
    display: inline;
}
/*--Header & Navigation END--*/




main{
    max-width: 80%;
    min-width: 800px;
    margin-left: 10%;
    margin-top: 140px;
    height: 100%;
    padding-bottom: 45px;
    
}

.videos{
    margin-left: 2.5%;
    margin-right: auto;
    width: 100%;
    
}

.iframe{

    position: relative;
}

/*Footer*/

footer{
    z-index: 9;
}

#foot {
    max-width: 80%;
    min-width: 800px;
    height: 45px;
    background-color: #404040;
    position:fixed;
	bottom:0;
}
.social {
    position: fixed;
    bottom: 2px;
    right: 15%;
}

/*Footer END*/

/*Galleria style*/

            .gallery{
                color:#777;
                font:12px/1.4 "helvetica neue",arial,sans-serif;
                width:620px;
                margin:20px auto;
            }

            .cred{
                margin-top:20px;
                font-size:11px;
            }

            /* This rule is read by Galleria to define the gallery height: */
            #galleria{
                margin-left: 5%;
                height:550px;
                width:90%;
                padding-top: 5px;
                padding-bottom: 5%;}
            
/*Galleria Style End*/
