@font-face {
    font-family: Caladea;
    src: url(webfonts/Caladea.woff2);
}

@font-face {
    font-family: Gasoeak One;
    src: url(webfonts/Gasoek_One.woff2);
}

/*CUSTOMISATION CLOCKIFY*/


a,
a:visited {
    text-decoration: underline;
}

/*STRUCTURE*/

.site-header,
.site-main,
.site-footer {
    padding: 1rem;
}

.site-main {
    margin: 0 auto;
    max-width: 1200px;
}



/* HEADER */


.main-navigation {
    width: auto;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

h1.site-title,
p.site-title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
}

.site-title a {
    display: block;
    width: 200px;
    height: 50px;
    background: url(images/clockify-logo.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
}

/* NAVIGATION */
.main-navigation li {
    margin-left: 2rem;
}

.main-navigation li a {
    color: black;
    font-family: Caladea;
    text-transform: uppercase;
    letter-spacing: -0.02rem;
}

.main-navigation li a:hover {
    border-bottom: 3px solid black;
}

.main-navigation li.current-menu-item a {
    border-bottom: 3px solid black;
}

.main-navigation ul ul {
    display: block;
}

/* RESPONSIVE NAVIGATION */

.menu-toggle {
    width: 80px;
    height: 80px;
    background: url(images/Group\ 2.svg) no-repeat center center;
    background-size: contain;
    border: 0;
    text-indent: -5000px;
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 2000;
}

.toggled .menu-toggle {
    background-image: url(images/Group\ 3.png);
}

.toggled .menu-menu-1-container {
    background-color: rgba(76, 167, 238, 1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1rem 5rem 1rem;
}

.main-navigation.toggled li a {
    font-size: 1.5rem;
    display: inline-block;
    padding: 0.5rem 0;
}

.main-navigation.toggled ul ul {
    position: static;
    float: none;
    background-color: transparent;
    box-shadow: none;

}

.main-navigation.toggled ul ul li a {
    font-size: 1.2rem;
}


/* HOMEPAGE */
.home section {
    min-height: 200px;
    background-color: aquamarine;
    padding: 2rem 0;
    margin: 0 0 2rem 0;
}

/*FOOTER*/
.site-footer {
    font-family: satoshi;
    font-size: 0 8em;
}