p, h1, h2, h3, h4, h5, h6, li, a, label, button, textarea {
    font-family: 'Raleway', sans-serif;
}
/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}
/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}
/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}
 @charset "utf-8";
/* CSS Document */

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}
.carousel-fullscreen .carousel-inner .item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (min-width: 992px) {
.jumbotron {
    min-height: 800px;
}
.force-to-bottom {
    bottom: 25%;
}
}

.navbar {
margin-top: 30px;
	margin-bottom: 50px;
	
}


.navbar-brand .img-fluid {
	
	max-width: 170px;
	margin-top: -50px;

}
