#nav-toggle {
	cursor: pointer;
	padding: 15px 35px 16px 0px;
	transition: all .4s;
}

/* line 1177, ../scss/breakpoints/_base.scss */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 35px;
	background: rgb(51, 118, 152);
	position: absolute;
	display: block;
	content: '';
}

/* line 1188, ../scss/breakpoints/_base.scss */
#nav-toggle span:before {
	top: -10px;
}

/* line 1192, ../scss/breakpoints/_base.scss */
#nav-toggle span:after {
	top: 10px;
}

/* line 1196, ../scss/breakpoints/_base.scss */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms;
}

/* line 1200, ../scss/breakpoints/_base.scss */
#nav-toggle.active span {
	background-color: transparent;
}

/* line 1204, ../scss/breakpoints/_base.scss */
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0px;
}

/* line 1208, ../scss/breakpoints/_base.scss */
#nav-toggle.active span:before {
	transform: rotate(45deg);
}

/* line 1212, ../scss/breakpoints/_base.scss */
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.displayDiv {
	display: block;
}

.mobileMenuButtonDiv {
	margin-top: 30px;
	margin-right: 10%;
}

.menu-item a:hover {
	text-decoration: none !important;
}

.navbar-custom {
	background: #ffffff;
	height: 150px;
}

.navbar {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

.head1 {
	border-bottom: 5px solid rgb(51, 118, 152);
}

.navbar-items li {
	font-size: 15px;
	margin-right: 10px;
	font-weight: 600;
}

.navbar-items a {
	color: #000000;
}

.header-container {
	margin-left: 4%;
	margin-right: 4%;
	background-color: #ffffff;
	width: 92%;
	height: 169px;
}

.navbar-drop {
	display: none;
}

.navbar-drop li {
	float: left;
}

.navbar-brand img {
	height: 120px;
	width: auto;
}

.navbar-items {
	float: right;
	margin-top: 60px;
}

.navbar-brand {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

@media (max-width: 1150px) {
	.navbar-brand img {
		height: 100px;
		width: auto;
	}
	.navbar-items li {
		font-size: 14px;
		margin-right: 0px;
		font-weight: 500;
	}
	.navbar-custom{
		height: 120px;
	}
	.navbar-items {
		margin-top: 40px;
	}
}

@media (max-width: 1030px) {
	.navbar-items li {
		font-size: 12px;
		margin-right: 0px;
		font-weight: 500;
	}
}

@media (max-width: 968px) {
	.navbar-brand {
		padding: 5px 15px !important;
	}
	.navbar-items {
		display: none;
	}
	.navbar-drop {
		display: inline-block !important;
		float: right;
		margin-right: 3%;
		margin-top: 50px;
	}
}

.navbar-header {
    display: inline-block !important; 
    height: 0px;
    margin-bottom: 10px;
}

.navbar-items a:hover {
	color: rgb(51, 118, 152) !important;
	background-color: #ffffff !important;
	border-bottom: 5px solid rgb(51, 118, 152);
}

.navbar-items a:focus {
	background-color: #ffffff !important;
}

.banner {
    background: url(../Images/vans2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 294px;
    position: relative;
}

.banner-info {
    background: rgba(51, 118, 152, 0.8);
    width: 50%;
    position: absolute;
    top: 10%;
    left: 14%;
    padding: 2.5em 2em;
    color: black;
}

.section-title {
	margin: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

.section1-b {
	padding-right: 20px;
	padding-left: 20px;
}

.section1-a-inside {
	background: #329cd6;
	padding: 10px 25px;
	color: white;
}

.section1-b-inside {
	background: #7bbd42;
	padding: 10px 25px;
	color: white;
}

.section1-c-inside {
	background: #f05423;
	padding: 10px 25px;
	color: white;
}

.section-inside-title {
	margin-top: 10px;
	margin-bottom: 15px;
}

p {
	font-size: 18px;
}

.section2 {
	text-align: center;
}

.nav > a {
	font-size: 16px;
}

@media (max-width: 1175px) {
	.nav > a {
		font-size: 13px !important;
	}
}

.notableLink {
	color: #337ab7 !important;
}

.notableLink:hover {
	color: #379ab7 !important;
}

.section2 i {
	font-size: 100px !important;
	margin-top: 25px;
	margin-bottom: 25px; 
}

.fullSection {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid rgb(51, 118, 152);
}

.fullSectionWork {
	padding-bottom: 20px;
	padding-top: 20px;
}

a {
	text-decoration: none;
	color: black !important;
}

a:hover {
	text-decoration: none !important;
	color: rgb(51, 118, 152) !important;
}

.mainTitle2 {
	text-align: center;
	margin-top: 0;
	padding-top: 20px;
	color: rgb(51, 118, 152);
}

@media(max-width: 969px){
	h1 {
		font-size: 32px !important;
	}
}

@media (min-width: 969px) {
	.navbar-mobile {
		display: none;
	}
}

.fullBody {
	width: 100%;
}

.container {
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

@media (min-width: 1500px) {

	.container {
    	margin-left: 15%;
    	margin-right: 15%;
    	width: 70%;
    }

}

h1 {
	width:100%;
	text-align:center;
	font:50px arial;
}

h3 {
	font-size: 19px
}

.mainTitle {
	margin-top: 0;
	padding-top: 20px;
	color: white;
}

.navbar-mobile {
	-webkit-transition: max-height 500ms; 
	-moz-transition: max-height 500ms; 
	-ms-transition: max-height 500ms; 
	-o-transition: max-height 500ms; 
	transition: max-height 500ms;
	max-height: 0;
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}

.navbar-mobile-visable {
	max-height: 450px;
}

.mobile-list {
	list-style-type: none;
}

.navbar-mobile > li {
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}