@font-face {
    font-family: 'Nunito-Bold';
    src: url('../ttf/Nunito-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('../ttf//Nunito-Regular.ttf') format('truetype');
}

body {
    margin: 0px;
    padding: 0px;
    color: #242529;
}

.bold {
    font-family: Nunito-Bold;
}

.en, #light-mode {
    display: none;
}

.section-title {
    font-family: 'Nunito-Bold';
    font-size: 46px;
    margin-bottom: 32px;
}

.section-description {
    text-align: center;
}

li a:hover {
    text-decoration: underline;
}

.content-container {
    max-width: 1280px;
    margin: 0px auto 0px auto;
}

#header-menu .content-container {
    width: 1280px; /* WHY ?!? */
    display: flex; /* WHY ?!? */
    justify-content: space-between; /* WHY ?!? */
}

/* TRANSACTIONS */

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.text, .textDM, .textBlue, .textYellow, .blue, .yellow, .white, .grey, .dark, .menu-background-color, .menu-background-color-dm, a {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

/* COLORS */

.text {
    color: #242529;
}

.textDM {
    color: #FFFFFF;
}

.textBlue {
    color: #1F62B1;
}

.textYellow {
    color: #F5C362;
}

.blue {
    background-color: #1F62B1;
}

.yellow {
    background-color: #F5C362;
}

.white {
    background-color: #FFFFFF;
}

.grey {
    background-color: #F5F5F5;
}

.dark {
    background-color: #242529;
}

.menu-background-color {
    background-color: rgba(230, 230, 230, 0.94);
}

.menu-background-color-dm {
    background-color: rgba(46, 47, 51, 0.94);
}

/* LINKS */

a {
    color: #242529;
}

li a {
    text-decoration: none;
}

button a {
    text-decoration: none;
    color: #FFFFFF;
}

/* HEADER */

#header {
    padding: 72px 24px 24px 24px;
}

#header-menu {
    padding: 24px;
    width: calc(100% - 48px);
    position: fixed;
    display: flex;
    justify-content: space-between;
}

#mobile-menu {
    display: none;
}

#menu-actions img {
    height: 20px;
    margin-left: 12px;
}

ul {
    display: flex;
    font-family: Nunito-Bold;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

li {
    margin-right: 40px;
}

#header-center {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#description-actions {
    text-align: right;
    margin-right: 40px;
}

#me {
    width: 40%;
}

#hey {
    font-family: 'Nunito-Bold';
    font-size: 28px;
}

#name-surname {
    font-family: 'Nunito-Bold';
    font-size: 40px;
    margin: 0px 0px 8px 0px;
}

button {
    font-family: 'Nunito-Bold';
    border: 0px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 40px;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
}

/* WHO AM I */

#who-am-i {
    font-family: 'Nunito-Regular';
    padding: 40px;
    text-align: center;
}

#graph {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.single-graph {
    width: 31%;
}

.title-graph {
    font-family: 'Nunito-Bold';
    font-size: 24px;
}

.name-percentage-graph {
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito-Bold';
}

.single-graph-line {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.eighty-percent, .seventyfive-percent, .seventy-percent, .eightyfive-percent, .sixty-percent, .a-hundred-percent, .ninety-percent {
    height: 10px;
    border-radius: 10px;
}

.eighty-percent {
    width: 80%;
}

.seventyfive-percent {
    width: 75%;
}

.seventy-percent {
    width: 70%;
}

.eightyfive-percent {
    width: 85%;
}

.sixty-percent {
    width: 60%;
}

.a-hundred-percent {
    width: 100%;
}

.ninety-percent {
    width: 90%;
}

/* SERVICES */

#services {
    font-family: 'Nunito-Regular';
    padding: 40px;
    text-align: center;
}

#services-list {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.single-service {
    width: calc(31% - 48px);
    padding: 24px;
    border-radius: 8px;
}

.service-image img {
    height: 60px;
}

.service-title {
    font-family: 'Nunito-Bold';
    margin: 16px 0px 16px 0px;
}

/* CONTACTS */

#contacts {
    font-family: 'Nunito-Regular';
    padding: 40px;
    text-align: center;
}

.section-description {
    margin-bottom: 24px;
}

#form {
    text-align: left;
}

input, textarea {
    font-family: 'Nunito-Regular';
    border: 0px;
    height: 24px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
}

textarea {
    height: 200px;
}

#privacy {
    display: flex;
    margin-bottom: 16px;
}

.form-input-name {
    font-family: 'Nunito-Bold';
    margin-bottom: 8px;
}

#privacy-text {
    margin-left: 24px;
}

#loading {
    width: 32px;
    display: none;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #FFFFFF;
}
  
input[type="checkbox"]:checked {
    background-color: #83c462;
}

/* FOOTER */

#footer {
    padding: 40px;
    background-color: #242529;
    display: flex;
    justify-content: center;
}

#footer img {
    width: 40px;
}

#footer a:not(:last-child) {
    margin-right: 16px;
}

/* SUB FOOTER */

#sub-footer {
    font-family: 'Nunito-Regular';
    background-color: #2A2A31;
    color: #FFFFFF;
    padding: 16px;
    font-size: 14px;
    text-align: center;
}

#sub-footer a {
    color: #FFFFFF;
}

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

    #mobile-menu {
        display: block;
        width: 24px;
    }

    ul {
        display: none;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        padding-bottom: 10px;
        margin-top: 72px;
    }

    li {
        float: none;
        width: 100%;
        font-size: 26px;
        padding: 10px 0px 10px 20px;
    }

    #graph, #services-list {
        display: block;
    }

    .single-graph {
        width: 100%;
        margin-bottom: 40px;
    }

    .single-service {
        width: calc(100% - 48px);
        margin-bottom: 40px;
    }

    .show {
        display: inline;
        opacity: 1;
    }

    #header-center {
        display: block;
        text-align: center;
    }

    #description-actions {
        text-align: center;
        margin: 0px 0px 40px 0px;
    }

    #me {
        width: 80%;
    }

}