html,
body,
head {
    width: 100%;
    height: 100%;
    margin-left: 0;
    background-color: whitesmoke;
    position: absolute;
    max-height: 100%;
    max-width: 100%
}

p,
a,
h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

h2 {
    margin-left: 10px;
    top: 0;
    display: inline-block;
    padding: 5px;
}

@media screen and (max-width: 600px) {
    .navbar {
           width: 5%;
        left: 0;
        position: fixed;
        margin-top: 100%;
        width: auto;
    }
    
    .navbar2 {  width: 5%;
        left: 0;
        position: fixed;
        margin-top: 70%;
        margin-left: 50%;
     width: auto;}
    
       .navbar5 {  width: 5%;
        left: 0;
        position: fixed;
        margin-top: 70%;
        margin-left: 75%;
     width: auto;}
    
    .footer {right: 0}
    
    .littlescreenbuffer {
        width: 100%;
        height: 11%;
    }
    
    .littlebottombuffer {
        width: 20%;
        height: 50%;
        position: fixed;
        background-color: aliceblue;
        bottom: 0;
    }

    .main {
        width: 68%;
        float: left;
        max-height: 100%;
    }

    .side {
        width: 33%;
        height: 50%;
        float: left;
    }

    .space {
        padding: 10%;
    }

    .headimage {
        width: auto;
        height: 11%;
        position: fixed;
    }

    .bigspace {
        padding: 0%;
    }

    .space2 {
        padding-top: 0%
    }

    .responsive {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    h2 {
        font-size: 3vw;
    }

 

    .flex-container {
        margin-left: 3%;
        width: 100%;
        height: auto;
    }
    .info {float: left;
    font-size: 6vw;}
     
    font-size: 3vw;}
}

@media screen and (min-width: 601px) {
    .navbar {
        width: 5%;
        left: 0;
        position: fixed;
        margin-top: 40%;
        width: auto
    }
  .navbar2 {
        width: 5%;
        left: 0;
        position: fixed;
        margin-top: 40%;
        width: auto
    }
    
      .navbar5 {
        width: 5%;
        left: 0;
        position: fixed;
        margin-top: 40%;
        width: auto
    }
    

    
    .responsive {
        width: 90%;
        height: 90%;
        max-height: 90%;
        max-width: auto;
        max-width: auto;
    }

    h2 {
        font-size: 1vw;
    }

    .main {
        width: 69%;
        height: auto;
        float: left;
        max-height: 100%;
        max-width: 69%;
    }

    .main2 {
        width: 50%;
        height: auto;
        float: left;
        max-height: 100%;
        max-width: 50%;
    }

    .side {
        width: 20%;
        max-height: 100%;
        float: left;
        margin-top: 0%;
    }

    .space {
        padding: 0%
    }

    .bigspace {
        height: 35%;
        padding: 4%
    }

    .space2 {
        padding-top: 10%
    }

    .headimage {
        width: 10%;
        height: auto;
        position: fixed;
    }

    .flex-container {
        margin-left: 20%;
        width: 89%;
        height: auto;
        float: left;
    }
.info {float: left}
}



.greylink {
    background-color: #D5D5D5;
    padding: 0.5%;
    background-size: contain;
    color: black;
    text-decoration: none;
}

h2:hover {
    color: blue
}

.footer,
.arrow,
.topper,
.navbar,
.arrow2 {
    text-align: center;
    padding: 0.5%;
    position: fixed;
}

.footer {
    left: 0;
    bottom: 0;
}

.arrow {
    right: 0;
    bottom: 0;
    font-size: 6vw;
    font: default;
}

.arrow2 {
    right: 0;
    bottom: 0;
    padding-bottom: 10%;
    font-size: 6vw;
    font: default;
}

.topper {
    right: 0;
    top: 0;
}

