body {
    overflow-x: hidden;
    font-family: sans-serif;
    color: #343638;
}

@font-face {
    font-family: 'UniviaProBold';
    src: url('/fonts/UniviaPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UniviaProRegular';
    src: url('/fonts/UniviaProRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'UniviaProBold', Fallback, sans-serif;
    font-size: 2.8rem;    
}

h2 {
    font-family: 'UniviaProRegular', Fallback, sans-serif;
    font-size: 2.2rem;    
}

.univiareg h2 {
    font-family: 'UniviaProRegular', sans-serif !important;
}


h3 {
    color: #c25309;
}


/* TOP BAR HEADER */

.top-bar {
	height: 7rem;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.log-bar {
	padding-top: 0.09rem;
	font-size:14px;
	color: #ffffff;
	height: 23px;
	background-color: rgba(0, 0, 0, 0.2);
}

.topbar-brand {
	height: 58%;
	margin: 12px auto 0 auto;
}
.grad {
	/* background: linear-gradient(-45deg, #06ba81, #f4d32b, #fd4903, #83027d); */
	background: linear-gradient(-45deg, #73036e, #9a0f65, #da3525, #fd4903);
	background-size: 400% 400%;
	animation: gradient 7s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 30% 50%;
	}
	50% {
		background-position: 70% 50%;
	}
	100% {
		background-position: 30% 50%;
	}
}

.top-link.active,

.dropdown .btn:focus {
    box-shadow: none;
}
.dropdown .btn {
    margin-top: -.2rem;
    background-color: transparent;
    border: none;
    color: rgb(238, 236, 236) ;
}
.dropdown-menu {
    background-color: #fff;
    font-size: small;
}
.dropdown-menu a:hover
{
  color: #c25309;
  background-color: #fff;
}

/* TOP NAV BAR */

.navbar {
    font-family: 'UniviaProBold', Fallback, sans-serif;
	height: 70px;
	font-size: 1rem;
    font-weight: 550;
    padding-bottom: .5rem;
    z-index: 1;    
    background-color: #fff !important;    
}


.nav-item {    
    padding: 0 .4rem;
}

.nav-link {
    color: #555555 !important;
}

.nav-link.active,
.nav-link:hover {
    color:rgb(0, 0, 0) !important;
}

.fa {
    text-shadow: 0 1rem 1rem rgba(0,0,0, .2)!important;
}

.mainmenu {
    margin: 5px auto 0 auto;
	background-color: #fff;
	padding: 5px;	
}


.mainmenu .dropdown-menu a{
    color: #c25309;	
}

.mainmenu .dropdown-menu a:hover
{
  color: #d35b0b;
  background-color: #fff;
}

/* CAROUSEL */

#carousel {
    box-shadow: 0 1rem 1rem rgba(0,0,0, .1);
}
#carousel h1 {
    font-size: 3.5rem;    
}

.carousel-inner {
    /*max-height: 48rem!important;*/
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    transition: transform 1.2s ease;
}
.carousel-caption {
    width: 30%;
    position: absolute;    
    color: #343638;
}

.carousel-caption h1{
    color: #d35b0b;
}

.header h1 {
    font-family: 'UniviaProRegular', Fallback, sans-serif;
    font-size: 2.5rem;    
    color: #292929;
    font-weight: 400;
    margin-bottom: 1.2rem;
}
.header span {
    font-size: 1.2rem;
}


.quote {
    padding: 2rem;
}
.quote h1, h2 {
    font-family: 'UniviaProRegular', Fallback, sans-serif;
    font-size: 2.2rem;    
    color: #292929;
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: #b1b1b3 1px solid;
}

.quote span {
    font-size: 1.4rem;
}
.quote span {
	display: block;
	margin-bottom: 1.5rem;
}

.quote h3 {
    color: #c25309;
}
.quote p {
    padding: 2rem;
	font-style: italic;
	color: #d65804;	
}

.img-round {
    border-radius: 50%;
    border: 3px solid #ffa300;
	margin-bottom: 2rem;
}

.gallery img{
	padding: 6px;
	border: 1px solid #D5DBDB ;
}


/* Distributor Recognition */

.distcard {
	box-shadow: 1px 1px 5px gray;
	border-radius: 25px;
	height: 470px;
	padding: 5px;
	text-align: center;
	margin-bottom: 30px;
}
.distheader {
	position: relative;
	display : block;
}
.bg-img{
	width: 100%;
	border-radius: 25px 25px 0px 0px;
}
.bio-img{
	width: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 10%);
	position: absolute;
	border: 5px solid #fff;
}
.profile-img{
	border-radius: 50%;
	max-width: 70%;
}
.dist-pos {
	top: 20px;
	left: 20px;			
	position: absolute;
	width: 80px;
	z-index: 100;
}
.dist-info {
	display: block;
	height: 150px;
	padding: 20px;
	margin-top: 20%;
}

/* FOOTER */

.orangebar {
    height: 1.5rem;
}