﻿body {
    padding-bottom: 20px;
    font-size:12px;
    height:100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

a{
    -webkit-appearance:none;
}

.text-center{
    text-align:center;
}

.div-centered{
    margin: 0 auto;
    float:none;
}

.div-centered-vertical{
    position:relative;
    top:50%;
    transform:translateY(-50%);
}

.overlay{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity: .97;
    z-index:1000;
}

.thumbnail{
    border:none;
}

.white-text{
    color:white;
}

.black-text, 
.black-text a:visited,
.black-text a:hover,
.black-text a:active{
    color:black;
}

.button_f9standby{
	margin-left:40%;
}

.Right-Align{
    display:block;
    text-align:right;
}

.mainSection{
    background-image:url('../Images/Plane_Flying.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}

.padme{
    padding-bottom:10px;
}