@font-face {
    font-family: Bahnschrift;
    src: url(Bahnschrift\ Regular.ttf);
}

.navheader {
    text-align: center;
    font-family: "Bahnschrift", Times, serif;
    font-weight: normal;
    font-size: 50px;
}


#pagetext {
    margin-top: 300px;
    margin-left: 20vw;
    margin-right: 20vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    position: relative;
    background-color: rgb(246, 246, 246);
    border-radius: 0px;
    padding: 60px;
}

#homeabout {
    display:inline-block; 
    width: 20vw;
}

@media screen and (max-width: 1000px) {

    #pagetext {
        margin-top: 300px;
        margin-left: 1vw;
        margin-right: 1vw;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: left;
        position: relative;
        background-color: rgb(246, 246, 246);
        border-radius: 0px;
        padding: 5px;
    }
    #homeabout {
        display:inline-block; 
        width: 100vw;
    }
    button {
        margin-left: 10vw;
    }

}

#navbar {
    background-color: white;
    position: fixed;
    transition: top 0.1s;
    text-align: center;
    margin: 0px;
    width: 100vw;
    top: 0px;
    z-index: 100;
}

.navtext {
    font-size: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
}


.navbtns {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    color: rgb(195, 195, 195);

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgb(255, 255, 255);
}

.navbtns:hover{
  background: rgb(246, 246, 246);
  cursor: pointer
}

body { 
    font-size: 15px;
    font-family: 'Bahnschrift' ;
    margin:0px; }

p {
    font-size: 18px;
    font-family: 'Bahnschrift' ;
}

h1 {
    font-size: 40px;
    font-family: 'Bahnschrift' ;
}

