body{
    color: white;
    background-color: black;
    overflow-x: hidden;
}

hr{
    color: white;
}

h1{
    font-family: 'Raleway', cursive;
    font-size: 4em;
}

.navbar-text i{
    font-size: 2em;
}

.gfi-logo {
    width: 20%;
    margin-top: 5%;
}

.front-page{
    background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/mrHealthAndFitness.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 93vh;
    min-width: 100vw;

    position: relative;
}

.front-text{
    font-family: 'Raleway', cursive;
    position: absolute;
}

.scroll-arrow{
    font-size: 6em;
    position: absolute;
    bottom: 3%;
    left: 42%;


}

.scroll-arrow a{
    color: white !important;
}

.second-page{
    background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background6.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    min-width: 100vw;
    max-height: 120vh;
    max-width: 100vw;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    overflow-y: scroll;


}

.content{
    margin-right: 15%;
    margin-left: 15%;

}

.reviews{
    position: absolute;
    border-color: white;
    border-style: solid;
    border-width: .2em;
    height: 120px;
    width: 320px;
    margin: 10% 10% 5%;
    z-index: 15;
}

.third-page{
    background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background3.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    min-width: 100vw;
    background-size: cover;
    position: relative;
    margin-top: -7px;
    background-attachment: fixed;
}

.rates-container{
    height: auto;

    margin-top: 1em;
    margin-left: 15%;
    margin-right: 15%;

    border-radius: 5px;
    padding-bottom: 35px;
}



.fourth-page{
    background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background1.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    min-width: 100vw;
    background-size: cover;
    position: relative;
    margin-top: -15px;
}

.text-bold {
    font-weight: bold;
}


a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 5px 5px 0 0;
}
#accordion .panel-title a{
    display: block;
    padding: 20px 30px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #419b05;
    border-radius: 5px 5px 0 0;
    position: relative;
}
#accordion .panel-title a.collapsed{
    border-color: #e0e0e0;
    border-radius: 5px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #419b05;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 30px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f101";
    background: transparent;
    color: #000;
    opacity: 0;
    transform: scale(0);
}
#accordion .panel-title a.collapsed:before{
    opacity: 0;
    transform: scale(0);
}
#accordion .panel-title a.collapsed:after{
    opacity: 1;
    transform: scale(1);
}
#accordion .panel-body{
    padding: 20px 30px;
    background: rgba(65,155,5,.5);
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: .5px;
    border-radius: 0 0 5px 5px;

}


.testi-pic-right{
    height: 17%;
    width: 17%;
    float: right;
    padding-left: 15px;
}

.testi-pic-left{
    height: 17%;
    width: 17%;
    float: left;
    padding-right: 15px;
}

.flyers{

    width: 75%;
    max-height: 100vh;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 3em;
}

@media screen and (min-width: 1280px) {

    .flyers {
        height: 1000px;
        width: 750px;
        display: block;
        margin-left: auto;
        margin-right: auto;

    }
}

.forms-page a{
    color: white;
    font-size: 2em;
}

.forms-content{
    position: absolute;
    left: 15%;
}

.forms-page{

    background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 93vh;
    min-width: 100vw;
    position: relative;

}

.staff-page{
    background-color: #262525;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 93vh;
    min-width: 100vw;
    position: relative;
}

.credit{
    position: absolute;
    bottom: 0;
    left: 15px;
}



@media only screen and (min-width: 360px) and (max-width: 1440px) {
    .front-page{
        background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background5_port.jpg);
    }
    .second-page{
        background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background6_port.jpg);

    }
    .third-page{
        background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background3_port.jpg);
    }
    .fourth-page{
        background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background1_port.jpg);

    }
    .testi-pic-left{
        height: 50%;
        width: 50%;
    }
    .testi-pic-right{
        height: 50%;
        width: 50%;
    }

    .groupFlyers{
        float: center;
        width: 90%;
        height: 50%;
        margin-left: 5%;
    }

    .modal iframe{
        border: 0;
        height: 80vh;

        background-color: transparent !important;

        width: 80vw;
    }
    .forms-page{
        background-image: linear-gradient(rgba(77, 77, 77, 0.5), rgba(77, 77, 77, 0.5)), url(images/background4_port.jpg);

        background-size: contain;
    }


}

@media only screen and (min-height: 360px) and (max-height: 700px) {

    .front-page {
        min-height: 115vh;
    }

}
.staff-pic {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 2em;
}

.staff-bio {
    border-color: white;
    border-style: solid;
    border-width: 3px;
    margin-bottom: 5px;
}

.landing-link {
    text-decoration: none;
    color: white;
}

.landing-link:hover {
    color: white;
}

.center {
    text-align: center;
}

/*.slideanim {visibility:hidden;}*/
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
