@charset "UTF-8";
@import url("../webfonts/October_Twilight/stylesheet.css");
@import url("../webfonts/buttercup_sample/stylesheet.css");
/* CSS Document */

.navbar-default {
	background-color: #b01f3d; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #b01f3d, #5a071d);
}

.container-fluid .navbar-header .navbar-brand {
	font-family: "buttercup sample";
	color: #FFFFFF;
	font-size: 44px;
	margin-right: 1em;
	margin-left: 1em;
}

.container-fluid .navbar-header .navbar-brand a:active {
	font-family: "October Twilight";
	color: #FFFFFF;
	font-size: 36px;
	margin-right: 1em;
	margin-left: 1em;
	background-color: none;
}
.container-fluid .navbar-header .navbar-brand a:active {
	font-family: "October Twilight";
	color: #FFFFFF;
	font-size: 36px;
	margin-right: 1em;
	margin-left: 1em;
	background-color: none;
}
.nav.navbar-nav .active a {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	background-color: none;
	width: 14em;
	text-align: center;
}
.nav.navbar-nav .active a:hover {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #002060;
	background-color: none;
	width: 100%;
	text-align: center;
}
.nav.navbar-nav .active a:hover {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #002060;
	background-color: none;
	width: 100%;
	text-align: center;
}
.nav.navbar-nav li a {
    color: #FFFFFF;
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding-right: 3em;
    background-color: none;
}
.nav.navbar-nav li a:active {
    color: #FFFFFF;
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding-right: 3em;
    background-color: none;
}

.nav.navbar-nav li a:hover {
	color: #5A071D;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	width: 100%;
	text-align: center;
	background-color: none;
}
.container-fluid .row .col-lg-5.col-md-4.col-sm-12 {
    color: #002060;
}
.row .col-lg-4.col-md-4 .text-center {
    font-family: muli;
    font-style: normal;
    font-weight: 300;
	text-align: center;
}
.row .col-lg-4.col-md-4 h5 {
    font-family: muli;
    font-style: normal;
    font-weight: 300;
	text-align: center;
}

.fa  {
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.container-fluid .row .col-lg-5.col-md-4.col-sm-12 {
    font-family: "buttercup sample";
    color: #5a071d;
    font-size: 6em;
    text-align: center;
}
.row .col-lg-7.col-md-8.col-sm-12 p {
    padding-left: 1em;
    font-family: muli;
    font-style: normal;
    font-weight: 300;
}
.container-fluid .container-fluid h2 {
    font-family: muli;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.row .col-lg-4 h3 {
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    font-size: 13pt;
    text-align: center;
}
.row .col-lg-5 h3 {
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    font-size: 13pt;
    text-align: center;
}
.row .col-lg-4 .img-responsive {
    margin: 0 auto;
    display: block;
}
.row .col-lg-3 .img-responsive {
    padding-top: 42px;
}
.row .col-lg-4.col-md-4 #social-icons {
    text-align: center;
}

@media (max-width:1024px){
.container-fluid .row .col-lg-5 {
	font-family: "October Twilight";
	font-size: 6em;
}
}

@media (max-width:768px){
.container-fluid #ns .nav.navbar-nav {
}
.nav.navbar-nav li a {
	font-size: x-small;
}
.container-fluid .navbar-header .navbar-brand {
	font-size: 2em;
	padding-right: 0px;
	padding-left: 0px;
}
.container-fluid #ns #navcollapse {
	
	}
	
}
