html {
    background-color: #1B1B2F;
    height: 100%;
}

a:link { 
    text-decoration: none; 
}

a:visited { 
    text-decoration: none; 
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

body {
    color: #ffffff;
}

.construction-warning {
    background-color: #000000;
    color: #ffffff;
}

#mainNav {
    background-color: #1F4068;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff
}

.jump:before {
    content: "";
    display: block;
    padding-top: 66px;
    margin-top: -66px;
}

#homeContent {
    background-color: #162447;
    margin-top: 66px;
    margin-right: 0px;
    margin-left: 0px;
    transform: rotate(0deg);
}

a.homeButton {
    padding:0.36em 1.2em;
    border:0.1em solid #cacaca;
    margin:0 0.3em 0.3em 0;
    border-radius:0.12em;
    text-decoration:none;
    color:#ffffff;
    text-align:center;
    transition: all 0.2s;
    font-size: 50px;
    top: 80%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

a.homeButton:hover{
    color: #000000;
    background-color: #ffffff;
}

#aboutContent {
    background-color: #162447;
    padding: 20px;
}


#contactContent {
    color: #ffffff;
    background-color: #1B1B2F;
    padding: 20px;
    text-align: center;
}

.contactCol {
    text-align: center;
    margin-bottom: 10px;
}


#tangoContent {
    background-color: #162447;
    margin-top: 66px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
}

.enemyImage {
    display: inline;
}

.heroImage {
    display: inline;
}

.tangoBoxRow {
    padding-bottom: 10px;
}

.tangoBox {
    border: 3px solid white;
    border-radius: 5px;
    margin: 0px;
}

#buyTango {
    text-align: center; 
    padding-top: 20px; 
    padding-bottom: 30px;
}

a.tangoButton {
    padding: 0.36em 1.2em;
    border: 0.1em solid #cacaca;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    font-size: 50px;
}

a.tangoButton:hover {
    color: #000000;
    background-color: #ffffff;
}


#blogContent {
    background-color: #1B1B2F;
    margin-top: 66px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
}

#postContent {
    background-color: #1B1B2F;
    margin-top: 66px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* 
CSS Media Queries make the website adjust by device size (Responsive).
Max width applies to devices smaller, min width applies to devices larger.
Applies largest matching setting to the device.
*/

@media screen and (max-width: 400px) {
    h1 {
        font-size: 17px
    }
    h3 {
        font-size: 7px
    }
    a.homeButton {
        font-size: 15px;
    } 
    a.tangoButton {
        font-size: 20px;
    }
    .heroImage {
        display: none;
    }
    .enemyImage {
        display: none;
    }
    .tangoBox {
        margin: 0px;
        border: none;
    }
    .tangoBoxRow {
        padding-bottom: 0px;
    }
}


@media screen and (min-width: 400px) {
    h1 {
        font-size: 20px
    }
    h3 {
        font-size: 10px
    }
    a.homeButton {
        font-size: 17px;
    }
    a.tangoButton {
        font-size: 25px;
    }
    .heroImage {
        display: none;
    }
    .enemyImage {
        display: none;
    }
    .tangoBox {
        border: none;
    }
    .tangoBoxRow {
        padding-bottom: 0px;
    }
}
@media screen and (min-width: 500px){
    h1{
        font-size: 30px
    }
    h3{
        font-size: 21px
    }
    a.homeButton {
        font-size: 25px;
    }
    a.tangoButton {
        font-size: 35px;
    }
    .heroImage {
        display: none;
    }
    .enemyImage {
        display: none;
    }
    .tangoBox {
        border: 3px solid white;
    }
    .tangoBoxRow {
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 1000px){
    h1{
        font-size: 40px
    }
    h3{
        font-size: 26px
    }
    a.homeButton {
        font-size: 40px;
    }
    a.tangoButton {
        font-size: 45px;
    }
    .heroImage {
        display: inline;
    }
    .enemyImage {
        display: inline;
    }
    .tangoBox {
        border: 3px solid white;
    }
    .tangoBoxRow {
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 1500px){
    h1{
        font-size: 50px
    }
    h3{
        font-size: 31px
    }
    a.homeButton {
        font-size: 50px;
    }
    a.tangoButton {
        font-size: 60px;
    }
    .heroImage {
        display: inline;
    }
    .enemyImage {
        display: inline;
    }
    .tangoBox {
        border: 3px solid white;
    }
    .tangoBoxRow {
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 2000px){
    h1{
        font-size: 60px
    }
    h3{
        font-size: 36px
    }
    a.homeButton {
        font-size: 60px;
    }
    a.tangoButton {
        font-size: 70px;
    }
    .heroImage {
        display: inline;
    }
    .enemyImage {
        display: inline;
    }
    .tangoBox {
        border: 3px solid white;
    }
    .tangoBoxRow {
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 2500px){
    h1{
        font-size: 85px
    }
    h3{
        font-size: 47px
    }
    a.homeButton {
        font-size: 85px;
    }
    a.tangoButton {
        font-size: 95px;
    }
    .heroImage {
        display: inline;
    }
    .enemyImage {
        display: inline;
    }
    .tangoBox {
        border: 3px solid white;
    }
    .tangoBoxRow {
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 3000px){
    h1{
        font-size: 100px
    }
    h3{
        font-size: 55px
    }
    a.homeButton {
        font-size: 100px;
    }
    a.tangoButton {
        font-size: 120px;
    }
    .heroImage {
        display: inline;
    }
    .enemyImage {
        display: inline;
    }
    .tangoBox {
        border: 3px solid white;
    }
    .tangoBoxRow {
        padding-bottom: 20px;
    }
}
