﻿html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
}

b {
    color: #ddf;
}

iframe {
    max-width: 100%;
    max-height: 100%;
}


.GalleryHolder {
    background-color: white;
    margin: 5% 10%;
    border-radius: 10px;
    padding: 2%;
}

.GalleryImg {
    height: 100px;
    margin: 30px 15px;
}

.MaterialImg {
    height: 200px;
    margin: 30px 15px;
}

#title-bar {
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    background-Color: #FFFFFF;
    height: 60px;
    font: bold 1em Helvetica, Arial, Verdana;
    text-align: center;
    box-shadow: #111 0 0 8px 8px;
}

#nav {
    list-style-type: none;
    position: absolute;
    margin: 0;
    padding: 0;    
    width: 100%;
    border-top: 1px solid black;
}

.title {
    display: inline-block;
    margin: 20px;
}

#site-title {
    color: #FF8000;    
    font: bold 1em Helvetica, Arial, Verdana;
}

.icon-container {
    width: 30px;
    height: 30px;
    padding: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    cursor: pointer;
    box-sizing: content-box;
}

.inline-icon-container {
    width: 30px;
    height: 30px;
    padding: 0 5px 0 0;
    display: inline-block;
    cursor: pointer;
    box-sizing: content-box;
}

.nav-icon-container {
    width: 30px;
    height: 30px;
    padding: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.nav-container {
    position: absolute;
    top: 60px;
    background-color: white;
    height: 0;
    max-height: 230px;
    overflow: hidden;
    text-align: left;
    box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
    width: 200px;    
    z-index: 1;
}

#nav li {
    padding: 10px;
}

#nav a {
    font: bold 1em Helvetica, Arial, Verdana;
    color: #222222;
    text-decoration: none;
    vertical-align: middle;
}

    #nav a:hover {
        color: #FF8000;
    }

h2 a {
    color: #222;
    text-decoration: none;
}

#MediaBody {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
}




@media screen and (orientation: portrait) {
    .BlockElement {
        width: 80%;
        height: 50%;
        float: top;
    }

    .TxtBlock img {
        max-height: 60%;
    }

    h2 {
        font: bold 5vh Helvetica, Arial, Verdana;
    }

    p {
        font: 3vh Helvetica, Arial, Verdana;
    }

    #title-bar {
        height: 8vh;
    }

    #page-title {
        display: none;
    }

    #site-title {
        font-size: 2.5vh;
        margin: 2.6vh;
    }

    .icon-container {
        width: 4vh;
        height: 4vh;
        padding: 2vh;
    }

    .nav-container {
        top: 8vh;
        max-height: 400px;
        width: 100%;
    }

    .nav-icon-container {
        width: 4vh;
        height: 4vh;
        padding: 2vh;
    }

    .inline-icon-container {
        width: 50px;
        height: 50px;
        padding: 0 15px 0 0;        
    }

    #nav li {
        padding: 15px;
    }

    #nav a {
        font-size: 35px;
    }
}
