/*

* {

CSS for the CKLA Landing Page

* }

*/

@font-face{font-family:Amplify;src:url(../fonts/Amplify.otf);font-weight:400;font-style:normal}



@font-face {

    font-family: amplify-light;

    src: url('../fonts/AmplifyLight.eot');

    src: local('â˜º'), url('../fonts/AmplifyLight.woff') format('woff'), url('../fonts/AmplifyLight.ttf') format('truetype'), url('../fonts/AmplifyLight.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'Conv_BentonSansMedium';

    src: url('../fonts/BentonSansMedium.eot');

    src: local('â˜º'), url('../fonts/BentonSansMedium.woff') format('woff'), url('../fonts/BentonSansMedium.ttf') format('truetype'), url('../fonts/BentonSansMedium.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'Conv_BentonSansBook';

    src: url('../fonts/BentonSansBook.eot');

    src: local('â˜º'), url('../fonts/BentonSansBook.woff') format('woff'), url('../fonts/BentonSansBook.ttf') format('truetype'), url('../fonts/BentonSansBook.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'Conv_BentonSansRegular';

    src: url('../fonts/BentonSansRegular.otf');

    font-weight: normal;

    font-style: normal;

}



html {

    width: auto;

}



body {

    width: 1023px;

    margin: 0 auto;

    padding: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #fff;

    color: #3b3b3b;

    border-left: 1px solid #ebebeb;

    border-right: 1px solid #ebebeb;

}



div, header, footer {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



header {

    max-width: 1023px;

    display: flex;

    flex-direction: column;

    padding-top: 12px;

    background-repeat: no-repeat;

    background-image: url("../images/5-banner-sv-2.png");

    object-fit: contain;

}



.header-items {

    width: 60%;

}



.CKLA {

    display: inline-block;

    font-family: amplify-light;

    font-size: 25px;

    font-weight: 800;

    margin-left: 19px;

}

.CKLA .text-style-1 {

    display: inline-block;

    font-weight: normal;

}



.Hello-Teacher {

    font-family: Conv_BentonSansRegular;

    font-size: 34px;

    line-height: 1.18;

    margin-top: 31px;

    margin-left: 47px;

}



header .info-title {

    height: 30px;

    margin-top: 42px;

    margin-left: 47px;

}



header .info-text {

    width: 459px;

    height: 60px;

    margin-top: 6px;

    margin-left: 47px;

    font-size: 19px;

}



.header-buttons {

    margin: 31px 0px 48px 49px;

    max-width: 210px;

}



.button-row {

    display: flex;

    flex-direction: row;

}



.button {

    display: flex;

    align-items:center;

    justify-content:center;

    border-radius: 100px;

    cursor: pointer;

    text-decoration: none;

    height: 41px;

    width: 95px;

    margin-right: 18px;

    font-family: Conv_BentonSansMedium;

    font-size: 16px;

    font-weight: 500;

    line-height: 2.38;

    text-align: center;

    background-color: #9C0D63;

    color: #fff;

}



.button:hover {

    background-color: #5e083b;

}



.white {

    height: 39px;

    color: #3b3b3b;

    background-color: #fff;

    border: solid 1px #fff;

}



.white:hover {

    background-color: #fff;

    border: solid 1px #9c0d63;

}



.content-block {

    display: block;

    width: 50%;

    height: 500px;

    float: left;

    padding: 23px;

    padding-top: 25px;

}

.content-block .info-title {

    padding-top: 23px;

}



.info-title {

    font-family: Conv_BentonSansMedium;

    font-size: 25px;

    font-weight: 500;

    line-height: 1.2;

}



.info {

    min-height: 190px;

    height: 200px;

    margin-right: 21px;

}



.info .info-title {

    margin-bottom: 19px;

}



.info .info-text {

    width: 100%;

    margin-bottom: 27px;

}



.info-text {

    font-family: Conv_BentonSansRegular;

    font-size: 16px;

    line-height: 1.58;

}



.blue-link {

    color: #42BFFE;

}



.image {

    display: flex;

    padding: 28px,0px, 28px, 0px;

    height: 270px;

    border-radius: 4px;

    box-shadow: 0 2px 4px 0 #767676;

    border: solid 1px #979797;

    background-color: #ffffff;

}



.image-banner {

    display: flex;

    flex-direction: column;

}



.image-banner img {

    padding: 25px 30px;

    height: 170px;

    width: auto;

}



.image-banner-text {

    display: flex;

    justify-content: center;

    background-color: #9c0d63;

    font-size: 15px;

    padding: 15px 0 11px;

    color: #fff;

    font-family: Conv_BentonSansRegular;

}



.notebook {

    display: block;

    margin: auto;

    width: 293px;

}



.tablet {

    display: block;

    margin: auto;

    width: 129px;

}



.learn-more {

    display: flex;

    align-content: center;

    align-items: center;

    margin-left: 65px;

    margin-top: 68px;

    margin-bottom: 110px;

    font-family: Conv_BentonSansBook;

    font-size: 25px;

    line-height: 1.2;

}



.learn-more-button {

    margin-left: 35px;

    display: flex;

    align-content: center;

    align-items: center;

    text-align: center;

    width: 213px;

    height: 52px;

    border-radius: 130px;

    cursor: pointer;

    font-family: Conv_BentonSansMedium;

    font-size: 20.8px;

    font-weight: 500;

    line-height: 2.38;

    border-color: #e36b2c;

    background-color: #e36b2c;

    text-decoration: none;

    text-align: center;

    color: #fff;

}



footer {

    display: flex;

    flex-flow: row wrap;

    background-color: #eaeaea;

    padding-top: 24px;

    padding-bottom: 31px;

    padding-left: 27px;

}



.Amplify {

    width: 139px;

    height: 44px;

    font-family: Amplify-Light;

    font-weight: 800;

    font-size: 35px;

}



.contact-info {

    flex-flow: row wrap;

    height: 38px;

    font-family: Conv_BentonSansMedium;

    font-size: 12px;

    font-weight: 500;

    padding-left: 142px;

}



.mailto {

    display: block;

    text-decoration: none;

    color: #3b3b3b;

    height: 38px;

    font-family: Conv_BentonSansMedium;

    font-size: 12px;

    font-weight: 500;

    padding-left: 5px;

}



.links {

    margin-left: 280px;

}



.links a {

    flex-flow: row wrap;

    cursor: pointer;

    margin-top: 13px;

    margin-right: 58px;

    height: 17px;

    font-family: Conv_BentonSansMedium;

    font-size: 12px;

    font-weight: 500;

    text-decoration: none;

    color: #6d6d6d;

}



.robot-background {

    display: none;

}



.arrow {

    display: none;

}



@media only screen and (max-width: 420px) {

    html, body {

        width: 100%;

        border-left: none;

        border-right: none;

    }



    header {

        margin: 0;

        padding: 0;

        min-width: 320px;

        min-height: 100vh;

        background-color: #b5c6d0;

        background-image: none;

    }



    .header-items {

        width: 100%;

        padding: 19px;

        max-height: 60%;

    }



    .robot-background {

        display: flex;

        min-height: 40%;

        width: 100%;

        align-content: stretch;

        position: absolute;

        bottom: 15px;

        background-repeat: no-repeat;

        background-position: center;

        background-size: cover;

        background-image: url("../images/mobile-header.jpg");

        object-fit: contain

    }



    .CKLA {

        display: flex;

        justify-content: flex-start;

        max-width: 100%;

        margin-left: 0;

    }



    .Hello-Teacher {

        justify-content: center;

        text-align: center;

        width: 100%;

        font-size: 2em;

        line-height: 1.2;

        margin-top: 24px;

        margin-left: 0;

    }



    header .info-title {

        justify-content: center;

        text-align: center;

        font-size: 1.41em;

        line-height: 1.17;

        max-width: 100%;

        margin-left: 0px;

        margin-top: 20px;

    }



    header .info-text {

        width: 100%;

        justify-content: center;

        text-align: center;

        font-size: 1.07em;

        line-height: 1.59;

        margin-top: 20px;

        margin-left: 0;

        padding-right: 0;

    }



    .header-buttons {

        max-width: 100%;

        width: 100%;

        margin: 40px 0 0 0;

        text-align: center;

        justify-content: center;

        padding-right: 0;

    }



    .content-block {

        display: flex;

        flex-direction: column;

        padding: 0 23px 0 23px;

        margin-bottom: 60px;

        width: 100%;

        padding-top: 0;

    }



    .notebook {

        width: 224px;

    }



    .info-title {

        width: 100%;

        text-align: center;

    }



    .info {

        display: flex;

        flex-direction: column;

        justify-content: center;

        max-width: 100%;

        width: 100%;

        text-align: center;

        margin-right: 0;

    }



    .info .button {

        align-self: center;

    }



    .button-row {

        align-self: center;

    }



    .info .info-title {

        margin-bottom: 10px;

    }



    .info .info-text {

        margin-bottom: 20px;

    }



    .info-text {

        max-width: 100%;

        width: 100%;

        font-size: 17px;

        line-height: 1.58;

    }



    .image {

        justify-content: center;

        text-align: center;

        order: -1;

        margin: auto;

        margin-top: 20px;

        padding: 0;

        width: 100%;

        max-height: 172px;

    }



    .notebook {

        max-width: 100%;

    }



    .tablet {

        max-height: 95%;

        width: 100px;

    }



    .learn-more {

        display: none;

    }



    footer {

        padding: 5px;

        width: 100%;

        display: flex;

        flex-direction: row;

        height: 100%;

    }



    .Amplify {

        width: 77px;

        height: 100%;

        font-size: 18px;

        margin-top: 0;

        margin-right: 0;

    }



    .contact-info {

        width: 70%;

        margin: 0;

        height: 100%;

        padding-left: 30px;

        font-size: 0.7em;

    }



    .links {

        margin: 0;

        padding: 0;

    }



    .mailto {

        padding-left: 107px;

        width: 100%;

        height: 20px;

        font-size: 0.7em;

    }



    .links {

        padding-left: 107px;

        width: 100%;

        display: flex;

        flex-flow: row wrap;

    }



    .links a {

        display: flex;

        margin: 0;

        padding-top: 10px;

        height: 14px;

        font-size: 12px;

        width: 50%;

    }



    .arrow {

        display: flex;

        align-content: center;

        align-items: center;

        justify-content: center;

        height: 40px;

        width: 100%;

        position: absolute;

        bottom: 0;

        margin: 0 auto;

        background-image: url("../images/angel.png");

        background-repeat: no-repeat;

        background-position: center;

    }

}



@media only screen and (max-height: 480px) and (max-width: 420px) {



    .Hello-Teacher {

        margin-top: 20px;

    }



    header .info-title {

        margin: 0;

    }



    header .info-text {

        margin: 0;

        padding: 0;

    }



    .header-buttons {

        margin-top: 31px;

    }



    .arrow {

        height: 30px;

    }

}






