/* Colours
Dark-Green: #5FA54F
Dark: #0B0A04
White: #F0F0F0
Light-Green: #88AD45
Brown: #BA9F78
*/
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background: #F0F0F0;
}
.navbar {
    height: 80px;
    background: #181b15;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000000;
}
.h1:hover {
    color: #2E6438;
}
.navbar-brand {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: #5FA54F;
    padding-left: 50%;
}
.nav-link {
    font-family: 'Gothic A1', sans-serif;
    color: #5FA54F;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    background: 
    linear-gradient(to right, transparent, transparent),
    linear-gradient(to right, #5FA54F, #5FA54F, #5FA54F);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}
.nav-link:visited {
    color: #5FA54F;
}
.nav-link:hover,
.nav-link:focus {
    color: #F0F0F0;
    background-size: 0 0.1em, 100% 0.1em;
}
.drop-down {
    margin-left: 30%;
}
.container-fluid {
    width: auto;
    margin: 0;
}
.container {
    height: 100vh;
    max-width: 100vw;
    padding: 0;
    background-image: url('images/pexels-cottonbro-4098151.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.container-sm {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}
.card {
    background: #181b15;
    opacity: 0.85;
    color: #F0F0F0;
}
.card-body {
    flex: 1 1 auto;
}
.card-title {
    font-family: 'Gothic A1', sans-serif;
    text-align: center;
    font-size: 3.3rem;
    color: #F0F0F0;
    padding: 15px 15px 0px 15px;
}
p {
    padding-left: 15px;
    font-size: 1.8rem;
    color: #F0F0F0;
}
.podcast{
    color: #F0F0F0;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
}
.podcast:hover{
    color: #DF2935;
}
.fa-youtube {
    color: #DF2935;
    font-size: 2rem;
    margin-top: 8px;
    margin-left: 10px;
}
.fa-youtube:hover {
    color: #F0F0F0;
}
.btn-primary {
    color: #181b15;
    background: #5FA54F;
    border: none;
    font-size: 1.7em;
    font-weight: bolder;
    margin-top: 80px;
    width: auto;
    padding: 15px 20px;
}
.btn-primary:hover {
    background: #181b15;
    color: #5FA54F;
}
.fa-facebook-square {
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 15px;
    color: #5FA54F;
    cursor: pointer;
    text-align: center;
    display: block !important;
}
.block:hover {
    color: #F0F0F0;
}
svg {
    display: none;
}
.intro-card {
    margin-top: 25vh;
}
.about-cont {
    background: #D7BE9A;
    height: auto !important;
}
.about-bg {
    height: 100px;
    background-image: linear-gradient(to top, #F0F0F0, #D7BE9A);
}
h1 {
    font-family: 'Gothic A1', sans-serif;
    text-align: center;
    color: #F0F0F0;
    margin-top: 40px;
    position: relative;
    font-size: 2.5rem;
}
h2 {
    font-family: 'Gothic A1', sans-serif;
    text-align: center;
    color: #F0F0F0;
    margin-bottom: 50px;
    font-size: 2.5rem;
}
.seal {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.creds {
    font-family: 'Gothic A1', sans-serif;
    text-align: center;
    color: #F0F0F0;
    margin-bottom: 50px;
    font-size: 1.5rem;
    width: 100%;
}
a {
    text-decoration: none;
}
.container-md {
    padding-top: 80px;
}
.justify-content-evenly {
    margin-top: 80px;
}
.left {
    width: auto;
}
.right {
    width: 40%;
    margin-bottom: 100px;
}
.img-fluid {
    box-shadow: 5px 10px 10px #181b15;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.recog {
    font-family: 'Gothic A1', sans-serif;
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
}
.about-p {
    font-size: 1.2rem;
    color: #181b15;
}
.list-group {
    margin-bottom: 50px;
    padding: 10px;
}
.list-group-item {
    background-color: transparent;
    font-size: 1.1rem;
    border: none;
    color: #181b15;
}
.qual {
    width: 33.33333333%;
}
.h4-cosp{
    color: #181b15;
}
.counselling {
    background: #F0F0F0;
    height: auto !important;
}
.counselling-bg {
    height: 100px;
    background-image: linear-gradient(to bottom, #F0F0F0, #2E6438);
    margin-top:100px;
}
#counselling-title {
    color: #5FA54F;
    font-size: 2.5rem;
    margin-bottom: 100px;
}
.row {
    padding-bottom: 5%;
}
.col {
    display: flex;
    justify-content: center;
}
.counselling-card {
    width: 65% !important;
    background: #F0F0F0;
    box-shadow: 5px 7px 10px gray;
    right: 50%;
    opacity: 0;
    transition: opacity 250ms ease-in;
}
.counselling-card3 {
    width: 35% !important;
    background: #F0F0F0;
    box-shadow: 5px 7px 10px grey;
    left: 50%;
    opacity: 0;
    transition: opacity 250ms ease-in;
}
.counselling-card.appear {
    right: 0%;
    opacity: 1;
    transition: all 1s;
}
.counselling-card2 {
    width: 65% !important;
    background: #F0F0F0;
    box-shadow: 5px 7px 10px gray;
    left: 50%;
    opacity: 0;
    transition: opacity 250ms ease-in;
}
.counselling-card2.appear {
    left: 0%;
    opacity: 1;
    transition: all 1s;
}
.counselling-card3.appear {
    left: 0%;
    opacity: 1;
    transition: all 1s;
}
.h1-youtube{
    padding-top: 50px;
}
.links-cont{
    width: 70%;
}
.yt-cont {
    background: #181b15;
    height: auto !important;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
}
.links-div{
    display: flex;
    justify-content: space-evenly;
}
.yt-icon2{
    font-size: 5rem;
}
.podcast-img{
    height: 100%;
    width: 10rem;
}
.podcast-link{
    width: 100%;
    text-align: center;
}
.cosp {
    height: auto;
    max-width: 100vw;
    padding: 0;
    background-image: url('images/cosp-background.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.cosp-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
.h2-cosp{
    padding-top: 50px;
    color: #181b15;
}
.cosp-p{
    color: #181b15;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    width: 60%;
    margin-bottom: 30px;
    padding-left: 0px;
}
.cosp-list{
    font-size: 1.1rem;
    font-weight: 400;
    color: #181b15;
}
h3 {
    color: #5FA54F;
    text-align: center;
}
.card-text {
    color: #5FA54F;
    font-size: 1.4rem;
    text-align: center;
}
.center {
    text-align: center;
}
.price-cont {
    background: #2E6438;
    height: auto !important;
    padding-bottom: 5%;
}
.price-card {
    box-shadow: 2px 2px 3px lightgrey;
    width: 45.5% !important;
    background: #F0F0F0;
    height: fit-content;
    border: none;
    opacity: 0;
    transition: opacity 250ms ease-in;
}
.price-card.appear {
    opacity: 1;
    transition: all 1s;
}
.price-title {
    color: #F0F0F0;
    background: #88AD45;
    width: 100%;
    font-size: 1.4rem;
    z-index: 1000000;
    position: absolute;
    top: 0;
    left: 0;
    height: 20%;
    line-height: 38px;
}
.note {
    color: #F0F0F0;
    text-align: center;
    margin-top: 20px;
}
.fees-p {
    color: #F0F0F0;
    text-align: center;
    margin-top: 20px;
}
.down {
    margin-top: 12%;
    text-align: center;
}
.btn-secondary {
    color: #F0F0F0;
    background: #181b15;
    width: 100%;
    font-size: 1.4rem;
    z-index: 1000000;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16%;
}
.btn-secondary:hover {
    background: #181b15;
    color: #2E6438;
}
.form-cont {
    background: #ABDA57;
    height: auto !important;
    padding-bottom: 100px;
}
.h1-form {
    margin-bottom: 80px;
    margin-top: 0px; 
}
.book-link {
    font-family: 'Gothic A1', sans-serif;
    color: #F0F0F0;
    margin-bottom: 50px;
    font-size: 1.5rem;
    text-decoration: none;
}
.btn-link {
    text-decoration: none;
    width: 40%;
}
.book-link:hover {
    color: #ABDA57;
}
.form {
    width: 45%;
    z-index: 1;
    position: relative;
    text-align: center;
}
input,
.message {
    width: 100%;
    height: 2.5rem;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #F0F0F0;
    border-color: #F0F0F0;
    box-shadow: 2px 2px 3px #181b15;
    padding-left: 15px;
    border: 1px solid #181b15;
}
.message {
    height: 100px;
}
button {
    background: #181b15;
    color: #F0F0F0;
    width: 100%;
    height: 3rem;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 3px 3px 3px #181b15;
}
button:hover {
    color: #88AD45;
}
.footer-cont {
    background: #181b15;
    height: auto !important;
}
.footer {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 2%;
}
.footer-text-bold {
    color: #F0F0F0;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}
.footer-text {
    color: #F0F0F0;
    font-size: 1rem;
    padding: 2px;
    text-align: center;
}
.email:hover {
    color: #88AD45;
}
.footer-icon {
    color: #F0F0F0;
    text-align: center;
    margin: 5px;
}
.footer-icon:hover {
    color: #88AD45;
}
.thanks {
    height: 75vh;
    background: #F0F0F0;
}
.thanks-cont {
    margin-top: 30vh;
}
@media only screen and (max-width: 1540px) {
    .btn-primary {
        margin-top: 20%;
        margin-bottom: 20%;
    }
    .container-sm {
        width: 45%;
    }
    .container {
        height: auto;
    }
    .navbar-brand {
        padding-left: 30%;
    }
    .btn-link {
        width: 65%;
    }
}
@media only screen and (max-width: 1382px) {
    .navbar-brand {
        padding-left: 5%;
    }
    .btn-primary {
        margin-top: 20%;
        margin-bottom: 20%;
    }
    .container-sm {
        width: 45%;
    }
    .card {
        width: 100%;
    }
    .counselling-card,
    .counselling-card2 {
        width: 80% !important;
    }
    .drop-down {
        width: 50%;
        margin-left: 13%;
    }
    .btn-link {
        width: 60%;
    }
}
@media only screen and (max-width: 994px) {
    .navbar-brand {
        padding-left: 1%;
        font-size: 1.6rem;
    }
    body {
        overflow-x: hidden;
    }
    .nav {
        padding-right: 0%;
        display: block;
        text-align: center;
        position: relative;
    }
    .nav-item {
        padding: 15px;
    }
    .menu-icon {
        height: 80%;
        padding-right: 10px;
    }
    .drop-down {
        position: absolute;
        top: 80px;
        margin-left: 1000px;
        width: 100%;
        height: auto;
        background: #181b15;
        z-index: 1;
    }
    .show-menu {
        margin-left: 0px;
        transition: 'all 1s';
    }
    svg {
        color: #5FA54F;
        width: auto;
        height: 100%;
        display: block;
        cursor: pointer;
    }
    .container-sm {
        width: 60%;
    }
    .btn-primary {
        margin-top: 20%;
        margin-bottom: 20%;
    }
    .intro {
        height: auto;
    }
    .qual {
        margin-top: 10%;
    }
    .left {
        width: 100%;
        margin-bottom: 80px;
    }
    .right {
        width: 100%;
        margin-bottom: 0px;
    }
    .img-thumbnail {
        max-width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .col {
        flex: 1 0 100%;
        padding-bottom: 40px;
    }
    .counselling-card,
    .counselling-card2,
    .counselling-card3 {
        width: 80% !important;
    }
    .justify-content-evenly {
        margin-top: 60px;
    }
    .form {
        width: 100%;
    }
    .price-card {
        width: 80% !important;
    }
    .cosp-p{
        color: #181b15;
        font-size: 1.1rem;
        font-weight: 400;
        text-align: center;
        width: 80%;
        margin-bottom: 30px;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 769px) and (orientation: landscape) {
    .intro {
        height: auto;
    }
    .container-sm {
        width: 100%;
    }
    .btn-primary {
        margin-top: 20%;
        margin-bottom: 50%;
    }
    .form {
        width: 80%;
        padding-top: 10%;
    }
    .footer {
        width: 95%;
    }
}
@media only screen and (max-width: 769px) {
    .container {
        height: 100vh;
    }
    .container-sm {
        width: 100%;
    }
    .intro-card {
        margin-top: 18vh;
    }
    .card-title {
        font-size: 2.8rem;
    }
    .price-title {
        font-size: 1.4rem;
    }
    .recog {
        font-size: 0.6em;
    }
    .qual {
        width: 75%;
        margin-top: 10%;
    }
    .aca {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    a {
        display: block; 
        margin-left: auto;
        margin-right: auto;
    }
    .btn-link {
        width: 60%;
    }
    .cosp{
        height: auto;
    }
    .cosp-list-cont{
        width: 80%;
    }
}
@media only screen and (max-width: 540px) {
    .container{
        height: auto;
    }
    .container-sm {
        width: 100%;
    }
    .about-cont {
        height: auto;
    }
    .counselling-card,
    .counselling-card2 {
        width: 95% !important;
    }
    .counselling {
        height: auto;
    }
    .price-cont {
        height: auto;
    }
    .price-card {
        width: 95% !important;
    }
    .form-cont {
        height: auto;
    }
    .form {
        width: 95%;
        padding-top: 15%;
    }
    .footer {
        padding-top: 5%;
        width: 95%;
    }
    .footer-cont {
        height: auto;
    }
    .qual {
        margin-top: 10%;
    }.btn-link {
        width: 100%;
    }
    .podcast {
        font-size: 1rem;
    }
    .fa-youtube {
        color: #DF2935;
        font-size: 2rem;
        margin-top: -4px;
        margin-left: 15px;
    }
    .yt-icon2{
        font-size: 5rem;
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .podcast-img{
        height: 100%;
        width: 7rem;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .h5-youtube{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .links-div {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .h4-cosp{
        text-align: center;
    }
}