body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: black;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("/img/westernhemisphere_geos_2019246_lrg.jpg");
    min-height: 100%;
}

.bgimg-2 {
    background-image: url("/img/iss055e086505.jpg");
    height: 950px;
    /*opacity: 0.65;*/
}

.bgimg-3 {
    /*background-color: #003617;*/
    background-image: url("/img/5091372229_ebca868ffd_o (1).jpg");
    min-height: 800px;
}

.captionbox {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    letter-spacing: 10px;
}

.caption{
    width: 500px;
    text-align: center;
    border: solid white 1px;
    background-color: rgba(0, 51, 102, .9);
    padding: 20px;
    margin: 0 auto;
}

.subcaption {
    text-align: center;
    color: #fff;
    letter-spacing: 0px;
    margin: 0 auto;
}

.subcaption p{
    font: 400 15px/1.8 "Lato", sans-serif;
    opacity: 1;
}

.caption2 {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption2 span.border {
    background-color: rgba(0, 51, 102, .9);
    opacity: 0.9;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}



.captionlogo{
    width: 350px;
    text-align: center;
    border: solid white 1px;
    background-color: rgba(255, 255, 255, .92);
    margin: 0 auto;
}

.captiontext {
    width: 100%;
    background-color: rgba(14, 105, 169, .7);
    padding: 10px;
}

.subcaptionlogo{
    text-align: center;
    color: #fff;
    display: inline-block;
    letter-spacing: 0px;
    margin: 0 auto;
}

.subcaptionlogo a{
    font: 400 15px/1.8 "Lato", sans-serif;
    display: inline-block;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.subcaptionlogo a img{
    font: 400 15px/1.8 "Lato", sans-serif;
    opacity: 1;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}