@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.text-the {
    font-family: Brush Script MT;
    font-size: 0.8em;
    vertical-align: text-top;
}

.mark-the {
    font-size: 0.8em;
    vertical-align: -0.5em;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.textdgreen {
    font-family: 'Raleway', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    color: darkgreen;
    font-size: 1em;
    font-weight: bolder;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: bold;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.tab {
    margin-left: 30px;
}

@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Raleway');
@import url('https://fonts.googleapis.com/css?family=Rochester');
@import url('https://fonts.googleapis.com/css?family=Righteous');

.course {
    min-height: 200px;
    margin-top: 15px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #046408;
    box-shadow: 0px 0 1px rgba(109, 189, 113, 0.48);
    padding: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-bottom: 4px solid green;
}

.course span i:before {
    font-size: 50px;
}

.course h2 {
    font-family: 'Raleway', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    color: darkgreen;
    font-size: 1.2em;
    font-weight: bolder;
}

.course h4 {
    font-family: 'Raleway', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
    color: green;
    font-size: 16px;
    font-weight: 900;
}

.course h5 {
    font-family: 'Raleway', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    color: darkgreen;
    font-size: 16px;
    font-weight: 900;
}

.course p {
    color: #707070;
    font-size: 14px;
}

.course .p1 {
    color: #046b21fa;
    font-size: 14px;
    line-height: 15px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: flaticon;
    margin-left: 0px;
    text-decoration: none;
}

.course:hover h4 {
    color: #ea5110fa;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.course:hover h5 {
    color: black;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.course:hover h2 {
    color: black;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.course:hover p1 {
    color: #121212fa;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.course:hover {
    border: 5px solid green;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-decoration: none;
}

.course:hover span i:before {
    color: #42b061;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-decoration: none;
}

.img101 {
    min-height: 100px;
    max-width: 110%;
    margin-top: 6px;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #034305;
    box-shadow: 0px 0 1px rgba(109, 189, 113, 0.48);
    padding: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-bottom: 4px solid green;
}

.img101 span i:before {
    font-size: 50px;
}

.img101 h4 {
    font-family: 'Raleway', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
    color: #046b21fa;
    font-size: .9em;
    font-weight: bolder;
}

.img101 .p1 {
    color: #046b21fa;
    font-size: 14px;
    line-height: 15px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: flaticon;
    margin-left: 0px;
    text-decoration: none;
}

.img101:hover h4 {
    color: black;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.img101:hover {
    border: 5px solid green;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-decoration: none;
}

.img101:hover span i:before {
    color: #42b061;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-decoration: none;
}

.img101 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 10%;
    overflow: hidden;
}

