@font-face {
    font-family: 'MonumentExtended';
    font-style: normal;
    font-weight: normal;
    src: url('MonumentExtended-Ultrabold.otf');
}

body {
    background: url(MobileBG.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

#phone {
    width: 60%;
    margin-left: 20%;
}

#bottom {
    background-color: black;
}

.button {
    background-color: #F76E35;
    /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 80%;
    height: 8%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 0;
    top: 47%;
    position: absolute;
}


h5 {
    font-family: 'MonumentExtended';
    color: black;
    font-size: 15px;
    margin: 0;
}

body {
    font-family: Roboto, sans-serif;
    margin: 0;
}

.topnavmobile {
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.topnavmobile #myLinks {
    display: none;
}

a:link {
    text-decoration: none;
    color: #F4F4F4;
}

a:visited {
    text-decoration: none;
    color: #F4F4F4;
}

a:hover {
    text-decoration: none;
    color: #F76E35;
}

a:active {
    text-decoration: none;
    color: #F4F4F4;
}

.topnavmobile a {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 1.3em;
    display: block;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.topnavmobile a.icon {
    background: 000;
    display: block;
    position: absolute;
    padding-top: 20px;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #000;
    color: white;
}

#logo-mobile {
    height: 35px;
    padding-top: 10px;
}


p {
    color: black;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

#info {
    color: white;
    width: 80%;
    margin-left: 10%;
}

.topnav {
    display: none;
}

#logo {
    display: none;
}

h1 {
    color: #000;
    margin: 0;
    margin-left: 3%;
    font-family: 'MonumentExtended';
    font-size: 30px;
    padding-top: 20px;
    padding: 5px;
    text-align: center;
}

h3 {
    font-family: 'MonumentExtended';
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}

h4 {
    font-family: 'MonumentExtended';
    color: white;
    font-size: 15px;
}

@media only screen and (min-width: 1000px) {
    .topnavmobile {
        display: none;
    }
    .topnav {
        display: block;
        overflow: hidden;
        background-color: #000;
    }

    .topnav a {
        float: right;
        color: #000;
        text-align: center;
        padding: 25px 20px;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.2em;
    }
    .topnav a:link {
        color: #fff;
    }
    .topnav a:visited {
        color: #fff;
    }
    .topnav a:hover {
        background-color: #F76E35;
        color: black;
    }
    .topnav a:active {
        background-color: #F76E35;
    }
    #logo {
        height: 50px;
        float: left;
        padding-left: 12px;
        padding-top: 10px;
        display: block;
    }
    #nav {
        background-color: #000;
        height: 74px;
    }

    p {
        font-size: 1vw;
        color: #000;
    }

    body {
        background: url(DesktopBG.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
    }

    a:link {
        text-decoration: none;
        color: #F4F4F4;
    }

    a:visited {
        text-decoration: none;
        color: #F4F4F4;
    }

    a:hover {
        text-decoration: none;
        color: #F76E35;
    }

    a:active {
        text-decoration: none;
        color: #F4F4F4;
    }

    #intro {
        width: 100%;
    }

    h1 {
        color: #000;
        margin: 0;
        margin-left: 3%;
        font-family: 'MonumentExtended';
        font-size: 40px;
        padding-top: 20px;
        padding: 5px;
    }

    h2 {
        margin: 0;
        font-size: 1.6vw;
        padding: 3px;
    }
    p {
        font-size: 1.4vw;
        text-shadow: 1px 1px 1px #fff;
    }

    h3 {
        font-family: 'MonumentExtended';
        color: white;
        font-size: 35px;
        text-align: center;
    }
    h4 {
        font-family: 'MonumentExtended';
        color: white;
        font-size: 20px;
    }
    h5 {
        font-family: 'MonumentExtended';
        color: black;
        font-size: 2em;
        margin: 0;
        text-align: center;
    }

    .button {
        background-color: #F76E35;
        /* Green */
        border: none;
        color: white;
        padding: 15px 40px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        width: 50%;
        height: 8%;
        margin-left: 25%;
        margin-top: 0;
        margin-bottom: 0;
        top: 46%;
        position: absolute;
    }
}
