html{
    height:100%;
    width:100%;
    margin: 0px;
}

body {
    background-color: black;
    /* background-color:#405060; */
    color:#CCDDDD;
    font-family: "Tahoma";
    overflow-x: hidden;
    overflow-y: auto;
    
    min-height:100%;
    margin: 0px;
    position:relative;
}

.smallContainer{
    margin: auto;
    width: 1000px;
    background-color: transparent;
}

.container {
    margin: auto;
    width: 1000px;
    background-color: transparent;
    overflow: auto;
    min-height: 800px;
    padding-bottom: 60px;
}

.hor > * {
    display: inline-block;
    text-align: center;
}

.vert > * {
    display: block;
}

nav {
    float: left;
    width: 140px;
    padding: 5px;
    margin: 5px;
    margin-top: 75px;
    margin-bottom: 5px;
    
    border-radius: 8px;
    word-wrap: break-word;
    font-size: 14px;
    background-color: #4D5D6D;
}
.navtag{
    min-height:80px;
    border-radius: 5px 15px 15px 15px;
    background: #D0D8E0;
    padding: 20px;
    color: black;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 12px;
    margin-bottom: 5px;
}

.navtag p{
    margin-bottom: 0px;
    margin-right: 2px;
    color: black;
    text-align: center;
}

.navtag img{
    border-radius: 4px 10px 10px 10px;
    border: 2px solid #505050;
    transition:.2s;
}

.navtag img:hover{
    border: 2px solid #686868;
    box-shadow: 0px 0px 6px 3px white;
    transform: translate(-1px, -1px);
}

.arrnavtag{
    min-height:80px;
    border-radius: 5px 15px 15px 15px;
    width:144px;
    display: inline-block;
    background: #D0D8E0;
    padding: 20px;
    color: black;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 12px;
    margin-bottom: 5px;
    margin: 15px;
}

.arrnavtag p{
    margin-bottom: 0px;
    margin-right: 2px;
    color: black;
    text-align: center;
}

.arrnavtag img{
    width:120px;
    border-radius: 4px 10px 10px 10px;
    border: 2px solid #505050;
    transition:.2s;
}

.arrnavtag img:hover{
    border: 2px solid #686868;
    box-shadow: 0px 0px 6px 3px white;
    transform: translate(-1px, -1px);
}



article {
    margin-top: 75px;
    margin-bottom: 5px;
    margin-left: 140px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #455565;
    background-color:#344454;
}


h1 {
    font-family: "Michroma";
    padding-left: 6px;
    padding-bottom: 2px;
    margin-top: 6px;
    margin-bottom: 0px;
    width: 210px;
    color: white;
    border: 4px solid white;
    border-radius: 25px;
    float: left;
    font-size: 26px;
    
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.5s;
}

h1:hover{
    box-shadow: 0px 0px 10px 2px white;
}

h2 {
    font-family: "Michroma";
    color: white;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    color: white;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a{
    transition:.1s;
}

a:link{
    color:#BBAAF0;
    font-weight: bold;
    text-decoration:underline;}
a:visited{
    color:#B0A0D0;
    font-weight: bold;
    text-decoration:none;}
a:hover{
    color:#C9B9FF;
    font-weight: bold;
    text-decoration:underline;}
a:active{
    color:#FFFFFF;
    font-weight: bold;
    text-decoration:underline;}

header{
    background-color:#202830;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 4px solid #101020;
    position: fixed;
    top: 0px;
    right: -2px;
    left: -2px;
    
    box-shadow: 0px 2px 5px #101020;
    
    z-index: 10;
}

img{
    width:100%;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

video{
    width:100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.imgContainer{
    width:100%;
    display:block;
    overflow:auto;
    font-size: 12px;
    text-align: center;
}

address{
    margin-right:40px; 
    float: left;
}

.wideSpace{
    float: right;
    text-align: center;
    margin-bottom: 0px;
}

.wideSpace td, .wideSpace th{
    padding-left: 10px;
    padding-right: 10px;
}

.galleryBox{
    margin: 10px;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    
    border: 5px solid white;
    border-style: double;
    border-radius: 25px;
    
    text-align: center;
}

.galleryText{
    background-color:#445464;
    width: calc(50% - 18px);
    margin-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.clear { clear: both; }

.qna{
    margin-bottom: 25px;
    border: 2px solid white;
    border-radius: 25px;
}

p.question{
    border-bottom: 2px solid white;
    padding: 4px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    color: #D5CFCF
}

.answer{
    padding: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.background {
    position: fixed;
    z-index: -1;
    width:100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.background img{
    opacity: 0.3;
}

footer{
    background-color:#202830;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    
    position: absolute;
    bottom: 8px;
    left: -10px;
    right: -10px;
    
}

.line{
    background-color:#202830;
    
    height:6px;
    
    position: absolute;
    bottom: 0px;
    left: -10px;
    right: -10px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* Stomt IFrame */
.stomt-create-iframe{
    width:100%;
    height:320px;
    border:0;
    border-bottom:2px;
    border-color:#4444AA;
}

.feed-headline-small{}

.widget-footer{}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

img.maximizable{
    transition:.2s;
}

img.maximizable:hover{
    opacity: 0.8;
}