body {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    background-color: #1F1F1F;
}

.hero {
    position: relative;
    height: calc(100vh - 77px);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero .overlay {
    background: linear-gradient(
        181.15deg, rgba(31, 31, 31, 0) 0.99%, rgba(31, 31, 31, 0.93) 80.95%, #1F1F1F 98.25%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 70px;
}

.hero .overlay a, p a {
    color: #EC6035 !important;
}


h1 {
    font-size: 48px;
    font-weight: 700;
}

h2 {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.bg-lighter {
    background-color: rgba(255, 255, 255, 0.1); 
}

.color-darker {
    color: #A5A5A5;
}

.about {
    margin-left: 0px;
    margin-right: 0px;
}

.about .about-image {
    position: absolute;
    right: 30px;
    top: 30px;
    bottom: -30px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.course .overlay {
    left: 15px;
    right: 15px;
    border-radius: 10px;
}

.course {
    cursor: pointer;
}

.course img {
    border-radius: 10px;
}

.course-title {
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    text-align: center;
}

.action-btn {
    width: 100%;
    padding: 23px 0px;
    font-weight: 700;
    font-size: 21px;
    color: white;
    border-radius: 8px;
    border: none !important;
    outline: none !important;
}

.action-btn.instagram {
    background: linear-gradient(109.15deg, #F58529 -28.48%, #FEDA77 10.42%, #DD2A7B 47%, #8134AF 84.35%, #515BD4 120.92%);
}

.action-btn.yutube {
    background-color: #CD201F;
}

.action-btn.web-site {
    background-color: #4082D4;
}



@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .about .about-image { 
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        position: inherit;
        bottom: 0;
     }

     .about .about-image  img {
         width: 100%;
         height: auto;
     }
}



@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    body { font-size: 14px; }
    h1 { font-size: 27px; }
    h3 { font-size: 24px; }
    h4 { font-size: 19px; }
    h6 { font-size: 18px; }
    .course-title { font-size: 18px; }
    .btn { font-size: 16px; }
}