@font-face {
	font-family: 'Aero Matics';

	src: url('../font/Aero Matics Regular.ttf');
	}

* {
  font-family: 'Aero Matics', sans-serif;
  font-size: 16px;
}	


.biodiv div {
    display: flex;
    flex-direction: row;
}



#image1{
	height: 50px;
	width: 50px;
	overflow:hidden;
	
}

#image2{
	height: 25px;
	width: 25px;
	overflow:hidden;
	
}

#image3{
	height: 100px;
	width: 100px;
	overflow:hidden;
	
}

#twitch-embed{
    margin: auto;
    width: 75%;

	
}

#info_item{
    display: flex;
    margin-top: 50px;
    font-size: 24px;

    margin-bottom: 20px;
}
#left_info{
    margin-right: 25px;

    
}

#info_img{
    border: white 2px solid;
    
}

.ffv{
    width: 40%;

    
}

/*

#header1 {
	padding: 75px;
	height: 75px;
	border: 5px solid #6eb295;
	margin: 12px;
	display: block;
}

#sidebar1{
	height: 500px;
	border: 5px solid #62a3c1;
	width: 100px;
	margin: 2px:
	
	
	
	
}


iframe {
    width: 300px;
    height: 100px;
    position: absolute;
    top: 550px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


#testimage {
    position: absolute;
	display: block;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
		
}
div.text1 {
	text-align: center;
	position: relative;
    margin: auto;
		
}
*/

.project_row {
    width: 1200px;
    
    display: -webkit-box;
    margin-bottom: 50px;
}
.project_entry {
    border: 8px solid #808080;
    width: 350px;;
    margin-left: 50px;
    height: 268px;
}
.project_image_div {
    
    height: 150px;
    overflow: hidden;
    
}
.project_image {
    /* border: 2px solid #00AAAA; */
    
}
.project_text {
    background-color: #111111;
    height: 100px;
    font-size: 20px;
    text-align: center;
    
}


.project-row-spacing {
  --bs-gutter-x: 12rem; /* Horizontal space between the 2 columns */
  --bs-gutter-y: 6rem; /* Vertical space between the rows */
}
.project-row-spacing2 {
  --bs-gutter-x: 6rem; /* Horizontal space between the 2 columns */
  --bs-gutter-y: 6rem; /* Vertical space between the rows */
}

.card-text { 
font-size: 20px;
}