/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
svg {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2E2A33;
}

#userPhoto {
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px auto;
    border-radius: 20%;
}

#userName {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin: 0 auto;
}

#userName p {
    font-weight: 300;
    margin-top: 5px;
    text-transform: none;
}

i.fa {
    margin-right: 0.3rem;
}

#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 20px auto;
}

.link {
    display: block;
    background-color: rgba(66, 110, 255, 0.2);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border-radius: 10px;

}

.link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000000;
    border: none;
}

.mission {
	margin-top: -5vw;
	padding-top: 9vw;
	padding-bottom: 9vw;
	background: #FCF7FF;
	width: 100%;
}
.title {
	position: absolute;
	left: 50vw;
	top: 45vh;
    transform: translate(-50%, -50%);
	text-anchor: center;
}

.text-dark {
	color: #2E2A33;
}

.text-mid {
	color: #544f5e;
}

.text-light {
	color: #FCF7FF;
}

.fsize-h {
	font-size: 7vw;
	line-height: 6vw;
}

.fsize-l {
	font-size: 5vw;
}

.fsize-m {
	font-size: 2.5vw;
}

.subtitle {
	margin-top: -1vw;
}

.title-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

.body-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.scroll-nice::-webkit-scrollbar {
		width: 7px;
	}

	.scroll-nice::-webkit-scrollbar-track {
		background: #FAFAFA;
	}
	 
	.scroll-nice::-webkit-scrollbar-thumb {
		background: #616161; 
	}



