.logo {
    width: 90vw
}



h1 {
    text-align: center;
    font-size: 6vh;
    z-index: 0;
}

h2 {
    text-align: center;
    font-size: 5vh;
    z-index: 0;
}

h3 {
    text-align: left;
    font-size: 4vh;
    z-index: 0;
}

h4 {
    text-align: left;
    font-size: 3.6vh;
    margin-left: 5vw;
    ;
    z-index: 0;
}

h5 {
    text-align: center;
    font-size: 2.8vh;
    z-index: 0;
}

h6 {
    text-align: center;
    font-size: 2.4vh;
    z-index: 0;
}

p,
pre {
    text-align: left;
    font-size: 1vh
}

strong {
    color: darkcyan
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: white;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: black;

}

.article {
    background-color: rgb(27, 27, 27);

    margin-top: 3vh;

    min-height: 100vh;

    padding: 3.3vh
}


.article2 {

    margin-left: 20vw;
    margin-top: 3vh;
    margin-right: 20vw;

    min-width: 33.3vw;
    padding: 3.3vh
}






.kid {

    width: 33.3vw;
    margin: 25vh;
    margin-top: 3vh;
    margin-bottom: 3vh;
    justify-content: space-evenly
}

button {
    background: transparent;
    color: darkcyan;
    border: none
}

.button {
    background-color: #000000;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid darkcyan;
    display: inline-block;
    cursor: pointer;
    color: darkcyan;
    font-family: Verdana;
    font-size: 1.5vw;
    padding: 14px 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.button:hover {
    background: rgb(21, 21, 126);
    color-adjust: white
}

.button:active {
    position: relative;
    top: 1px;
}



footer {
    max-width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    text-align: center;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    background: black;
    z-index: 1000;
}

.left {
    justify-content: left !Important
}

header.sticky {
    padding: 10px 20px;
}



header {
    position: fixed;
    bottom: 0px;
    transition: padding 300ms ease;
    background: black;
    min-width: 100vw;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 5vh;

}

section.content {
    margin-top: 80px;
}

.hide {
    display: block
}

.promo {
    height: 6vh;
    margin: 1vh
}

.hamburger {
    display: none
}



@media screen and (max-width: 1500px) {


    .article {
        margin: 0%;
        min-width: 100vw;
    }

}

.bump {
    margin-top: auto
}



.twitter-timeline {
    margin-left: 25vw;
    height: 100vh;
    min-width: 100vw;
    border-color: blue;
    border: 5px;
    background: rgb(31, 30, 30);


}

@media screen and (max-width: 1000px) {

    .hide {
        display: none
    }

    .MobileMenu {
        display: block
    }

    .button {
        border: none;
        font-size: 2vh;
        padding: 0;
    }

    .kid {

        width: 70vw;
        ;
        margin: 5vh;

        justify-content: space-evenly
    }

}

.MobileMenu {
    display: none
}

