/*GENERAL*/

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

img {
    width: 100%;
}

h2 {
    width: 100%;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

p {
    color: #181716;
}

button {
    cursor: pointer;
}

button:focus, input:focus {
    outline: none;
}

.content-flex {
    max-width: 900px;
    width: calc( 100% - 30px);
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

/*VARIABLES*/

.color-white {
    color: #fff;
}

.color-orange {
    color: #ED7620;
}

.bg-orange {
    background: url(../img/orange-bg.svg) no-repeat;
    background-size: cover;
}

.bg-orange2 {
    background: url(../img/orange-bg2.svg) no-repeat;
    background-size: cover;
}

/*HEADER*/

header {
    padding: 55px 0 30px;
}

header>div {
    margin: auto;
}

.header-img {
    margin: auto;
    max-width: 522px;
}

.header-buttons {
    text-align: center;
}

.button_one {
    border: 2px solid #ED7620;
    background: none;
    color: #ED7620;
    padding: 10px 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 25px 5px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button_one:hover {
    color: #fff;
    background: #ED7620;
}

/*MODAL*/

#subscribe {
    max-width: 370px;
}

.modal {
    padding: 30px 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.9);
    z-index: 22;
    text-align: center;
    visibility: hidden;
}

.modal>.content {
    max-width: 520px;
}

.email {
    width: 252px;
    border: 2px solid #ED7620;
    margin: 18px auto 25px;
    padding: 8px 10px;
}

.send {
    background: #ED7620;
    color: #fff;
    border: none;
    font-size: 19px;
    font-weight: 700;
    padding: 13px;
    cursor: pointer;
}

.modal-close {
    z-index: 23;
    top: 23px !important;
    right: 21px !important;
}

.textarea {
    width: 80%;
    min-height: 150px;
    border: 2px solid #ED7620;
    padding: 8px 10px;
}

.flex-send {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*CONTENT*/

/*SECTION 1 */

.warning-cont {
    margin: 23px 45px;
    text-align: center;
}

.warning {
    width: 290px;
    color: #181716;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
}

.rotated-left {
    transform: rotate(-4deg);
}

.rotated-right {
    transform: rotate(2deg);
}

.warning-text {
    color: #181716;
    margin-bottom: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: 700;
    line-height: 16px;
}

.warning-text>span {
    font-size: 34px;
    line-height: 32px;
}

.button_two {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button_two:hover {
    color: #fff;
    background: #f75700;
}

/*INFO SISU*/

#info-container {
    width: 100%;
    background: #F2D03D;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.info-bg {
    background: #F2D03D;
    padding: 12px 0 80px;
    height: 100%;
    width: 100%;
}

.info-title {
    font-size: 34px;
    color: #181716;
    text-align: left;
    text-transform: uppercase;
}

.button_3 {
    border: 1px solid #181716;
    color: #181716;
    padding: 10px 13px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    text-decoration: none;
}

.button-cont {
    margin-bottom: 30px;
}

.close {
    width: 17px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*SECTION 2 */

.content {
    max-width: 900px;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: auto;
    position: relative;
}

.inside-link {
    color: #fff;
}

.roadmap {
    max-width: 843px;
    margin: 15px 0 90px;
}

/*SECTION 3*/

.col-6 {
    max-width: 685px;
    margin-top: 30px;
}

.col-4 {
    max-width: 180px;
    width: 100%;
    margin-top: 65px;
}

.links-col-2 {
    display: block;
    flex-wrap: wrap;
}

.links-col-2>li {
    width: 100%;
    list-style-type: none;
}

.kooli-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
}

.logos {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.img-logos {
    display: inherit;
}

.logo-2 {
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}

/* JS Class additions */

.hidden {
    display: none;
}

.show {
    display: block !important;
    visibility: visible;
}

.mobile {
    display: none;
}

/*MEDIA QUERY*/

@media screen and (max-width:960px) {
    .close {
        right: 15px;
    }
}

@media screen and (min-width:768px) {
    .links-col-2 {
        width: 290px;
        display: inline-flex;
        flex-wrap: wrap;
        margin: 25px 50px 70px 0;
    }
    .logo {
        margin-right: 100px;
    }
    .mobile.show {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .img-logos {
        display: block;
    }
    .logos {
        margin-top: 60px;
    }
    .logo {
        margin-bottom: 20px;
    }
    .logo-2 {
        margin-left: 40px;
        width: 40%;
    }
    .mobile.hidden {
        max-height: 0;
        transition: all 0.3s ease;
        overflow: hidden;
        margin: 0 -15px;
        padding: 0 15px;
        background: #F2D03D;
        position: relative;
    }
    .mobile.hidden>.close {
        top: 20px;
    }
    #info-container {
        display: none !important;
    }
    .ma {
        margin: auto !important;
    }
}

@media screen and (max-width: 568px) {
    .button_one {
        font-size: 14px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    .modal-close {
        right: 40px !important;
    }
    .close {
        top: -20px;

    }
    body {
        cursor: pointer
    }
    .logo-2 {
        width: 100%;
        margin-left: 0;
    }
    .foot {
        width: 100%;
        text-align: center;
    }
}