/* General */

.jumbotron h3 {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.jumbotron {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

#jumbotron-background {
    background: url("../img/samphil.spring.cropped.4ddf8a924219.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: lightblue;
    color: white;
}

.gradient {
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0); !* IE6-9 *!*/

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.63) 17%, rgba(0, 0, 0, 0.56) 35%, rgba(0, 0, 0, 0.45) 62%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(17%, rgba(0, 0, 0, 0.63)), color-stop(35%, rgba(0, 0, 0, 0.56)), color-stop(62%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.63) 17%, rgba(0, 0, 0, 0.56) 35%, rgba(0, 0, 0, 0.45) 62%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.63) 17%, rgba(0, 0, 0, 0.56) 35%, rgba(0, 0, 0, 0.45) 62%, rgba(0, 0, 0, 0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.63) 17%, rgba(0, 0, 0, 0.56) 35%, rgba(0, 0, 0, 0.45) 62%, rgba(0, 0, 0, 0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.63) 17%, rgba(0, 0, 0, 0.56) 35%, rgba(0, 0, 0, 0.45) 62%, rgba(0, 0, 0, 0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0); /* IE6-9 */

    background-attachment: fixed;
}

#jumbotron-paddding {
    height: 1em;
}

.jumbotron h3 + h3 {
    margin-top: -0.5em;
}

#window-container {
    margin-top: 0;
    margin-bottom: 1.5em;
}

#window-container h3 {
    margin: 0;
    margin-bottom: 0.25em;
}

.jumbotron-img svg, .jumbotron-img img {
    width: 100%;
    max-width: 30em;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto;
}

.btn-primary {
    border-radius: 5px;
    background-color: #009DD1;
}

body {
    background-color: #f5f5f5;
}

@media (min-width: 1670px) {
    #info-container {
        width: 1670px;
    }
}

/* Center Windows */

#window-container .window-name {
    text-align: center;
}

#window-container .window-date {
    text-align: center;
}

@media (min-width: 992px) {

    #window-container .window-name {
        text-align: right;
    }

    #window-container .window-date {
        text-align: left;
    }
}

/* Overlayed Image (old) *//*

#jumbotron-img {
    position: relative;
    height: 20em;

    width: 100%;
    max-width: 1000px;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto;

}

#jumbotron-img img {
}

#jumbotron-img .logo svg {
    z-index: 10;

    height: 90%;

    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#jumbotron-img img, #jumbotron-img svg {

    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;

    left: 0;
    right: 0;
    margin: 0 auto;
}
*/