@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;
}

.text-alt {
    font-size: 1.0em;
    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: 1em;
    font-weight: 300;
    line-height: 1.2;
}

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

.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');

.fcourse {
    min-height: 200px;
    margin-top: 15px;
    border-radius: 25px;
    text-decoration: none ;
    border: 2px solid darkgreen;
    box-shadow: 0px 0 1px black;
    padding: 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-bottom: 4px solid darkgreen;
}

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

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

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

.fcourse h5 {
    font-family: 'Raleway', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    color: darkgreen;
    font-size: 1.2em;
    font-weight: 900;
}

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

.fcourse .p1 {
    color: #046b21fa;
    font-size: 1em;
    line-height: 15px;
}

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

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

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

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

.fcourse:hover p1 {
    color: black;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-weight: bold;
}

.fcourse:hover {
    border: 5px solid green;
    transition: all 0.9s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-decoration: none;
    color: darkgreen;
    font-weight: 300;
    background-color: antiquewhite;
}

ol.gc {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: antiquewhite;
}

li.gc {
    border: none;
}

.fcourse: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;
}
 
