
html{
	/*scroll-behavior: smooth;*/
}

body{
	font-size: 16px;
}

a{
	color: currentColor;
}

img {
    pointer-events: none;
}

.link-unstyled{
	text-decoration: none;
}

.link-unstyled:hover{
	text-decoration: none;
}

/*Custom CSS for Blue Bar Designs*/
.header-bar{
	width: 5px;
	height: 40px;
	background-color: #0a66c2;
}

.text-tile-bar{
	width: 3px;
	height: 25px;
	background-color: #0a66c2;
}

.text-tile-bar-2{
	width: 6px;
	height: 35px;
	background-color: #0a66c2;
}

.horizontal-bar{
	width: 80px;
	height: 8px;
	background-color: #0a66c2;
}

.border-bottom-dark-blue{
	border-bottom: 5px solid #0a66c2;
}

.border-dark-blue{
	border: 2px solid #0a66c2;;
}

/*Custom Height and Width Classes*/
.height-10vh{
	height: 50vh;
}

.height-25vh{
	height: 50vh;
}
		
.height-50vh{
	height: 50vh;
}

.height-75vh{
	height: 75vh;
}

.height-100vh{
	height: 100vh;
}

.w-80{
	width: 80%;
}

.ad-images{
	height: 75vh;
	width: 100%;
}

.bg-image-tagline{
	background-image: url("../assets/bg-tagline.jpg");
}

.bg-counter{
	background-image: url("../assets/bg-buildings.jpg");
}

.bg-contact{
	background-image: url("../assets/bg-contact.jpg");
}

.background-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*Custom classes for opacity*/
.opacity-1{
	opacity: 0.2;
}
.opacity-2{
	opacity: 0.4;
}
.opacity-3{
	opacity: 0.6;
}
.opacity-4{
	opacity: 0.8;
}
.opacity-5{
	opacity: 1;
}

/*custom positions*/
.centered{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Custom classes for font and background colors*/

.text-dark-blue{
	color: #0a66c2;
}

.text-dark-blue-2{
	color: #0d80f2;
}

.text-darker-blue{
	color: #022663;
}

.bg-dark-blue{
	background-color: #0a66c2;
	color: white;
}

.bg-darker-blue{
	background-color: #022663;
	color: white;
}


/*Custom class for section title / headers*/
.section-headers{
	margin: 50px 0;
}

/*****************************/
/*Main Navigation bar section*/
/*****************************/

.main-nav{
	transition: 1000ms;
	background-color: #031629;
	color: white;
	z-index: 99;
}

.main-nav-dropdowns{
	background-color: #031629;
}

.main-nav-dropdowns a{
	position: relative;
	color: white;
}

.dropdown-menu, .dropdown-item{
	white-space: normal;
}

#navbar-logo{
	width: 150px;
	height: 40px;
}

#navbar-main-hamburger-menu{
	color: white;
	background-color: transparent;
	opacity: 1;
}

.navbar-scrolled{
	background-color: #0a66c2;
}

.side-nav-icons{
	width: 20px;
	height: auto;
	fill: currentColor;
	margin-top: 1px;
}


/***************************************/
/*Main Navigation bar section ends here*/
/***************************************/

/*Second Navigation*/
.second-nav{
	top: 75px;
	z-index: 1;
}

/*Iframes*/

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Parallax*/
.parallax{
	background-attachment: fixed;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
}


/*Footer Sections*/
footer{
	background-color: #031629;
	color: white;
	font-size: .9rem;
	line-height: 1.5rem;
}

.footer-icon-btn{
	padding: 10px 15px 3px 15px;
	border: none;
	color: #031629;
	background-color: white;
	opacity: .5;
	transition: 400ms;
}

.footer-icons{
	width: 20px;	
}

.footer-icon-btn:hover{
	opacity: 1;
}

.footer-icons svg{
	padding: 0;
	margin: 0;
}
