
 @import url("https://use.typekit.net/bij1wek.css");
*{
	border: 0px solid red;
}
body{
	overflow-x: hidden;
	background-color: #F8F0E3;
	font-family: obliqua,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.2em;
	
}
footer{
	z-index: 5!important;
}
#avatar{
	z-index: 1;
	position: absolute;
	top:90vh;
	left:-420px;
}
.header{
	font-family: brother-1816, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(4vw + 2vh + 1vmin);
	text-transform: uppercase;
	color:#566e87!important;

}
.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;
}
.menu{
	font-family: brother-1816, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6em;
	margin-top: 0.3em;
}
.hero-divider {
    background-color: #F8F0E3 !important;
    width: 100%;
    height: 2px;
}
.menu-block{
	min-width: 30vw;
}
.logo{
	margin-top: -20px;
}
.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: #F8F0E3 !important;
}
.color-accent-bright{
	color: #c4d82e !important;
}
.background-color-accent{
	background-color: #F8F0E3!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;
}