* {
  box-sizing: border-box;
}


.img-holder{width:100%;grid-row:1;height:100%;overflow:hidden}

video{object-fit:cover;width:100%;height:100%}
	
	

.btn-primary.osime-primary {
	background-color: #00aeea !important;
	border-color: #00aeea !important;
}
.btn-primary.osime-primary:hover {
	background-color: #139bba !important;
	border-color: #139bba !important;
}

.btn-primary.osime-primary-outline {
	color: #00aeea !important;
	background-color: rgba(0,0,0,0) !important;
	border-width: 2px;
	border-color: #00aeea !important;
}
.btn-primary.osime-primary-outline:hover {
	background-color: #00aeea !important;
	border-color: #00aeea !important;
	color: #ffffff !important;
}


.drop-shadow {
	-webkit-box-shadow: 20px 20px 0px -1px rgba(170,221,249,1);
	-moz-box-shadow: 20px 20px 0px -1px rgba(170,221,249,1);
	box-shadow: 20px 20px 0px -1px rgba(170,221,249,1);
}

body,html {
	font-family: 'Roboto', sans-serif;
    background-color: #000f4d;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	height: 100%;		
	padding: 0 !important;
}

body { 
	margin: 0; 
	overflow-x: hidden;
}

body > footer {
	position: sticky;
	top: 100vh;
	color: white;
}

#logo {
	margin-left: 0px;	
}


#home {
	background-color: #c9c9c9;
}

#about {
	background-image: url('../images/about.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #c9c9c9;
}

#what {
	background-image: url('../images/what.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #c9c9c9;
}

#contact {
	background-image:url('../images/contact.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #c9c9c9;
}

#tellus {
	background-image:url('../images/tellus.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #c9c9c9;
}

.bg-fade {
	opacity: 0; /* Initially set to transparent */
    transition: opacity .3s ease-in-out; /* Add a smooth transition */
}

.bg-display-text {
	background: rgba(0,0,0,.2);
	border-radius: 30px;
}

.custom-toggler.navbar-toggler {
    border-color: #000f4d !important;
	border-width: 4px;
	background: white;
	border-radius: 8px !important;
}
 
.custom-toggler.navbar-toggler:focus {
    border-color: #00aeea !important;
	outline: none;
	box-shadow: none;
}

.custom-toggler.navbar-toggler:hover {
    border-color: #00aeea !important;
	outline: none;
	box-shadow: none;
}

.service-card {
	cursor: pointer;
	color: #000f4d;
	transition: background .3s ease-in-out;
}

.service-card:hover{
	background: #86d1f5 !important;
}

/*#top-nav {
	width: calc(vw-100) !important;
	
	transform: translateX(-80px);
}*/
	
.nav-link {
	padding: 0 !important;
	text-align: left !important;
	margin-right: 40px;
}
.nav-link:hover {
	color: pink;
}

.nav-link:last-child {
	margin-right: 0px !important;
}

.subnav-link.active  {
	font-weight: 700;
	color: #ffffff !important;
}

.subnav-link:hover  {
	color: #ffffff !important;
}

@media only screen and (max-width: 790px) {
	.nav-link {
		margin-right: 10px;
		width: 100%;
	}
	.main-nav-btn {
		width: 100% !important;
	}
	.main-btn-label {
		width: 100% !important;
		text-align: center;
	}
	#top-nav {
		/*background-color: orange;*/
		transform: translateX(0px);
	}
}


.btn-primary.btn-blue {
	background-color: red !important;
	border-color: red !important;
}
.btn-primary.btn-blue:hover {
	background-color: orange !important;
	border-color: orange !important;
}

.bg-osime {
	background-color: #000f4d;
}

.bg-trans {
	background-color: rgba(0,0,0,.3);
}

.main-nav-btn {
	font-weight: 400;
	font-size: 1.2em;
	color: #ffffff;
	padding: 0;
  	box-sizing: border-box;
	text-align: left !important;
	padding: 0 !important;
	text-decoration: none;
	margin-right: 40px;
}

.main-nav-btn:last-child {
	margin-right: 0px;
}


.main-btn-label {
	width: fit-content;
}

.main-btn-label:after {
  content: '';
  display: block;
  margin: auto;
  height: 4px;
  width: 5px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.main-btn-label:hover {
  color: #86d1f5;
}

.active .main-btn-label {
  color: #86d1f5;
}
/*
.main-btn-label:hover:after {
  width: 100%;
  background: #00aeea;
}

.active > .main-btn-label:after {
	height: 4px;
	width: 100%;
  	background: #00aeea;
}*/
/*
.main-btn-label:hover {
	border-bottom: solid 4px #00aeea !important;
}

.active > .main-btn-label {
	border-bottom: solid 4px #00aeea !important;
}*/