@charset "utf-8";

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: center center fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  font-family: 'Questrial', sans-serif;
}
	
html {
	height: 100%;
	overflow-x: hidden;
    overflow-y: scroll;
}
	
h1 {
	color: white;
}

h3 {
	color: white;
}

h4 {
	color: white;
}

p {
	font-size: 16px;
	color: white;
}

a {
    color: white;
}

@media screen and (max-width:320px){
    p {
        font-size: 30px;
    }
}

/* Navigation Bar Styles */
.index-body .navbar.navbar-default.navbar-fixed-top {
	background-color: white;
	min-height: 90px;
	padding-top: 0px;
}

.navbar-brand {
	padding-top: 0px;
	height: 90px;
	line-height: 90px;
}

.navbar-right {
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	color: black;
	padding-top: 45px;
	line-height: 0px;
}
.dropdown-menu {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: black;
}

@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in{
        display:block !important;
    }
    
.container-fluid2 {
    background-image: url("images/section2background.png")
}
.container-fluid2 .row .col-sm-4.col-xs-12 {
}

    @media screen and (max-width:767px){
        .container-fluid2 .row .col-sm-4.col-xs-12 {
            background-color: white;
}
    }
	
    
/* End Navigation Bar Styles */
	