
@import url("https://use.typekit.net/srp2phs.css");
*{
	border: 0px solid red;
}
body{
	overflow-x: hidden;
	background-color: #fff;
	font-family: hero-new, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.2em;

	
}
.img-custom{
	border: 8px solid white;
	transform: rotate(5deg);
	box-shadow: 10px 10px 20px black;
}
.img-custom-l{
	border: 8px solid white;
	transform: rotate(-5deg);
	box-shadow: 10px 10px 20px black;
	
}
.gold-fixed{
	background-image: url(../images/gold.jpg);
	background-attachment: fixed;
}
footer{
	z-index: 5!important;
}
#avatar{
	z-index: 1;
	position: absolute;
	top:90vh;
	left:-420px;
}
.header{
	font-family: novecento-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}
.sub-header{
	font-family: forma-djr-micro, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: calc(2.5vw + 1.4vh + 1vmin);

}
#banner img{
	/*background-color: rgba(240,240,240,1.00)!important;*/
	z-index: -14!important;
	opacity: 1;
	border: 8px solid #C861C9;
}
.main{
	z-index: 3;
	min-height: 90vh;
}
.fancyFont{
	font-family: lust, serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 0.3em;
	color: #13172c;
}
.fancyFontIndex{
	font-family: lust, serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(2.0vw + 2.4vh);
	margin-top: 0.3em;
	color: #13172c;
}
.menu{
	font-family: lust, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4em;
	margin-top: 0.3em;
	color: #13172c;
}
.menu:hover{
	color: rgba(255, 0, 128, 1)!important;
}
.logo{
	font-family: lust, serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(2.5em + 9vw);
}
.mission{
	background-color: rgb(255, 255, 255)!important;
	background-image: url("../images/gold.jpg");
	color: rgb(19, 22, 27);

}
.main-menu div a{
	color: black;
	text-decoration: none;
	font-weight: 900;
	border: 3px solid transparent;
}
.above{
	z-index: 20;
}
.below{
	z-index: 10;
}
.overlay-lighter{
	background-color: rgba(0,0,0,0.35);
}
.section-header{
	font-family: brother-1816, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(0.4vw + 1.4vh + 1vmin);
}
.content-header{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(2.0vw + 2.4vh + 1vmin);
}
.content-sub-header{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(1.0vw + 1.4vh + 1vmin);
}
.content-text{
	font-family: forma-djr-micro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(0.1vw + 1.2vh + 1.2vmin);
}
.background-white-opacity{
	background-color: rgba(255,255,255,0.80);
	backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.color-white{
	color: white!important;
}
.color-accent{
	color: rgba(255, 0, 128, 1)!important;
}
.color-accent-bright{
	color: #c4d82e !important;
}
.color-accent-dark{
	color: #13172c !important;
	stroke:#13172c !important
}
.color-gold{
	color: #FFD700 !important;
}
.background-color-dark{
	background-color: #13172c;
}

.background-color-accent{
	background-color:rgba(255, 0, 128, 1)!important;;
	color: white!important;
}
.background-color-accent-bright{
	background-color: #c4d82e!important;
	color: white!important;
}
.color-dark{
	color: #39395F !important;
}
.content div{
	margin-top: 14px;
	color: black;
}
.content-link{
	color: white;
    text-decoration: none;
}
.content-link:hover{
	color: white;
}
.quote{
	font-family: scriptorama-markdown-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 72pt;
	line-height: 12pt;
	display  : inline-block;
	position : relative;
	top      : 30px;
}
.icon {
	margin: 10%;
	color: white;
    background-color:rgba(86,110,135,0.80);
	padding: 15%;
	border-radius: 15%;
    position: relative;
	transition:0.3s ease-in-out;
}
.icon:hover {
	color: white;
    background-color:rgba(124,147,171,0.80);
}

.icon:after {
    content: "";
	border-radius: 15%;
    width: 100%;
    height: 100%;
    left: -20px;
    top: -20px;
    background-color: grey;
    box-shadow: 0px 0px 5px teal;
    position: absolute;
    z-index: -1;
    transition:0.3s ease-in-out;
}

.icon:hover:after {
    background-color: teal;
    left: 20px;
    top: 20px;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}