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

a{
    
    color: black;
    text-decoration: none;
}
body {
	line-height: 1;
    background: url(photos/P4GfA.jpg) no-repeat center center fixed ;
}
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;
}

#container{
    width: 100%;
    color: black;
    font-family: "brandon-grotesque";
}

#menu{
    
    width: 33%;
    float: left;
    position: fixed;
    margin-top: 30px;
}

#mobMenu{
    width: 100%;
    display: none;
    position: fixed;
    float: left;
    background: rgba(255, 255, 255, 0.81)
}

#mobLogo{
    width: 20%;
    float: left;
}
#mobLogo img{
    
    width: 100%;
}

#mobTitle{
    
    width: 80%;
    float: left;
    font-size: 3em;
    padding: 30px 0;
    text-align: center;
}

h3{
    
    font-size: 2em;
}
#mobOptions{
    
    clear: both;
    width: 100%;
    margin: auto;
}
#mobOptions li{
    
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: .8em;
    
}


#logo{
    
    width: 40%;
    margin: auto;
    max-width: 200px;
    margin-bottom: 40px;
}

#logo img{
    
    width: 100%;
}

#title{
    
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    font-size: 3em;
    margin-bottom: 60px;
}

#options{
    
    text-align: center;
    margin: auto;
    width: 100%;
    font-size: 1.5em;
}

#options li{
    
    padding: 10px 0;
    text-transform: uppercase;
}


/*--------------photos--------------*/

#photos{
    float: right;
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}

#photos li img{
    width: 100%;
}

footer{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.81);
    font-family: "brandon-grotesque";
    font-weight: 500;
    text-transform: uppercase;
    
}

footer li{
    
    width: 32%;
    display: inline-block;
    padding: 5px 0;
}


/*------------------- About ---------------------*/

#aboutMessage{

    float: right;
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}

h2{
    margin-top: 80px;
    text-align: center;
    font-size: 3em;
    font-variant: 
}

h3{
    width: 96%;
    padding: 40px 0;
    font-size: 1.5em;
}

.center{
    
    text-align: center;
}

.bump{
    
    
}






/*//------------------Media Queries----------------------------//*/


@media screen and (max-width: 680px){
    
    footer{
        display: block;
        
    }
    #menu{
        display: none;
    }
    #photos{
        margin: 0;
        margin-top: 130px;
        padding: 0;
        width: 100%;
        clear: both;
    }
    
    #aboutMessage{
        margin-top: 120px;
        padding: 0 0 10px 0;
        width: 100%;
        clear: both;
        text-align: center;
   
    }
    
    #mobMenu{
        
        display: inline-block;
    }
    #mobMenu li{
        
        padding: 20px 0;
    }
    #mobTitle{
        
        font-size: 2em;
    }
}


@media screen and (max-width: 450px){
    
    #mobLogo{
        float: none;animation-delay; 
        width: 30%;
        margin: auto;
    }
    #mobLogo img {
        
        width: 100%;
        
    }
    
    #mobTitle{
        display: none;
        width: 100%;
        padding: 10px 0;
        text-transform: ;
    }
    
    h2{
        
        font-size: 2em;
    }
    h3{
        font-size: 1em;
    }
    
    
    .costa{
        
        display: none;
    }
}