header { border-bottom: solid 12px rgb(210, 32, 69); }
main { margin-bottom: 300px; }
footer { height:200px; background-color: #0066A4; }
p { color: #222; font-weight: 400; }
div a.button {
    height: 30px;
    padding: 10px;
    float: right;
    background-color: rgb(210, 32, 69);
    color: white;
    text-decoration: none;
    font-size: 120%;
    position: absolute; 
    right: 0; bottom: 0;
}
.home-logo { width: 200px; margin: 20px auto; text-align: center }
.box {
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    border: solid 1px #dedede;
    width: 450px; height: 400px;
    text-align: left;
    padding: 20px;
    margin: 50px;
    top: 240px;
    position: absolute;
    background-color: #fff;
}

.box h2 {
    color: #0D68A2;
    font-family: "futura-pt", sans-serif;
    font-size: 250%;
    line-height: 110%;
    margin-top: 5px;
}

.box-left {
    right: 60px;
}

.box-right {
    left: 60px;
}

.col-6 {
    width: 50%; margin: 0; position:relative; 
}

.row [class^="col"] {
    margin: 0;
}

.footer-copyright {
    text-align: center;
    padding-top: 100px;
}

.footer-copyright span {
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 10px;
}

.footer-copyright a {
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-copyright div.license_disclosure {
    margin: 10px 0;
}

@media only screen and (max-width: 680px) {
    main { margin-bottom: 100px; }
    .col-6 {
        width: 100%; height: 750px;
    }
    
    .col-6 div.box-left, .col-6 div.box-right {
        left: 0; right: 0;
        margin: auto;
    }
    .col-6 img {
        width: 100%;
    }
    .box {
        width: 80%;
    }
    .box h2 {
        font-size: 200%;
    }
    .footer-copyright {
        padding-top: 50px;
    }
    .footer-copyright span {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .col-6 img {
        width: 100%;
    }
}