/* 08/17/2020

Added div.imgcomp1 & div.imgcomp2 below do deal with advert stuff by reviewers. 

*/

/* 03/13/2018 - 

Test in prep for using bootstrap.min.css
Put jumbotron material in here. This css file gets loaded first so it will have priority

*/


body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    margin-bottom: 20px;

    /* Addition below - Orig was ???*/
    /* background-color: rgb(241, 241, 110); */
    /* Mike likes this */
    background-color: #E6F2FF; 
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    /* Orig background-color: #eee; */
    background-color:#FFFFFF;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 15px;
        padding-left: 15px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

div.extras1 {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    margin-left: 25px;
    overflow: hidden;
}

div.imgcomp1 { position: relative; left: 200px }
div.imgcomp2 { position: relative; left: 100px }
