html {
}

body { 
    background-color: #00327d;
    background-image: url("fabric-light.png"); 
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 150%;
    color: #2D2D2D;
}

main {
    background-color:white;
    width:80%;
    margin:auto;
    padding: 2%;
}

header {
    width:100%;
    margin: auto;
    padding: 0;
}

ul {
    text-align: center;
    margin-top: 2.5%;
    margin-bottom: 0;
    padding: 0;
}

ul li {
    font-family: 'Marcellus', serif;
    font-size: 18px;
    list-style-type:none;
    padding: 2%;
    border-bottom: 1px solid silver;
}

footer {
    color: #fff;
}

footer p {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}


.about {
    width: 100%;
    padding-right: 2%;
    text-align: center;
}
.about_margin {
    width: 100%;
}


#float {
    float: left;
}

.clear {
   clear: both;
}

.fa-circle {
    color: pink;
}

#green {
    color: lightgreen;
}

#yellow {
    color: yellow;
}

a:link {
    color: #2b2b2b;
    text-decoration: none;
    text-transform: lowercase;
}

a:visited {
    color: gray;
    
}

a:hover {
    color: #307fc1;
    border-radius: 25px;
}


h1 { 
    font-family: 'Marcellus', serif;
    font-size: 4em;
    margin: 50px;
    text-align: center;
}

figure {
    width:84%;
    margin:auto;
    height: 100%;
    background-color:white;
}

h2{ 
    font-family: 'Marcellus', serif;
    margin-bottom: 5%;
    margin-top: 1%;
    text-align: center;
}

img {
    max-width: 100%;
}

article {

}

aside {
    width: 100%;
    padding: 0%;     
    text-align: center;
}

p { 
    text-align: left;}

footer {
    background-color: #2b2b2b;
    width:80%;
    margin:auto;
    padding: 2%;
}

table {
    margin: 0 auto;

}

table th{
    background-color: #9bccff;
    font-weight: strong;
    padding: 2%;
}

table tr {

}

table td {
    background-color: #e0efff;
    padding: 2%;
    width:100px;

}

.galleryItem    {
    float:left;
    width: 100%;
}
.galleryItem h4    {
    font-size:1.2em;
    font-weight: 900;
}
    
.galleryItem img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px:
    border-radius: 5px;
    width: 100%;
}

.center {
    text-align: center;
}

#lightbox {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:url(overlay.png) repeat;
 text-align:center;
 }

#lightbox p {
 text-align:right;
 color:#fff;
 margin-right:20px;
 font-size:1em;
 font-family: 'Roboto', sans-serif;
 }

#lightbox img {
 box-shadow:0 0 25px #111;
 -webkit-box-shadow:0 0 25px #111;
 -moz-box-shadow:0 0 25px #111;
 max-width:95%;
} 


/*MEDIA QUERIES*/
@media screen and (min-width:768px) {
    .galleryItem {
        float: left;
        width: 46%;
        margin: 2%;
    }
}

.about {
    width: 100%;
}
.about_margin {
    width: 100%;
}

    
@media screen and (min-width:1200px) {
    header {
        width: 100%;
        max-width: 1200px;
    }
    nav {
        max-width: 1200px;
    }
    ul li {
    display: inline;
    padding: 2%;
    text-align: center;
    border-bottom: none;
    }
    
    aside {
        width: 29.33%; 
        padding: 1% 2%;
        float: left;
    }
    
    h2 {
        text-align: center;
    }
    
    .galleryItem {
        float: left;
        width: 21%;
        margin: 2% 2% 50px 2%; 
    }
.about {
    float: left;
    width: 48%;
    padding-right: 2%;
}
.about_margin {
    width: 48%;
    float: left;
}

}

