@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);

body {
    font-family: "Open Sans", sans-serif;
    user-select: none;
    margin: 0;
    padding: 0;
}

.first-screen {
    background-image: linear-gradient(#CA6508 30%, #d4570f);
}

/* *Mobile Navigation Code */
.mobile-nav {
    display: none;
    margin-left: 17px;
    margin-top: 12px;
}

#menuToggle {
    display: block;
    z-index: 2;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: 10px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 3;
    /* and place it over the hamburger */
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: rgb(224, 222, 222);
    border-radius: 3px;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
    margin-left:8px;
    margin-top:4px;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin: -100px 0 0 -50px;
    padding-left: 100px;
    padding-top: 100px;
    background: #ededed;
    list-style-type: none;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 500;
}

#menuToggle input:checked~ul {
    transform: none;
}

.nav-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    top: 5px;
    font-weight: 100;
    letter-spacing: 4px;
    margin-right: 65px;
}

.logo {
    font-size: 16px;
}

.nav-box-1 {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    padding-left: 80px;
}

.nav-box-2 {
    display: flex;
    justify-content: space-evenly;
    flex-grow: 1;
    font-weight: 400;
}

.nav-bar a {
    text-decoration: none;
    color: white;
}

hr {
    color: white;
    margin-bottom: 0;
    border-top: none;
}

.vertical-line {
    margin-top: 0;
    margin-bottom: 0;
    border-left: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    margin-bottom: -25px;
    width:100%;
}

.container-1 {
    display: flex;
    padding: 30px 100px 0 80px;
    color: white;
    margin-top: 20px;
}

.text-block-cont1 {
    flex-grow: 2;
}

.img-block-cont1 {
    flex-grow: 1;
}

.sub-head-cont1 {
    background-color: #de893945;
    width: 30rem;
    height: 9.5em;
    padding: 20px 28px 28px 20px;
    position: relative;
    box-sizing: border-box;
}

.sub-head-cont1 h2 {
    font-size: 34px;
    font-weight: 100;
    margin: 0;
    position: absolute;
    bottom: 22px;
}

.main-head-cont1 h1 {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 12px 0 12px 0;
    text-shadow: 2px 2px 6px rgb(75, 73, 73);
}

.home-pic {
    height: 85vh;
    width: auto;
}

.desc-block {
    background-image: linear-gradient(#de893945 20%, #f1852145);
    width: 30rem;
    padding: 20px 28px 40px 20px;
    box-sizing: border-box;
}

.desc-block h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.desc-block p {
    font-size: 15px;
    font-weight: 100;
}

.register-btn {
    background-color: inherit;
    border-color: white;
    color: white;
    padding: 5px 20px;
    margin-top: 8px;
    font-size: 17px;
    border-style: groove;
    cursor: pointer;
}

.register-btn:hover {
    background-color: white;
    color: #d4570f;
    border-color: #d4570f;
}

.contact-cont1 {
    display: flex;
    align-items: center;
}

.follow-text {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 100;
    color: white;
}

.contact-cont1>div {
    margin-right: 30px;
}

.contact-hr-cont {
    width: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-hr {
    width: 100%;
    position: relative;
    border-color: rgba(255, 255, 255, 0.508);
    bottom: 4px;
    box-shadow: white 0px 0px 0.5px;
}

.contact-cont1-small {
    display: none;
}

.contact-cont1 {
    margin-top: 30px;
}

.social-links-block img {
    width: 22px;
    height: 22px;
    margin: 15px;
}

.social-links-block a {
    height: min-content;
    text-decoration: none;
}

@media only screen and (max-width: 1060px) {
    .container-1 {
        flex-direction: column;
        align-items: center;
    }

    .container-1>div {
        margin-bottom: 70px;
    }

    .contact-cont1-big {
        display: none;
    }

    .contact-cont1-small {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    /* .contact-cont1-small div {
        padding-right: 0;
    } */

    .follow-text {
        padding-right: 20px;
    }

    .social-links-block {
        margin-left: 20px;
    }


}

@media only screen and (max-width: 900px) {
    .nav-bar {
        letter-spacing: 1px;
    }

    .main-head-cont1 h1 {
        font-size: 48px;
    }

    .sub-head-cont1 h2 {
        font-size: 24px;
    }

    .sub-head-cont1 {
        height: 100px;
    }

    .home-pic {
        height: 75vh;
    }

    .desc-block h4 {
        font-size: 16px;
        font-weight: 200;
    }

    .desc-block p {
        font-size: 13px;
    }

    .contact-cont1>div {
        margin-right: 10px;
    }

    .social-links-block img {
        width: 19px;
        height: 19px;
        margin: 11px;
    }

    .follow-text {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 100;
        color: white;
    }
}

@media only screen and (max-width: 768px) {
    .nav-bar {
        letter-spacing: 1px;
        font-size: 13px;
    }

    .main-head-cont1 h1 {
        font: size 30px;
    }

    .sub-head-cont1 h2 {
        font-size: 18px;
    }

    .sub-head-cont1 {
        height: 90px;
    }

    .home-pic {
        height: 60vw;
    }

    .desc-block h4 {
        font-size: 14px;
        font-weight: 200;
    }

    .desc-block p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 720px) {
    .nav-bar {
        letter-spacing: 0.5px;
        font-size: 13px;
    }

    .logo {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .logo h2 {
        margin: 10px;
    }

    .container-1 {
        padding: 0;
        padding-top: 20px;
    }

    .vertical-line {
        display: none;
    }

    .main-head-cont1 h1 {
        font-size: 36px;
    }

    .sub-head-cont1 h2 {
        font-size: 20px;
    }

    .sub-head-cont1 {
        height: 90px;
    }

    .home-pic {
        height: 60vw;
    }

    .desc-block h4 {
        font-size: 15px;
        font-weight: 200;
    }

    .desc-block p {
        font-size: 12px;
    }

}

@media only screen and (max-width:600px) {
    .nav-box-2 {
        display: none;
    }

    .nav-bar {
        margin-right: 0;
    }

    .mobile-nav {
        display: block;
    }

    .sub-head-cont1 {
        width: 80%;
    }

    .text-block-cont1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .desc-block {
        width: 80%;
        text-wrap: wrap;
    }

    .social-links-block img {
        width: 20px;
        height: 20px;
        margin: 10px;
    }

    .contact-hr-cont {
        display: none;
    }

    .follow-text {
        padding-right: 5px;
    }

    .social-links-block {
        margin-left: 5px;
    }

}