@charset "UTF-8";
/* custom styles */

body{
  //background: rgba(250,208,97,0.1);
 background: linear-gradient(180deg, rgba(250,208,97,0.2) 0%, rgba(255,255,255, 0.2) 20%, rgba(255,255,255,0.3) 80%, rgba(250,208,97,0.2) 100%);
  font-family: 'Barlow Semi Condensed', sans-serif;
}

a{
    text-decoration: none;
}
.navback{
background: linear-gradient(180deg, rgba(250,208,97,0.2) 0%, rgba(255,255,255, 0.2) 20%, rgba(255,255,255,0.3) 80%, rgba(250,208,97,0.2) 100%);
box-shadow: 0px 15px 10px -15px #111111;  
//background: #CCCCCC;
}

.nav-link{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #26a7c8;
}

.nav-link:hover{
	color: #fad061;
}

.nav-item{
   background: rgb(250,208,97, 0.3);
   border-radius: 15px 0px;
  box-shadow: 0px 15px 10px -15px rgb(100,100,100, 0.3);  
}

.button_color{
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;	
  font-size: 18px;
  background: rgba(250,208,97,0.1);
  text-shadow: 2px 2px 2px rgba(100,100,97,0.3);
}

.ion_clr{
	color: #FFFFFF;	
  font-size: 24px;
}

.ion_clr:hover{
	color: #575757;
}

.icon_blk{
	color: #000000;
}

.icon_blk:hover{
	color: #FFA700;
}

.jumbo{
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #CCCCCC;
	font-size: 35px;
	text-shadow: 2px 2px 2px #000000;
	text-decoration: none;
}



.sub_titles{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
  line-height: 26px;
  color: #999988;
}

.sub_titles_ad{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
  line-height: 52px;
  color: #999988;
}

.head_lines{
	font-family: 'Roboto', sans-serif;
	color: #F2CB05;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 0px 3px 0px;
}

.body_text{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 15px;
}

.footer_text{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 11px;
  background: #263346;
  border-radius: 12px;
}


.cust_card{
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 45px;
	text-shadow: 2px 2px 5px #000000;
	text-decoration: none;
}

.featurette-heading{
	font-family: 'Roboto', sans-serif;
}

.lead{
		font-family: 'Barlow Semi Condensed', sans-serif;
}

.ft-bg{
  background-image: url("https://cdn.glitch.global/b84917ce-7dee-4d82-899b-9f228ad57ed9/bg.png?v=1698628952479");
  background-size: cover; 

}

.border_right{
 border-right: dotted 1px #000000;
}

.bgg{
   color: #fad061;
}