body {
     font-family: "Open Sans", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
     display: block;
}
#main {
     min-height: 700px;
     background: rgba(255, 255, 255, 1);
     /*border: solid 1px red;*/
}
#skipToContent:not(:focus) {
     top: -400px;
}
#skipToContent {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     padding: 30px 0;
     text-decoration: none;
     box-shadow: none;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     justify-content: center;
     background-color: rgb(35, 51, 61);
     color: rgb(255, 255, 255);
     font-size: 1.25rem;
     outline: none;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 900px) {
}
@media (min-width: 1200px) {
}