body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
}

header.hschool{
    background-color: #fff !important;
    text-align: center;
}

header.hschool h1{
    padding-top: 50px;
}

section#work iframe{
display: block;
  border: none;         /* Reset default border */
  height: 175vh;        /* Viewport-relative units */
  width: calc(100% + 17px);
}

header.masthead h3{
    padding-bottom: 10px;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #330010;
}

hr.light {
    border-color: #fff;
}

a {
    color: #330010;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #320010;
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: bold;
}

.bg-primary {
    background-color: #FEF8EF !important;
}

.bg-secondary {
    background-color: #E6E6E6 !important;
}

.bg-green {
    background-color: #B2C3A0 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-green {
    color: #B2C3A0;
}

.text-green2 {
    color: #7C8870;
}

.text-red {
    color: #D82730;
}

.text-blue {
    color: #4F04FF;
}

section {
    padding: 5rem 0;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
    font-weight: 400;
    color: #D5B14C;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #d5b04a;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #D5B14C;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #D5B14C !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #fff;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #fff;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #D5B14C;
    }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #d5b14c;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #212529;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #D5B14C;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/banner.png");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.text-primary {
    color: #B2C3A0 !important;
}

.text-secondary {
    color: #D82730 !important;
}

.btn {
    font-weight: 700;
    font-size:14px;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
}

.btn-xl {
    padding: 1rem 4rem;
}

.btn-primary {
    background-color: #4F04FF;
    border-color: #4F04FF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ECA123 !important;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/* HOME PAGE */

.book-button {
    margin:auto;
    margin-left: 30px;
    vertical-align: middle;
}

.heading-bg {
    background-image: url('../img/heading-bg.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55px;
    padding-left: 25px;
    margin-bottom: 40px;
}

.green-rectangle {
    border-radius: 250px; 
    width: 80%; 
    margin-left:10%; 
    background-color:#B2C3A0
}

.green-rect-left {
    padding:10% 6% 10% 14%;
}

.green-rect-right {
    padding:10%;
}

.masthead-text {
    padding-top: 27%;
}

.book-nav {
    display: none;
}

@media (max-width: 992px) {

    header.masthead {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url("../img/banner-mobile.png");
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    .green-rectangle {
        border-radius: 100px; 
        width: 80%; 
        margin-left:10%; 
        background-color:#B2C3A0
    }

    .green-rect-text {
        font-size: 1.5rem;
    }

    .green-rect-left {
        padding: 10% 15% 4% 15%;
    }

    .green-rect-right {
        padding: 4% 15% 10% 15%;
    }

    .masthead-text {
        padding-top: 15%;
    }   

    .book-button {
        display:none;
    }

    .book-nav {
        display: block;
    }
}

/*SERVICES PAGE*/

.bullet-point {
    padding: 0 0px 8% 5px; 
    font-size: 2rem
}

.serv-sect-text {
    margin-top: 5%;
}

.serv-sect-head {
    margin-bottom: 25px;
}

.serv-sect-img {
    width: 75%;
}

.section-box {
    padding-bottom : 100px;
    border-bottom: 1px solid grey;
}

.bullet-text {
    font-size: 1.5rem;
    line-height: 20px;
    vertical-align: middle;
}

#schools {
    margin-top: 3%;
}

@media (max-width: 992px) {

    .img-col {
        text-align: center;
        margin-bottom: 5%;
    }

    .bullet-point {
        padding: 0; 
    }

    .bullet-text {
        font-size: 1.5rem;
        vertical-align: middle;
    }

    .serv-sect-head {
        text-align: center;
        margin-bottom: 0;
    }

    .serv-sect-text {
        margin-top: 0;
    }

    .serv-sect-img {
        width: 60% !important;
    }
}

/* ABOUT PAGE */

.vision-section {
    background: #DFDFDF;
    height: 50%;
}

.circle {
    z-index: 1;
    position: relative;
    margin:auto;
    align-self: center;
    height: 200px;
    width: 200px;
    font-size: 20px; 
    border-radius: 50%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.circle-orange {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    margin:auto;
    align-self: center;
    border-radius: 50%;
    text-align: center;
    background: #ECA123;
}

.card {
    padding: 20px;
    box-shadow:1px 1px 1px #333;
    margin: 10px;
    height: 100%;
}

.rectangle {
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 150px 20px 0px 20px;
    margin-top: -100px;
    width: 80%;
    height: 100%;
}

.vision-text {
    padding-top: 35%
}

.vision-subtext {
    padding: 8%
}

.founder-text {
    margin-top: 22%
}

@media (max-width: 992px) {

    .founder-text {
        margin-top: 40%
    }   

    .vision-section {
        background: #DFDFDF;
        height: 35%;
    } 

    .vision-text {
        padding-top: 25%
    }

    .vision-subtext {
        padding: 8%
    }

    .circle-orange {
        position: relative;
        width: 80%;
        height: 0;
        padding-bottom: 80%;
        margin:auto;
        align-self: center;
        border-radius: 50%;
        text-align: center;
        background: #ECA123;
    }

    .mobile-margin {
        margin-top: 120px;
    }
}
