.container{
	max-width: 1300px;
	margin:0 auto;
}
.containerlg{
	max-width: 1450px;
	margin:0 auto;
}
#body-main{
	font-family: 'Rajdhani', sans-serif;
	font-size: 19px;
	font-weight: 500;
}

.home-boxes{
	background-color: rgb(9,57,131);
	background-image:url("../images/headerbgdk.jpg");
	background-blend-mode: overlay;
	color:#fff;
}
header{
	background-color:rgb(9,57,131);
	background-blend-mode: overlay;
	background-image:url("../images/headerbgdk.jpg");
	background-position:top;
	color:#fff;
	border-bottom:solid 1px #fff;
}
footer{
	background-color:rgb(9,57,131);
	background-blend-mode: overlay;
	background-image:url("../images/headerbgdk.jpg");
	background-position:top;
	color:#fff;
	border-bottom:solid 1px #fff;
}
.phone{
	font-family: 'Edu NSW ACT Foundation', cursive;
	text-align: right;
	color:#fff;
	font-weight: 600;
	font-size: 36px;
	text-shadow: 0px 0px 5px #000,  0px 0px 4px #000;
}
.tagline{	
	font-size: 30px;
	text-shadow: 0 0 5px #000, 0 0 4px #000;	
	font-family: acme-gothic-extrawide, sans-serif;
	font-weight: 800;
	font-style: normal;
	color:#fff;
}
.hero-words{	
	font-size: 40px;
	text-shadow: 0 0 5px #000, 0 0 4px #000;	
	font-family: acme-gothic-extrawide, sans-serif;
	font-weight: 800;
	font-style: normal;
	color:#fff;
}
.rslides{
	position:absolute;
	z-index: 0;
}
.hero-outer{
	position:relative;
	}
.hero-text{
	text-align: center;
	position:absolute;
	top:20%;	
	left:10%;
	right:10%;

	}


h1{
	text-align: center;
}
h2{
	font-weight: 600;
	
}
.box:hover{

	background-blend-mode: overlay;
	color:#eee!important;
}
.box-img1{
	border:2px solid #fff;
	background-image:url("../images/box1.jpg");
	background-position:left;
	height:250px;
}
.box-img2{
	border:2px solid #fff;
	background-image:url("../images/box2.jpg");
	background-position:right;
	height:250px;
}
.box-img3{
	border:2px solid #fff;
	background-image:url("../images/box3.jpg");
	background-position:right;
	height:250px;
}
.box-img1:hover{
	background:rgba(30, 30, 100, .5);
	background-blend-mode: overlay;
	background-image:url("../images/box1.jpg");
	background-position:left;
	border:2px solid rgba(256,256,256,.8);
}
.box-img2:hover{
		background:rgba(30, 30, 100, .5);
	background-blend-mode: overlay;
	background-image:url("../images/box2.jpg");
	background-position:right;
	border:2px solid rgba(256,256,256,.8);
} 
.box-img3:hover{
			background:rgba(30, 30, 100, .5);
	background-blend-mode: overlay;
	background-image:url("../images/box3.jpg");
	background-position:right;
	border:2px solid rgba(256,256,256,.8);
}
a .box-text {
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.calltoaction{
	background-image: url();
}
.copyright{
	text-align: center;
	border-top:2px solid #fff;
	background-color:rgba(9,57,131, .85);
}
/**NAVBAR**/


.navbar { /* navbar styles */
	background:none;
	padding:0 0;
	margin-top:-7px;
}

.nav-link { /* top level link */
	font-family: 'Edu NSW ACT Foundation', cursive;
	font-weight: 500;
	letter-spacing: 1.5px;
  color:#fff;
  font-size:20px;
	text-shadow: 0 0 5px #000;
}

.nav-link:hover {
  color:#4f98bb; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#fff;
	border-radius:8px;
	background-color:#4f98bb;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(256, 256, 256)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}




/*END DIVIDERS*/


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.logo{
		padding-bottom: 15px;
	}	
	.navbg{
		background-color:rgba(9,57,131, .8);
		border-top:solid 2px #4f98bb;
		border-bottom:solid 2px #4f98bb;
		padding-top:2px;
	}
	.tagline{
		font-size: 20px;
	}
	
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
.nav-link {
	position:relative;
}

/*lines*/

.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:15px;
	bottom:15px;
	background:#fff;
	width:2px;
	box-shadow: 1px 1px 1px 1px #000;
	border-radius: 25px;
}


.nav-item:last-child .nav-link:before {
	display:none;
}
	
	
	
	
	.navbg{
	box-sizing: border-box;
	height:43px;
	margin-top:-43px;
	background-color:rgba(9,57,131, .85);
	border-bottom:solid 4px #4f98bb;
	border-top:solid 6px #4f98bb;
}

}

/**LG & UP**/
@media (min-width: 992px) {

}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

	.hero-words{
		font-size: 17px;
	}
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

	.hero-words{
		font-size: 24px;
	}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {

	.tagline{
		font-size: 22px;
	}
	.hero-words{
		font-size: 30px;
	}
	.nav-link{
		font-size:16px;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {

}

/**XLG**/
@media (min-width: 1200px) {
	.hero-text{
		top:35%;
		
	}
}