@charset "utf-8";
/* CSS Document */

.jumboback {
    background-image: url('../images/improper_english/improper_english_banner.jpg');
    background-size: cover;
    min-height: 400px;
    /*height: 60%;*/
    /*height: 100%;*/
    margin-bottom:0px;
    background-position: center 30%;
    color: white;
    text-shadow: black 2em 2em 2em;
}

.container-fluid {
    background-color:#C82333;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.section_div_img {
    width: 100%;
    margin-top: 5em;
    margin-bottom: 5em;
}

.anchor-container {
    padding-top: 20px;
}

.topspacer {
    padding-top: 70px;
    color:black;
}

:target:before {
    content:"";
    display:block;
    height:80px; /* fixed header height*/
    margin:-80px 0 0; /* negative fixed header height */
}


/* logos on the navbar */
.cl-navbar-logo {
    width: 3em;
    height: 3em;
}

.navbar-custom {
    background-color: #C82333 !important; /* bold red */
    color: #C82333 !important; /* bold red */
}

.bg-primary-ie: {
    background-color: #FF5033;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    /*padding-bottom: 56.25%;*/
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    border: 0;
}
