*
{
    margin: 0;
    padding: 0;
}
#header {
    background-image: url(dreamscape.jpg);
    height: 80vh;
    background-size: cover;
    background-position: center;
}
.navbar-nav li a {
    float: right;
    color: #fff !important;
    
}
.navbar-brand img {
    width: 330px;
    margin-left: 10px;
}
.navbar-toggler {
    border: none!important;
    outline: none!important;
}
nav .fa-bars {
    color: #fff;
    height: 26px;
}
/*----------------WELCOME TEXT----------------*/
.welcome {
    padding: 25px 50px;
    margin-top: -90px;
    background-color: #fff;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);

}
.welcome h1 {
    color: #333;
    text-align: center;
    text-size: 100px;
}
.welcome .home-btn {
    margin-top: 10px;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #0779fb;
}
.btn:focus {
    box-shadow: none;
}
/*----------------ABOUT---------------*/
#about {
    padding-top: 100px;
    padding-bottom: 100px;
}

#about .col-md-6 {
    padding-top: 20px 10px;
}
#about h3 {
    margin: 20px auto;
}

/*----------------SERVICES---------------*/
#services {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
#services-header {
        background-image: url(dreamscape.jpg);
    height: 80vh;
    background-size: cover;
    background-position: center;
}
#services .col-md-4 {
    padding: 20px;
}
#services .col-md-4 h4 {
    padding: 5px;
}
#services .col-md-4 img {
    width: 50px;
}
#services .col-md-4 p {
    padding: 5px;
    text-align: justify;
}

/*----------------FOOTER---------------*/
#footer {
    background-color: #d1cece;
    text-decoration-color: #fff;
}

.footer-box {
    padding: 20px;

}
.footer-box .fa {
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}
.footer-box .form-control {
    box-shadow: none!important;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
        
}
.footer-box .btn-primary {
    box-shadow: none!important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}
.crafted {
    background-color: #000;
}
/*<!------------ABOUT US PAGE--------------->*/
#about-us {
    margin-top: 20px;
    margin-bottom: 40px;
}
#about-us-header {
    background-image: url(dreamscape.jpg);
    height: 45vh;
    background-size: cover;
    background-position: center;
}

nav .fa-barsB {
    color: #fff;
    height: 256px;
}
.at-headshot {
    height: 290px;
    margin-left: 20px;
    margin-right: 80px;
}
.title {
    margin-top: 50px;
}
.testimonials-img {
    height: 150px;
    margin: 10px;
    padding-bottom: 20px;
}
.learn-more {
    margin-top: 50px;
    margin-bottom: 20px;
}
.j-signature {
    text-decoration: none;
    color: #1c2024;
}
#services-header {
    background-image: url(dreamscape.jpg);
    height: 45vh;
    background-size: cover;
    background-position: center;
}
#about-button {
    align-content: center;
}
#media-header {
    background-image: url(dreamscape.jpg);
    height: 30vh;
    background-size: cover;
    background-position: center;
}
#published {
    margin-top: 20px;
    padding-bottom: 50px;
}
.forum-pic {
    align-content: center;
    margin: 0px 70px 0px 0px;
border-radius: 1em;
}

#media-h1 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#media-player {
    height: 120px;
    width: 390px;
    margin-bottom: 10px;
    border-radius: 1em;
}
#media-header {
    background-image: url(dreamscape.jpg);
    height: 40vh;
    background-size: cover;
    background-position: center;
}

#contact-us-h1 {
   margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#contact-us-header {
    background-image: url(dreamscape.jpg);
    height: 40vh;
    background-size: cover;
    background-position: center;
}
#media-player2 {
       align-content: center;
        height: 10rem;
    width: 15rem;
    border-radius: 1em;
}
.clicker {
    outline: none;
    padding: 20px;
    border-radius: 25px;
    color: white;
    background-color: orange !important;
    border-color: orange !important;
}
.clicker:focus,
.clicker:hover {
  background-color: darkorange !important;
  color: black;
}
@media screen and (max-width: 500px) {
    #contact-form {
        width: 100%;
        position: relative;
        height: auto;
    }
    .forum-pic {
        display: none;
    }
}




