@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/OpenSans-CondLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/OpenSans-CondBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: italic;
    font-weight: 300;
    src: url(fonts/OpenSans-CondLightItalic.ttf) format('truetype');
}

button:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    color: #fff;
    font-family: 'Open Sans Condensed', Arial, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    background-color: #000;
}

body::before {
    content: "";
    background: url(/images/bg.jpg) no-repeat center center fixed;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
  }

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.ismobile {
    display: none;
}

.list-inline-item span {
    font-weight: bold;
    font-size: 23px;
    position: relative;
    left: -41px;
    top: -4px;
    text-decoration: none;
    display: inline-block;
}

#rotate-container {
    display: none;
    margin: auto;
}

#rotate-container-info {
    font-size: 30px;

}

#rotate-container-info i {
    -webkit-animation:spin 1s ease-in-out;
    -moz-animation:spin 1s linear;
    animation:spin 1s linear;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
@-moz-keyframes spin {
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
@keyframes spin { 
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}

#mainwrapper {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow-y: scroll;
}

#maincontainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: relative;
}

#portrait {
    margin-top: 60px;
    background: url("/images/profilepic-hp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    height: 42vh;
    max-height: 405px;
}

#content {
    position: relative;
    margin: auto;
}


#fullname {
    text-transform: uppercase;
    font-weight: normal !important;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0, 0.1);
    letter-spacing: 0.3em;
    display: block;
    font-size: 5em;
    text-align: center;
}

#quote {
    display: inline-block;
    justify-content: center;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 0 10px;
    max-width: 900px;
}

#quote-text {
    color: #fff;
    font-size: 32px;
}

.row {
	margin: 0 !important;
}

#footer {
    pointer-events: auto;
}

#footer ul {
	max-width: 550px;
}

#footer ul li a {
	color: #fff;
}

.particles-js-canvas-el {
    height: 100vmax !important;
    z-index: 0;
}

/* Mobile */
@media (min-width: 1300px) {
	.ismobile {
		display: inline;
	}
	.notmobile {
		display: none;
	}
}
@media (max-width: 700px) {
	#portrait {
		height: 35vh;
		margin: 20px 0 0 0;
	}

	#fullname {
		font-size: 12vw
	}

	#quote-text {
	    	font-size: 4.8vw !important;
	}

	#quote-author {
                font-size: 2.8vw !important;
        }
}

@media (max-width: 450px) {
	#footer ul li a i {
		font-size: 2em !important;
	}

    .list-inline-item span {
        font-size: 14px;
        left: -27px;
        top: -4px;
    }
}
span.d0 {display:none;}
