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

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

#bottom {
    background-color: black;
}

.button {
    background-color: #F76E35;
    /* Green */
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    width: 50%;
    margin-left: 25%;
    margin-top: 20px;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #F76E35;
    color: black;
    text-align: center;
}

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

#countries {
    margin-left: 3%;
    column-count: 2;
    column-gap: 40px;
    column-rule-style: solid;
    column-rule-width: 3px;
}

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;
}

#countries {
    color: black;
}

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 {
    font-family: 'MonumentExtended';
    font-size: 15px;
    text-align: left;
}

h2 {
    font-family: 'Roboto';
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    line-height: 150%;
}

#portfolio {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
}

.parks {
    width: 100%;
}

#kongsvinger {
    display: grid;
    grid-template: '1fr 1fr';
    grid-gap: 10px;
}

#group {
    display: grid;
    grid-template: '1fr 1fr' '1fr 1fr';
    grid-column-gap: 10px;
}

.solo {
    width: 49%;
}

#footer {
    background-color: #F76E35;
    color: black;
    text-align: center;
    padding: 10px;
    bottom: 0;
    margin-top: 20px;
}

h3 {
    font-size: 12px;
    font-family: 'MonumentExtended';
    margin: 0;
    color: black;
}


@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;
    }

    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 {
        font-family: 'MonumentExtended';
        font-size: 30px;
        text-align: left;
        margin-bottom: 5px;
    }
    h2 {
        font-family: 'Roboto';
        font-weight: 400;
        text-align: left;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    p {
        font-size: 1.4vw;
        text-shadow: 1px 1px 1px #fff;
    }
    #portfolio {
        width: 60%;
        margin-left: 20%;
    }
    .parks {
        width: 100%;
    }
    #kongsvinger {
        display: grid;
        grid-template: '1fr 1fr';
        grid-gap: 20px;
    }
    #group {
        display: grid;
        grid-template: '1fr 1fr' '1fr 1fr';
        grid-column-gap: 20px;
    }
    .solo {
        width: 49%;
    }
    #footer {
        background-color: #F76E35;
        color: black;
        text-align: center;
        padding: 15px;
        bottom: 0;
        margin-top: 50px;
    }
    h3 {
        font-size: 1.5em;
        font-family: 'MonumentExtended';
        margin: 0;
        color: black;
    }
}
