/* Basic */
* { margin:0; padding:0; }
body { background-color: #617661; }

.headstrip {
    background: -webkit-linear-gradient(rgba(25,25,25,1),rgba(75,75,75,1));
    background: -o-linear-gradient(rgba(25,25,25,1),rgba(75,75,75,1));
    background: -moz-linear-gradient(rgba(25,25,25,1),rgba(75,75,75,1));
    background: linear-gradient(rgba(25,25,25,1),rgba(75,75,75,1));
    border-bottom: 1px double #aaa;
    height: 28px;
    width: 100%;
}

.wrapper {
    /* width: 1200px; */
    margin: 0 auto;
    padding: 0 80px;
}

h1 {
    font-size: 42px;
    color: #8E4668;
    font-variant: small-caps;
    text-decoration: overline underline;
    margin-bottom: 24px;
}

/* Headstrip Nav */
.headstrip nav {
    font-size: 14px;
    font-weight: bold;
    font-family: "Arial";
}
.headstrip nav ul {
    position: -webkit-sticky;
    position: sticky;
    list-style-type: none;
    overflow: hidden;
}
.headstrip nav ul li {
    float: left;
    border-right: 1px dashed rgb(222, 222, 222);
}
.headstrip nav ul li div {
    color: #d5d5d5;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-family: "Arial";
    padding: 4px 8px;
    cursor: default;
}
.headstrip nav ul li a {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 4px 8px;
}
.headstrip nav ul li a:hover {
    color: #aaa;
    background-color: black;
}
.fab.fa-twitter-square {
    color: #abf;
}
a:hover .fab.fa-twitter-square {
    color:rgb(107, 121, 179);
}

/* Body Main */
main {
    padding: 50px 40px;
    background-color: #e4ffda;
    min-height: 760px;
    border-radius: 0 0 30px 30px;
}
.framelabel {
    display: block;
    width: 400px;
    text-align: center;
    padding: 2px;
    background-color: #d0d0d0;
    color: #595959;
    margin-top: 24px;
}
iframe {
    margin: 2px auto 12px auto;
    background-color: #b7b7b7;
    padding: 1px;
    width: 800px;
    height: 600px;
}

/* Footer Main */
footer {
    color:teal;
}

footer p {
    margin-top:8px;
}