/* Style Settings */
@import url('./media/fonts/karla/karla.css');
:root {
    --bgColor: #f6f6f6;
    --accentColor: #424242;
    --font: 'Karla', sans-serif;
}

body {
    background-color: var(--bgColor);
	width: auto;
	height: 100%;
}

#userPhoto {
    width: 100px;
    height: auto;
    display: block;
    margin: 35px auto 20px;
}

#userPhotoTitle {
    color: black;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userPhotoCaption {
    color: black;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName {
    color: black;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links {
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
}

#legalFooter {
	position: fixed;
	bottom: 0.5%;
	text-align: center;
	width: 100%;
}

.link {
    display: block;
    background-color: var(--accentColor);
    color: var(--bgColor);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    border: solid var(--accentColor) 2px;
	box-shadow: 2px 2px 1px black;
	border-radius: 100px;
}

.link:hover {
    background-color: var(--bgColor);
    color: var(--accentColor);
}

/* ---- particles.js container ---- */

#particles-js {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -10;
}

canvas {
	display: block;
	vertical-align: bottom;
}

.swal2-popup {
	font-family: var(--font);!important
}

#legalElement {
	font-family: var(--font);
	text-decoration: none;
	color: #969696;
	font-size: 0.9em;
	font-stretch: ultra-condensed;
}
