/*   fonts   */

@font-face {
    font-family: 'TWK Continental';
    src:
    url(TWKContinental/TWKContinentalBold.otf);
    font-weight: 100;
}

    @font-face {
    font-family: 'Monster';
    src:
    url(Monster/MonsterRegular.otf);
    font-weight: 100;
}

/*   fonts   */

* {
    -webkit-tap-highlight-color: transparent;
}

/*   NAV   */

nav {
    z-index: 2;
    position: fixed;
    width: auto;
    align-items: left;
    top: 3.6rem;
    left: 1.2rem;
}

a.nav {
    font-size: 1.2rem;
    color: rgb(255, 35, 83);
    font-style: normal;
    text-decoration: none;
    font-family: 'TWK Continental';
    font-weight: 100;
    display: block;
    text-align: left;
    width: auto;
    line-height: 135%;
}

.navpro span {
    width: min-content;
}

#amo span {
    width: min-content;
}

#projectsdrop {
    width: min-content;
}

a.nav span {
    display: block;
    position: relative;
    width: auto;
}

a.nav:visited {
    text-decoration: none;
    width: auto;
}

a.nav:hover span{
    padding-left: 15px;
    width: auto;
    background-color: white;
}

a.nav span:after {
    content:  '→';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -25px;
    width: auto;
}

a.nav:hover span:after {
    opacity: 1;
    left: 0;
    width: auto;
}

.navprojects {
    position: relative;
    width: auto;
}

.navdrop {
    display: none;
    position: relative;
    width: auto;
}

.navprojects:hover .navdrop {
    display: block;
    width: auto;
}

a.navpro {
    font-size: 0.9rem;
    color: rgb(255, 35, 83);
    font-style: normal;
    text-decoration: none;
    font-family: 'TWK Continental';
    font-weight: 75;
    display: block;
    text-align: left;
    width: auto;
}

a.navpro span {
    display: inline-block;
    position: relative;
    width: auto;
}

a.navpro:visited {
    text-decoration: none;
    width: auto;
}

a.navpro:hover span{
    padding-left: 12px;
    width: auto;
    background-color: white;
}

a.navpro span:after {
    content:  '→';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -25px;
    width: auto;
}

a.navpro:hover span:after {
    opacity: 1;
    left: 0;
    width: auto;
}

.navprojects2 {
    display: none;
}

#amo2 {
    display: none;
}

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

    #amo2 {
        display: flex;
    }

    #amo {
        display: none;
    }

    .navprojects {
        display: none;
    }

    .navprojects2 {
        display: flex;
        flex-direction: column;
        position: relative;
        width: auto;
    }

    .navdrop2 {
        display: none;
        position: relative;
        width: auto;
    }

    .navdrop2.open {
        display: flex;
        flex-direction: column;
    }

    a.navpro2 {
        font-size: 1.1rem;
        color: rgb(255, 35, 83);
        font-style: normal;
        text-decoration: none;
        font-family: 'TWK Continental';
        font-weight: 75;
        display: block;
        text-align: left;
        width: auto;
    }

    a.navpro2 span {
        display: inline-block;
        position: relative;
        width: auto;
    }

    a.navpro2:visited {
        text-decoration: none;
        width: auto;
    }

    a.nav span:after, a.navpro span:after, a.navpro2 span:after {
        display: none !important;
    }

    nav {
        top: 1.8rem;
    }

    a.nav {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 3rem !important;
    }

    a.nav:hover span, a.navpro:hover span, a.navpro2:hover span {
        padding-left: 0 !important;
        background-color: transparent !important;
    }
}

/*   NAV   */

/*   txt   */

h1 {
    font-family: 'TWK Continental';
    font-weight: 100;
    color: rgb(255, 35, 83);
    font-size: 6.5vw;
    line-height: 80%;
    margin: 0;
}

h3 {
    font-family: 'TWK Continental';
    color: rgb(255, 35, 83);
    font-size: 1.2rem;
    line-height: 165%;
    margin: 0;
    font-weight: 100;
}

h2 {
    font-family: 'TWK Continental';
    color: rgb(255, 35, 83);
    font-size: 5.8vw;
    line-height: 100%;
    margin: 0;
    font-weight: 100;
    margin-top: -0.8rem;
}

p {
    font-family: 'TWK Continental';
    color: rgb(255, 35, 83);
    margin-top: 0.4rem;
    font-weight: 100;
}

a.listcontact p {
    line-height: 125%;
    font-size: 1rem;
    font-weight: 100;
    margin: 0;
}

.txtpro {
    margin-top: 1.8rem;
}

.txt {
    line-height: 112%;
    font-size: 1.2rem;
    font-weight: 100;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

html, body, button, a {
    cursor: url('Content/Home/Cursor.png') 8 8, auto;
}
/*   txt   */