@charset "UTF-8";
/* CSS Document */

body{
	padding-top: 110px;
	padding-bottom: 70px;
}

#top-navbar{
	background-color:#FD0B0F;
	border:none;
}

#top-navbar a{
	height:80px;
	color:white;
	font-family: Arial;
	color: #fffcfc;
	font-size: 21px;
	font-weight: 700;
}

#top-navbar .active a{
	background-color:#FD0B0F;
}

#top-navbar .navbar-nav a{
	padding-top:32px;
}

#bottom-navbar{
	height:60px;
	padding: 10px;
}

#bottom-navbar p{
	margin-top:10px;
	font-family: open-sans;
	color: #aba8a8;
	font-size: 14px;
	font-weight: 300;
	line-height: 29.01px;
}

#landing-page-jumbo{
	border-radius: 20px;
	background-color: gray;
	color: white;
	background-image: url(../images/landing-page-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#landing-page-jumbo h1,
#landing-page-jumbo p{
	width:66%;
	font-family: open-sans;
	color: #f2f2f2;
}

#landing-page-jumbo a{
	border-color:white;
	border-width:3px;
	border-radius: 10px;
	border-width: 3px;
	border-color: #ffffff;
	border-style: solid;
	font-family: Arial;
	color: #fdfefe;
	font-size: 21px;
	font-weight: 700;
	background-color:rgba(171,171,171,0)
}

#langing-page-grid p{
	margin-top:10px;
	margin-bottom:10px;
	font-family: open-sans;
	color: #636363;
	font-size: 14px;
	font-weight: 300;
	line-height: 25.01px;
}

#langing-page-grid a{
	width:80px;
	border-radius: 10px;
	border-width: 3px;
	border-color: #7bbf9d;
	border-style: solid;
	font-family: Arial;
	color: #7bbf9d;
	font-size: 18px;
	font-weight: 700;
	background-color:white;
	margin-bottom:10px;
}

#features-well .well{
	margin-top:20px;
	border-radius: 10px;
	border-width: 1px;
	border-color: #a5a5a5;
	border-style: solid;
	background-color: #d26511;
	font-family: open-sans;
	color: #fffefe;
	font-size: 18px;
	font-weight: 600;
}

#features-list .panel-heading,
#features-list .panel-footer{
	background-color:#EBEBEB;
	font-family: open-sans;
	color: #505050;
	font-size: 24px;
	font-weight: 600;
}

#features-list a{
	border:none;
	color: #747776;
	font-family: open-sans;
	font-size: 18px;
	font-weight: 400;
}

#carousel1{
	border-radius: 20px;
	overflow:hidden;
}

#gallery-images{
	margin-left:14px;
	margin-right:14px;
	margin-top:4px;
}

#gallery-images div{
	padding:1px;
}

#gallery-text h3{
	font-family: open-sans;
	color: #d26511;
	font-size: 30px;
	font-weight: 600;
}

#gallery-text p{
	font-family: open-sans;
	color: #5d5b5b;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

#article-content img{
	border-radius:14px;
}

#article-content h3{
	font-family: open-sans;
	color: #d26511;
	font-size: 48px;
	font-weight: 600;
}

#article-content p strong{
	font-family: Arial;
	color: #0c1429;
	font-size: 18px;
	font-weight: 700;
}

#article-content p{
	font-family: open-sans;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

#article-menu,
#article-menu .well{
	padding:0;
}

#article-menu .list-group-item{
	border:none;
	font-family: open-sans;
	color: #3a3a3a;
	font-size: 18px;
	font-weight: 400;
}

#article-menu a.active{
	background-color:#D26510;	
}

#article-menu .active .list-group-item-text{
	color:white;
	font-weight:600;
}

#article-menu-search{
	padding:14px;
	font-family: open-sans;
	color: #6f6d6d;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

#article-menu-search input{
	border-radius: 10px;
	border-width: 1.4px;
	border-color: #c2c2c2;
	border-style: solid;
	background-color: #ffffff;
}

#article-menu-search .btn{
	border-radius: 10px;
	border-width: 3px;
	border-color: #7bbf9d;
	border-style: solid;
	font-family: Arial;
	color: #7bbf9d;
	font-size: 18px;
	font-weight: 700;
}

#contact-jumbo{
	padding: 24px;
	background-color: gray;
	color: white;
	background-image: url(../images/contact-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: open-sans;
	color: #ebebeb;
	font-size: 48px;
	font-weight: 400;
}

#contact-information{
	font-family: open-sans;
	color: #636363;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

#contact-form label{
	margin-top:14px;
	font-family: open-sans;
	color: #0c1429;
	font-size: 18px;
	font-weight: 400;
}

#contact-form input,
#contact-form textarea{
	border-radius: 10px;
	border-width: 1.4px;
	border-color: #c2c2c2;
	border-style: solid;
}

#contact-form .btn{
	border-radius: 10px;
	border-width: 3px;
	border-color: #7bbf9d;
	border-style: solid;
	font-family: Arial;
	color: #7bbf9d;
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width:767px){
	#landing-page-jumbo h1,
	#landing-page-jumbo p{
		width:100%;
	}
	#bottom-navbar{
		text-align:center;
	}
	#bottom-navbar .container div:first-child{
		display:none;	
	}
	#article-content h3{
		font-size: 32px;
	}
}

@media screen and (min-width:992px){
	#feature-video{
		width:720px;
		height:404px;
	}
}

@media screen and (max-width:992px){
	#gallery-images{
		display:none;
	}
}
