/*
Organge color: #e67e22

*/

/* -------------------------------------------------*/
/* BASIC SETUP */
/* -------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff  !important;;
    color: #555  !important;;
    font-family: 'Lato', 'Arial', sans-serif !important;
    font-weight: 300  !important;;
    font-size: 20px  !important;;
    text-rendering: optimizeLegibility  !important;;
    overflow-x: hidden  !important;;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* -------------------------------------------------*/
/* REUSABLE COMPONENTS */
/* -------------------------------------------------*/


.row {
    max-width: 1280px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
    height: 150px;
}

/*------ HEADINGS ----- */
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/*------ PARAGRAPHS ----- */

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}


.box p {
    font-size: 90%;
    line-height: 154%;
}

/*------ ICONS ----- */

.icon-big {
    font-size: 400%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;

    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

/*------ LINKS ----- */

a:link,
a:visited {
    color: #e67e22;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #e67e22;
    transition: border-bottom 0.2s, color 0.2s;
}
#myLinks a:last-child {
    border-bottom: none;
}

a:hover,
a:active {
    color: #555;
    border-bottom: 1px solid transparent;
}

/*------ BUTTONS ----- */
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited,
input[type=submit] {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #cf6d17;
}

.btn-full:hover,
.btn-full:active,
input[type=submit] {
    border: 1px solid #e67e17;
}

.btn-ghost:hover,
.btn-ghost:active,
input[type=submit]:hover,
input[type=submit]:active {
    border: 1px solid #e67e17;
    color: #fff;
}


/* -------------------------------------------------*/
/* HEADER */
/* -------------------------------------------------*/


header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.7)), url(img/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    color: white;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    font-size: 70%;
    margin-left: 3%;
}

.hero-text-box p {
    font-size: 17px;
}
.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 18px;
    margin-left: 50px;
}

.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 50px;
    margin-right: 10px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px !important;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    font-weight: bold;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #e67e22;
}

/* -------------------------------------------------*/
/* FEATURES */
/* -------------------------------------------------*/

.section-features .long-copy {
    margin-bottom: 30px;
}


/* -------------------------------------------------*/
/* HOW IT WORKS */
/* -------------------------------------------------*/

.section-payment {
    background-color: #f4f4f4;
}

.steps-box:first-child {
    text-align: right;
    padding-right: 3%;
    margin-top: 30px;
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
}

.app-screen {
    width: 60%;
    border-radius: 80px;
}

.screen-iphone {
    width: 45%;
}

.works-step {
    margin-bottom: 50px;
}

.works-step:last-of-type {
    margin-bottom: 65px;
}

.works-step div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display: contents;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    font-size: 150%;
    margin-right: 25px;
}

.btn-app:link,
.btn-app:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-app:link,
.btn-app:visited {

    border: 1px solid #55acee;
    color: #fff;
    margin-right: 15px;
}

.btn-app:link,
.btn-app:visited,
input[type=submit] {
    border: 1px solid #55acee;
    color: #55acee;
}

.btn-app:hover,
.btn-app:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: lightblue;
}

.btn-app:hover,
.btn-appl:active,
input[type=submit] {
    border: 1px solid #e67e17;
}

.btn-app:hover,
.btn-appt:active,
input[type=submit]:hover,
input[type=submit]:active {
    border: 1px solid #55acee;
    color: #fff;
}


.btn-app img {
    height: 70px;
    width: auto;
    margin-right: 10px;
}


/* -------------------------------------------------*/
/* CITIES */
/* -------------------------------------------------*/

.img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 9px;
}

.teacher-description {
    margin-bottom: 5px;
}


/* -------------------------------------------------*/
/* TESTIMONIALS */
/* -------------------------------------------------*/

.section-experience {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(img/customers.png);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 400%;
    display: block;
    position: absolute;
    top: -5px;
    left: -3px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

cite img {
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}


/* -------------------------------------------------*/
/* SING UP */
/* -------------------------------------------------*/

.section-plans {
    background-color: #f4f4f4;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    border: 0;
}

.plan-price {
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #e67e22;
}

.plan-price span {
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal {
    font-size: 80%;
}

.plan-box ul {
    list-style: none;
}
.plan-nox ul li {
    padding: 5px 0;
}

/* -------------------------------------------------*/
/* FORM */
/* -------------------------------------------------*/

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

/* -------------------------------------------------*/
/* FOOTER */
/* -------------------------------------------------*/

footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 150%;
}

ion-logo-facebook,
ion-logo-twitter,
ion-logo-youtube,
ion-logo-instagram,
ion-md-mail {
    transition: color 0.2s;
}

.ion-logo-facebook:hover {
    color: #3b5998;
}

.ion-logo-twitter:hover {
    color: #55acee;
}

.ion-logo-youtube:hover {
    color: #dc4e41;
}

.ion-logo-instagram:hover {
    color: #517fa4;
}

.ion-logo-instagram:hover {
    color: #517fa4;
}

.ion-md-mail:hover {
    color: sandybrown;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
}


/* -------------------------------------------------*/
/* TEACHERS */
/* -------------------------------------------------*/

.section-teacher-02 {
    background-color: #f4f4f4;
}

.section-teacher-03 {
    background-color: #ffffff;
}
.section-teacher-04 {
    background-color: #f4f4f4;
}
.section-teacher-05 {
    background-color: #ffffff;
}
.section-teacher-06 {
    background-color: #f4f4f4;
}
.section-teacher-07 {
    background-color: #ffffff;
}
.section-teacher-08 {
    background-color: #f4f4f4;
}
.section-teacher-09 {
    background-color: #ffffff;
}
.section-teacher-10 {
    background-color: #f4f4f4;
}
.section-teacher-11 {
    background-color: #ffffff;
}
.section-teacher-12 {
    background-color: #f4f4f4;
}
.section-teacher-13 {
    background-color: #ffffff;
}
img.photo-box {
    text-align: center;
    margin: auto;
    margin-top: auto;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin-top: 1em;
}

/* */
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: none;
    position: relative;
    z-index: 99999;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

#myLinks { 
    background: #03A9F4; 
    position: absolute; right: 65px; top: 11px; border-radius: 13px;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    /*  background-color: #ddd;*/
    color: black;
}

/* Style the active link (or home/logo) */
.active {
    background-color: #4CAF50;
    color: white;
} 
.topnav a.icon {
    background: #03A9F4;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 8px;
    border-bottom: none;
}
input#usr {
    width: 80%;
    float: left;
    display: block;
    border: 1px solid transparent;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-radius: 0px;
    border: 1px solid #ddd;
}
.btn-wi {
    width: 12%;
    height: 50px;
    float: left;
    display: block;
    background: #56a9f5;
    border: 1px solid #56a9f5;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 0;
}
.btn-wi {
    color: white;
    font-weight: inherit;
}
.btn-wi2 {
    width: 3%;
    height: 50px;
    float: left;
    display: block;
    background: none;
    border: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 0;
}
.btn-wi2 {
    color: white;
    font-weight: inherit;
}

#tvideo {
    width: 640px;
}

@media only screen and (max-width: 600px) {
    .hero-text-box {
        top: 50%;
        font-size: 55%;
    }
    #tvideo {
        tvideo: 100%
    }
}