@font-face{
	font-family:'Lexend';
	src: url('fonts/Lexend-VariableFont_wght.ttf');
}

html,body{
	color: #ac3838;
	border: none;
	margin: none;
	font-family: 'Lexend','arial','sans-serif';
	font-size: 1em;
	letter-spacing: 1px;
}

h1{
	color: #8b2425;
	/*font-family: 'League Gothic','arial','sans-serif';*/
	font-size: 3.2rem;
	margin: 0px;
}

h2{
	color: #8b2425;
	/*font-family: 'League Gothic','arial','sans-serif';*/
	font-size: 1.98rem;
	margin: 0px;
	letter-spacing: 2px;
}

h3{
	color: #8b2425;
	/*font-family: 'League Gothic','arial','sans-serif';*/
	font-size: 1.3rem;
	margin: 0px;
	letter-spacing: 2px;
	font-weight: normal;
}

img{
	border: none;
}

hr{
	border: 0;
	width: 80%;
	color: #8b2425;
	background-color: #8b2425;
	height: 3px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.hrlite{
	height: 1px;
}

ul{
	margin: 0px;
}

a{
	text-decoration: underline;
	color: #ba4444;
	font-size: 1rem;
}

a:link,a:visited{
	text-decoration: underline;
	color: #ba4444;
}

a:active{
	outline: none;
}

a:hover{
	text-decoration: none;
	color: #ba4444;
	-webkit-animation: expando 2s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: ease-in-out;
    animation: expando 2s infinite; /* Standard syntax */
	animation-timing-function: ease-in-out;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes expando {
    50% {letter-spacing: 1.5px;}
}

/* Standard syntax */
@keyframes expando {
    50% {letter-spacing: 1.5px;}
}

iframe{
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	padding-top: 35px;
	padding-left: 30px;
}

#topbar{
	position: relative;
	top: -10px;
	left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	background-color: white;
	display: none;
}

main{
	position: relative;
	top: -10px;
	left: 220px;
	width: 80%;
	padding-top: 50px;
	padding-left: 50px;
	background-color: white;
}

@media only screen and (max-width: 1100px){
	main{
		left: 0px;
		width: 100%;
		padding-left: 0px;
	}
	
	#sidebar{
		display: none;
	}
	
	#topbar{
		display: block;
	}
	
	#topbar-links{
		top: -50px;
	}
}

@media only screen and (max-width: 400px){
	#topbar{
		width: 250px;
	}
	
	#topbar-links{
		top: -20px;
	}
}

.left-padded-text{
	padding-left: 2rem;
}

#topbar-links{
	position: relative;
	float: right;
	padding-right: 40px;
}

.projects-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
	margin-top: -30px;
}

.project{
	padding: 2rem;
	width: 600px;
}

.blockquote{
	position: relative;
	left: 50px;
	font-family: 'arial','sans-serif';
	color: #8b2425;
	font-size: 11px;
	line-height: 1;
}

.boxart-mini{
	width: 150px;
	padding: 5px;
}

.contact-icon{
	width: 16px;
}

#leftstripe{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	background-color: #ba4444;
}

#legal-text{
	text-align: center;
	font-size: small;
	margin-top: -20px;
}