@font-face {
    font-family: "Graphik Regular Web";
    src: url("../fonts/Graphik-Regular-Web.woff") format('woff');
}

.skills-box {
    border: 1px solid    red;
}

.border {
    border: 2px solid red;
}

.caption-font {
    font-size: 220px;
    font-family: "Oswald";
    font-weight: 700;
    color: #000;
}

.caption {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

    margin-top: 460px;
    width: 200px;
}

.contact-caption {
    font-size: 300px;
}


.section-caption {
    background-color: #f92443;
}

.contact-section {
    background: #2dfdc7;
    height: 100vh;
}

.bold-word {
    background-color: #2dfdc7;
    color: #000;
}

.intro-section {
    background-color: #000;
    padding-bottom: 200px;
}

.email {
    font-size: 150px;
    font-family: "Graphik Regular Web";
    font-weight: 500;
}

.intro-caption-right {
    font-size: 150px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 700;
    /*position: fixed !important;*/
    position: absolute !important;
    /*bottom: 200px;*/
    right: 100px;
    top: 200px;
    /*z-index: 8000 !important;*/
    left: 100px;
}

.contact-label {
    font-size: 50px;
    color: #000;
    margin-top: 100px;
    font-family: "Inconsolata";
    font-weight: 100;
    margin-left: 20px;
}

.section-description {
    font-size: 30px;
    font-family: "Inconsolata";
    font-weight: 400;
    color: black;
}

.lang-desc {
    border: 1px solid #000;
    position: absolute;
    bottom: 100px;
    padding: 20px;
    margin-left: -15px;
    width: 250px;
    font-family: "Inconsolata";
    font-weight: 400;
    font-size: 20px;
    color: #f92443;
    background-color: rgba(255, 255, 255, 0.92);
}

.lang-desc-top {
    border: 1px solid #000;
    position: absolute;
    padding: 20px;
    margin-left: -15px;
    width: 250px;
    font-family: "Inconsolata";
    font-weight: 400;
    font-size: 20px;
    color: #f92443;
    background-color: rgba(255, 255, 255, 0.92);
}

.bold-text {
    background-color: #000;
    color: #fff;
    padding: 20px;
}

a:link {
    color: #ffffff !important;
    text-decoration: none !important;
}

a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

a:hover   {
    text-decoration: none !important;
    color: #000000 !important;
}

a:active  {
    color: #ffffff !important;
    text-decoration: none !important;
}

.contact-item {
    height: 70px;
}

.contact-caption {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

    font-size: 20vh;
    width: 350px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.intro-bold-word {
    font-size: 180px;
    font-weight: 900;
}

@media only screen and (min-width: 320px) {
    .intro-caption {
        font-size: 60px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
        position: absolute !important;
        bottom: 30px;
        left: 20px;
    }

    .intro-caption-medium {
        font-size: 40px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
        margin-top: 150px;
        position: absolute !important;
        top: 80px;
        right: 20px;
    }

    .section-header {
        font-size: 60px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
    }

    .caption {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        width: 90px;
        margin-top: 250px;
    }

    .caption-font {
        font-size: 160px;
        font-family: "Oswald";
        font-weight: 700;
        color: #000;
    }

    .caption-font-small {
        font-size: 120px;
        font-family: "Oswald";
        font-weight: 700;
        color: #000;
    }

    .lang-desc-bottom {
        border: 1px solid #000;
        position: absolute;
        bottom: 100px;
        padding: 20px;
        margin-left: -15px;
        width: 220px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 16px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .lang-desc {
        border: 1px solid #000;
        position: absolute;
        bottom: 100px;
        padding: 20px;
        margin-left: -15px;
        width: 220px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 16px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .lang-desc-top {
        border: 1px solid #000;
        position: absolute;
        bottom: 150px;
        padding: 20px;
        margin-left: -15px;
        width: 220px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 16px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .contact-caption {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);

        font-size: 20vh;
        position: absolute;
        bottom: 90px;
        left: -120px;
    }

    .email {
        font-size: 20px;
        font-family: "Graphik Regular Web";
        font-weight: 100;
        background-color: #f92443;
        opacity: .8;
        padding: 10px;
    }

    .contact-item {
        height: 40px;
    }

    .social-links {
        font-size: 100px;
        font-family: "Graphik Regular Web";
        color: #000;
        margin-bottom: 80px;
        position: absolute;
        left: 30px;
        bottom: 30px;
    }

    .intro-bold-word {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .intro-caption {
        font-size: 120px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
        margin-top: 250px;
        margin-right: 50px;
        position: absolute;
        bottom: 20px;
    }

    .intro-caption-medium {
        font-size: 11vh;
        font-size: 90px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
        margin-top: 250px;
        margin-right: 50px;
    }

    .section-header {
        font-size: 120px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
    }

    .caption-font {
        font-size: 160px;
        font-family: "Oswald";
        font-weight: 700;
        color: #000;
    }

    .caption-font-small {
        font-size: 160px;
        font-family: "Oswald";
        font-weight: 700;
        color: #000;
    }

    .caption {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);

        margin-top: 420px;
        width: 140px;
    }

    .contact-caption {
        font-size: 180px;
        position: absolute;
        bottom: 50px;
        left: -100px;
    }

    .contact-items {
        position: absolute;
        border: 1px solid red;
        bottom: 1;
    }

    .email {
        font-size: 50px;
        font-family: "Graphik Regular Web";
        font-weight: 100;
        background-color: #f92443;
        opacity: .9;
        padding: 10px;
    }

    .lang-desc-bottom {
        border: 1px solid #000;
        position: absolute;
        bottom: 100px;
        padding: 20px;
        margin-left: -15px;
        width: 250px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 18px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .lang-desc {
        border: 1px solid #000;
        position: absolute;
        bottom: 180px;
        padding: 20px;
        margin-left: -15px;
        width: 250px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 18px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .lang-desc-top {
        border: 1px solid #000;
        padding: 20px;
        width: 250px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 18px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
        position: absolute;
        bottom: 250px;
    }

    .social-links {
        font-size: 100px;
        font-family: "Graphik Regular Web";
        color: #000;
        margin-bottom: 80px;
        position: absolute;
        bottom: 50px;
        left: 110px;
    }

    .section-description {
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 20px;
        color: black;
        /*border: 1px solid #000;*/
        padding: 40px;
    }

    .contact-item {
        height: 70px;
    }

    .intro-bold-word {
        font-size: 160px;
    }
}

@media only screen and (min-width: 2500px) {
    .intro-caption {
        font-size: 200px;
        position: absolute !important;
        bottom: 50px;
        left: 100px;
        line-height: 250px;
    }

    .intro-bold-word {
        font-size: 400px;
    }

    .section-header {
        font-size: 14vh;
    }

    .caption-font {
        font-size: 220px;
        width: 260px;
    }

    .caption-font-small {
        font-size: 220px;
    }

    .caption {
        margin-top: 600px;
        width: 220px;
    }

    .contact-caption {
        font-size: 280px;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 260px;
    }

    .social-links {
        margin-bottom: 80px;
        position: absolute;
        bottom: 180px;
        left: 200px;
    }

    .email {
        font-size: 100px;
        padding: 10px;
    }

    .contact-item {
        height: 120px;
        margin-left: -10px;
    }
}

@media only screen and (min-width: 3000px) {
    .intro-caption {
        font-size: 250px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
        position: absolute !important;
        bottom: 50px;
        left: 100px;
    }

    .intro-caption-medium {
        font-size: 150px;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
        position: absolute !important;
        right: 100px;
        top: 200px;
        left: 100px;
    }

    .social-links {
        font-size: 100px;
        font-family: "Graphik Regular Web";
        color: #000;
        margin-bottom: 80px;
        position: absolute;
        bottom: 200px;
        left: 200px;
    }

    .section-header {
        font-size: 14vh;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 700;
    }

    .caption {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);

        margin-top: 800px;
        width: 140px;
    }

    .caption-font {
        font-size: 300px;
        font-family: "Oswald";
        font-weight: 700;
        color: #000;
        width: 260px;
    }

    .caption-font-small {
        font-size: 300px;
        font-family: "Oswald";
        font-weight: 700;
        color: #000;
        width: 260px;
    }

    .lang-desc-bottom {
        border: 1px solid #000;
        position: absolute;
        bottom: 150px;
        padding: 20px;
        margin-left: -15px;
        width: 300px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 22px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .lang-desc {
        border: 1px solid #000;
        position: absolute;
        bottom: 300px;
        padding: 20px;
        margin-left: -15px;
        width: 300px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 22px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .lang-desc-top {
        border: 1px solid #000;
        padding: 20px;
        width: 300px;
        font-family: "Inconsolata";
        font-weight: 400;
        font-size: 22px;
        color: #f92443;
        background-color: rgba(255, 255, 255, 0.92);
        position: absolute;
        bottom: 480px;
    }

    .contact-item {
        height: 140px;
        margin-left: 50px;
    }

    .email {
        font-size: 120px;
        font-family: "Graphik Regular Web";
        font-weight: 100;
        background-color: #f92443;
        opacity: .8;
        padding: 10px;
    }

    .contact-caption {
        font-size: 400px;
        position: absolute;
        bottom: 0px;
        width: 340px;
        left: 0;
    }

    .intro-bold-word {
        font-size: 400px;
    }
}