.navbar-header {
    position: relative;
    top: -10px;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-brand img {
    width: 80px;
    position: relative;
    display: inline-block;
}

.navbar-nav {
    font-size: 16px;
    position: relative;
    top: 30px;
}

.navbar-spacer {
    height: 95px;
}

.navbar-toggle {
    position: relative;
    top: -30px;
}

.motto {
    position: relative;
    top: 15px;
    left: 88px;
    font-size: 10px;
}

.navbar-fixed-top {
    height: 95px;
    z-index: 1031;
}

.item {
    height: 275px;
}

.item img.img-content {
    height: 100px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .item img.img-content {
        height: 60px;
    }
}

#training img {
    height: 80px;
    padding-top: 20px;
}

.carousel {
    padding: 20px 0;
    background-color: rgb(211,102,44);
    height: 260px;
}

.item>span {
    color: #e7e7e7;
    font-size: 20px;
    display: block;
    width: 400px;
    margin: 20px auto;
}

.navbar-custom {
    background-color: rgb(239, 239, 239);
}

footer.navbar-fixed-bottom {
    background-color: rgba(239, 239, 239, .95)
}

input {
    margin: 5px;
    display: table-cell;
    width: 84%;
}

textarea {
    margin: 5px;
    display: table-cell;
    width: 84%;
}

.comments-icon {
    position: relative;
    top: -70px;
}

.contactPanel .caret, h4 .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(211,102,44);
}

.contactPanel {
    padding-bottom: 15px;
}

a:link {
    color: rgb(211,102,44);
}
a:visited {
    color: rgb(211,102,44);
}
a:hover {
    color: rgb(211,102,44);
}
a:active {
    color: rgb(211,102,44);
}

@media screen and (max-width: 768px) {
    .item {
        height: 200px;
    }
    .item>span {
        font-size: 14px;
    }
}

h1 {
    color: rgb(211,102,44);
}

tr :first-child {
    font-weight: bold;
}

.thumbnail img {
    height: 300px;
}

a {
    cursor: pointer;
    color: rgb(211,102,44);
}

a h4 {
    display: inline-block;
}

.panel-heading input {
    width: 150px;
}

video {
    width: 100%;
    max-width: 854px;
}

#home img {
    width: 100%;
    height: 100%;
    max-width: 480px;
}

.jumbotron {
    text-shadow: 2px 2px 5px #333;
}

.jumbotron small {
    color: white;
}

.jumbotron h1 {
    color: rgb(211,102,44);
}

#ap15 .jumbotron {
    background: url('../images/Family.jpg') no-repeat center;
    background-position: 0 30%;
    background-size: 120%;
    padding-right: 40%;
}

#credit .jumbotron {
    background: url('../images/Family2.jpg') no-repeat center;
    background-position: 0% 45%;
    background-size: 105%;
    padding-right: 35%;
}

#gap .jumbotron {
    background: url('../images/GAP.jpg') no-repeat center;
    background-position: 0 60%;
    background-size: 100%;
    padding-right: 30%;
    text-align: right;
}

td img, .train {
    width: 90%;
}

.legal {
    position: absolute;
    display: inline-block;
    width: 90%;
    margin: 0 1%;
}

.legal h3 {
    color: rgb(211,102,44);
}

.legal:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.legal .statement {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: rgba(50,50,50,.9);
    padding: 5%;
    z-index: 9;
    overflow: scroll;
}

.csv li {
    display: inline-block;
}

.csv li:after {
    content: ',';
}

.csv li:last-child:after {
    content: '';
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .motto {
        top: 66px !important;
        left: -233px !important;
    }
    .navbar-nav, .navbar-toggle {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .navbar-brand {
        height: 95px;
    }
}
