
html{min-height: 100%; background-color:#802642; }
body{
	position: relative;
	background-color:#7e1234;
	background-image:url('../imgs/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	color:#edf6f7;
	font-family:arial, sans-serif;
	min-height: 100%;
	 font-family: "Public Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 200;
	  font-style: normal;
}

h1,h2,h3,h4,h5,h6,h7{
	 font-family: "Antonio", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 900;
	  font-style: normal;
	  line-height:1.05;
	  text-transform: uppercase;
}

h1{ font-size:4.2rem; }
@media (min-width: 992px){
	h1{
		font-size:6rem;
	}		
}

h2{
	font-size:4rem;
	margin-bottom:0.5em;
}
h3{ font-size: 3.2rem; margin-bottom:0.5em; }
h4{ font-size: 2.7rem; }
.card{
	background-color: #edf6f7;
	color:#561e2e;
	border-radius: 1px;
	border:none;
	font-size:1.35em;
}

.card strong{
	background-color: #68beb9;
}
.btn-primary{
	border-radius:0;
	border:none;
	background-color: #68beb9;
	font-weight: 700;
}
.btn-primary:hover{
	background-color:#5ac8c1;
}

.bg-blue{
	background-color: #68beb9;
}
.bg-orange{
	background-color: #f29b54;
}
.bg-pink{
	background-color: #f090b1;
}
.text-blue{	color: #68beb9; }
.text-orange{ color: #f29b54; }
.text-pink{ color: #f090b1; }
	


.navbar-bg{
	color:#fff;
	background-color:#802642;
}
.navbar-bg .nav-link{ 
	color:#fff; 
	font-size:1.3em;
	margin-right: 1.1rem;
}
.navbar-bg .nav-link.active{
	color: #68beb9;
}
.rot-l{
	transform: rotate(-1.5deg);
}
.rot-r{
	transform: rotate(1.5deg);
}

.dropdown-menu{
	min-width: auto;
	text-align:center;
	color:#fff;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #f29b54;
	color:#561e2e;
}
.text-primary-dark{
	color:#561e2e !important;
}
.accordion-button{
	font-size:1.2rem;
	font-family: "Public Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}