* {
    font-family: 'Montserrat', sans-serif;
}
.white-border {
    border-bottom: 1px solid #f1f1f1;
}
.bg-orange {
    background-color: #ef6c37;
    color: #fff;
}
.orange-text {
    color: #ef6c37;
}
.logo img {
    width: 120px;
}
.dark {
    background-color: #0a3154;
}
.link {
    display: block;
    padding: 0.5rem 0.8rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.link:hover {
    color: #ef6c37;
}
.contact-button {
    display: block;
    padding: 0.5rem 1.5rem;
    background-color: #ef6c37;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.contact-button:hover {
    color: #fff;
    background-color: #c2572d;
}
#main {
    height: 100vh;
    display: flex;
    align-items: center;
}
.relative-content {
    position: relative;
    top: 100px;
}
.main-title {
    font-size: 50px;
    color: #ef6c37;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-content {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 40px;
}
.primary-button {
    padding: 15px 45px;
    background-color: #ef6c37;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.primary-button:hover {
    color: #fff;
    background-color: #c2572d;
}
.primary-button-inline {
    margin-right: 15px;
    display: inline-block;
    padding: 15px 45px;
    background-color: #ef6c37;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.primary-button-inline:hover {
    color: #fff;
    background-color: #c2572d;
}
.image-container {
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    transition: 0.3s ease-in-out;
}
.image-container img {
    width: 100%;
}
.image-container:hover {
    transform: scale(1.1);
}
#about {
    height: 100vh;
    display: flex;
    align-items: center;
}
.about-content {
    text-align: justify;
    background-color: #ef6c37;
    color: #0a3154;
    padding: 30px;
    -webkit-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 15px;
}
.about-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sale {
    padding: 20px;
    background-color: #f13637;
    color: #fff;
    text-align: center;
    font-size: 40px;
    -webkit-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 15px;
}
.blockquote {
    -webkit-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    background-color: #0a3154;
    color: #ef6c37;
}
.quote {
    font-weight: 600;
    text-align: center;
}
.author {
    font-style: italic;
    text-align: right;
    font-weight: 300;
    font-size: 16px;
}
.inverted-title {
    font-size: 45px;
    color: #ef6c37;
    text-align: center;
}
#courses {
    padding: 120px 0;
}
.standart-title {
    color: #0a3154;
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
}
.course-item {
    border-radius: 15px;
    -webkit-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 2px 10px 2px rgba(34, 60, 80, 0.2);
}
.course-card-header {
    text-align: center;
    color: #0a3154;
    font-size: 1.1rem;
    padding-top: 15px;
}
.course-card-image img {
    width: 100%;
}
.course-card-content {
    padding: 15px;
}
.course-card-footer {
    padding: 20px 0;
    text-align: center;
}
.themes li {
    font-size: 0.9rem;
}
#teachers {
    height: 100vh;
    display: flex;
    align-items: center;
}
#gallery {
    padding: 120px 0;
}
.team {
	background-color: #fff;
}
.pricing {
    background-color: #ef6c37;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.removed {
    text-decoration:line-through;
}
.price {
    font-size: 24px;
    margin: 0;
}
.team-title{
	font-size: 45px;
	color: #0a3154
}

.team-sub-title{
	font-size: 20px;
	color: #ef6c37;
}

.teacher-header{
	color: #0a3154;
}

.teacher-info{
	font-size: 14px;
	color:  #ef6c37;
}

#contact {
    height: 100vh;
    display: flex;
    align-items: center;
}
.contact-information {
    border: 1px solid #0a3154;
    border-radius: 5px;
    padding: 20px;
}
.contact-information h3 {
    text-align: center;
    color: #0a3154;
    margin-bottom: 20px;
}
.contact-item {
    font-size: 20px;
    color: #0a3154;
}
.contact-item a {
    color: #0a3154;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.contact-item a:hover {
    color: #ef6c37;
}
.socials {
    text-align: center;
    margin-bottom: 25px;
}
.socials a {
    font-size: 34px;
    color: #0a3154;
    margin: 10px;
    transition: 0.3s ease-in-out;
}
.socials a:hover {
    color: #ef6c37;
}
.whats-app-button {
    display: inline-block;
    padding: 15px 45px;
    background-color: #ef6c37;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
}
.whats-app-button:hover {
    background-color: #0a3154;
    color: #fff;
}

@media only screen and (max-width: 770px) {
    #main {
        height: 100%;
        align-items: center;
        padding: 150px 0;
        margin-bottom: 250px;
    }
    #main h1 {
        text-align: center;
        font-size: 24px;
    }
    #main p {
        font-size: 14px;
        text-align: center;
    }
    #main .image-container {
        display: none
    }
    #main .mobile-center {
        text-align: center;
    }
    .contact-button {
        display: inline-block;
    }
    #courses, #teachers, #gallery {
        height: 100%;
        padding: 100px 0;
        margin-bottom: 250px;
    }
    #courses h2, #teachers h2, #gallery h2, #contact h2 {
        font-size: 24px;
    }
    #contact {
        height: 100%;
        padding: 100px 0;
    }
    #courses h2 {
        font-size: 24px;
    }
    #courses .mobile-center {
        text-align: center;
    }
    #courses .primary-button-inline {
        padding: 5px 10px;
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }
}