﻿#full_container_wrapper {
    min-height: 100%;
    position: relative;

}
html {
    position:realtive;
    height:100%;
}
body {
    position:relative;
    height:100%;
}

.container {
    border: none;
}

#logo_image,
#logo_image a {
    text-align: center;
}

#logo_image img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

#temp-13-menu-activate {
    position: fixed;
    right: 20px;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
}

#main_container_section {
    background-color:rgb(102, 204, 255);
    padding:40px;
}

#temp-13-slide-nav {
    position: fixed;
    width: 300px;
    right: -300px;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding-left:10px;
    padding-right:10px;
}

.bodytext {
    background-color:transparent !important;
}
#temp-13-slide-nav ul {
    list-style: none;
}

#temp-13-slide-nav ul li a {
    text-align: right;
    color: white;
}

#nav_logo_image {
    max-width: 240px;
    display: block;
    margin: 45px auto 5px auto;
}

#navClose {
    position: absolute;
    right: 10px;
    top: 10px;
}

#navClose img {
    width: 30px;
    height: auto;
}



#extra-mid-menu, #extra-mid-menu a {
    color:white;
}
