

/*******************************************
:--- Elements ---:
*******************************************/

h3.card-h3 {color:#3F4045;}

a {cursor:pointer;}

.h4, h4 {
	font-size: 1.4rem;
}

a, a:hover {color:#35839e;}
a:hover {text-decoration: none;}

.btn-primary {
	color: #fff;
	background-color: #35839e;
	border-color: #35839e;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2a738c;
	border-color: #2a738c;
}

p.lead-paragraph {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.7;
	color:#3F4045;
}

p.lead-home {
	font-size: 1.4rem;	
}

a .img-guide:hover {
  filter: brightness(105%);
}

.navbar-brand {
	font-size: 1rem;
}

.table-striped>tbody>tr:nth-of-type(odd):hover, .table-striped>tbody>tr:nth-of-type(even):hover {
  --bs-table-accent-bg:#35839e;
	color:#fff;
	border: 0;
}

.table>:not(caption)>*>* {
	border-bottom-width: 0;
}

/*******************************************
:--- Headers ---:
*******************************************/

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.bg-dark {background:#060201!important;}


/*******************************************
:--- Bootstrap Hero ---:
*******************************************/

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

/*******************************************
:--- Animated Header ---:
*******************************************/

.bg-grad {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#060201+0,877b82+100 */
	background: #060201; /* Old browsers */
	background: -moz-linear-gradient(left,  #060201 0%, #877b82 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #060201 0%,#877b82 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #060201 0%,#877b82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060201', endColorstr='#877b82',GradientType=1 ); /* IE6-9 */
	color:#fff!important;
	opacity:1!important;
	border-top: 10px solid #35839e!important;
}

.bg-grad h1 {
	color: #fff!important;
	font: bold 70px/120px 'Open Sans', sans-serif;
	margin-top: -50px;
	margin-bottom: 40px;	
}

.bg-grad a {color:#fff;cursor:pointer;}
.bg-grad a:hover {text-decoration: none;}

.bg-grad h2 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px;
}

/* header animation */

@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
  17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
  100% { opacity: 0; }
}

@-ms-keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
  17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
  17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
  100% { opacity: 0; }
}

.rw-words-1 span{
	animation: rotateWord 12s linear infinite 0s;
}

.rw-words span:nth-child(2) { 
	animation-delay: 2s; 
}
.rw-words span:nth-child(3) { 
	animation-delay: 4s; 
}
.rw-words span:nth-child(4) { 
	animation-delay: 6s; 
}
.rw-words span:nth-child(5) { 
	animation-delay: 8s; 
}
.rw-words span:nth-child(6) {  
	animation-delay: 10s; 
}

.rw-words{
	display: inline-block;
	text-indent: 10px;
	padding-bottom: 84px;
}

.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #fff;
	border: 8px solid #fff;
	padding: 15px;
	width: auto;
	line-height: 70px!important;
}


/*******************************************
:--- Icons ---:
*******************************************/

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blue-divider {width:100%;background: #fff;height:5px;border-left:40px solid #35839e;margin: 8px 0 6px 0;}

/*******************************************
:--- Thumbnails ---:
*******************************************/

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.btn-modal {
	padding: 0;
	margin: 0;
	border: 0;
}

/*Zoom In*/

.card-link {overflow:hidden;}

img.zoom-in {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
img.zoom-in:hover  {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/*******************************************
:--- Footer ---:
*******************************************/

footer {
	margin-top:40px;
	background:#060201;
	color:#fff;
}

a.arrow-bottom .bi {
	fill:#ccc;
}

a.arrow-bottom .bi:hover {
	fill:#fff;
	transition: 0.3s;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (max-width: 1199px) { 

	/*body {border: 5px solid yellow;}*/
	
	.bg-grad h1 {
		margin-top: -40px;
		margin-bottom: 40px;	
	}

}

@media (max-width: 979px) and (min-width: 768px) {

	/*body {border: 5px solid blue;}*/
	
	.bg-grad h1 {
		margin-top: 0;
		margin-bottom: 40px;	
	}	
	
	.rw-words {clear:both;width:100%;text-indent:0;margin-top:15px;}
	
	.quick-links {display:none;}	
	
}

@media (max-width: 767px) {
	
	/*body {border: 5px solid red;}*/
	
	.container-header {max-width:100%;}
	
	.bg-grad h1 {
		font: bold 60px/100px 'Open Sans', sans-serif;
		margin-top: 20px;
		margin-bottom: 40px;	
	}	
		
	.rw-words {clear:both;width:100%;text-indent:0;margin-top:15px;}
	
	/* Mobile Menu Overwrites */
	
	.quick-links {display:none;}
	.header-nav.py-2 {
		padding-top: 0rem!important;
    padding-bottom: 0rem!important;
	}
	
	.navbar-nav {
    display: block;
		padding: 40px 0 0 20px;
	}
	
	.nav-link.dropdown-toggle {cursor:inherit;}
	.nav-link.dropdown-toggle:hover {color: rgba(255,255,255,0.55)!important;}	
	
	.dropdown-menu {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: rgba(255,255,255,1);
    text-align: left;
    list-style: none;
    background-color: #060201;
    background-clip: padding-box;
    border: 0;
	}	
	
	.dropdown-item {
    color: rgba(255,255,255,0.55);
    border: 0;
	}
	
	.dropdown-item:hover {	
		color: rgba(255,255,255,.75);
		background:none;
	}

}

@media (max-width: 640px) {
	
	/*body {border: 5px solid green;}*/
	
	.container-header {max-width:100%;}

	
	.bg-grad h1 {
		font: bold 50px/90px 'Open Sans', sans-serif;
		margin-top: 20px;
		margin-bottom: 40px;	
	}		
	
	.me-transparent {width:100%;}

}


@media (min-width: 576px) {

	.nav-link {
		padding-right: 0.8rem!important;
		padding-left: 0.8rem!important;
	}
}


@media (max-width: 480px) {


}
