/* Define Stuffs */

@font-face {
    font-family: 'IBMPlexMono-Regular';
    src: url('IBMPlexMono.woff2') format('woff2');
    src: url('IBMPlexMono.woff') format('woff');
    src: url('IBMPlexMono.ttf') format('truetype');
    font-style: normal
}

* {
    font-family: 'IBMPlexMono-Regular';
    color: white;
    font-weight: 380;
}

li {
	list-style-type: none;
	margin: 5px 0px;
}

hr { display: block;
	width: 450px;
	height: 2px;
	border: 0;
	border-top:
	3px solid #aaa;
	margin: 1em 0;
	padding: 0;
}

body {
    background-color: #391460;
    background-image:  linear-gradient(30deg, #531072 12%, transparent 12.5%, transparent 87%, #531072 87.5%, #531072), linear-gradient(150deg, #531072 12%, transparent 12.5%, transparent 87%, #531072 87.5%, #531072), linear-gradient(30deg, #531072 12%, transparent 12.5%, transparent 87%, #531072 87.5%, #531072), linear-gradient(150deg, #531072 12%, transparent 12.5%, transparent 87%, #531072 87.5%, #531072), linear-gradient(60deg, #53107277 25%, transparent 25.5%, transparent 75%, #53107277 75%, #53107277), linear-gradient(60deg, #53107277 25%, transparent 25.5%, transparent 75%, #53107277 75%, #53107277);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 20px;
    font-size: 145%;
}

/* IDs */

#pp {
    height: 500px;
    padding-top: 20px;
}

/* Classly boyos */

.platforms {
	margin: 0;
	margin-left: auto;
	text-align: left;
	padding: 0px 20px;
}

.platforms > li, .handles > li {
	font-size: 1em;
}

.break {
	margin-top: 40px;
	margin-bottom: 0px;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(23, 22, 24, 0.8);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: 600px;
}

.contactDiv {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    justify-content: center;
}
.contactDiv > div {
    flex-grow: 1;
}

.details {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
    white-space: initial;
    text-align: center;
}

.bio {
    margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
    white-space: initial;
    text-align: center;
}

.flex {
    display: flex;
}

.footerTop {
	margin-top: 25px;
	margin-bottom: 15px;
}

.footerMiddle {
	margin: 0px;
}

.footerMiddle2 {
	margin: 0px;
    color: #7e7e7e;
    font-size: 85%;
}

.footerBottom {
	margin-bottom: 30px;
	margin-top: 15px;
}

.subhead {
	font-size:140%;
	color: #05a8d0;
	margin-top: 30px;
    /* #00b1dd */
}

.handles {
	margin: 0;
	margin-right: auto;
	text-align: right;
	padding: 0px 20px;
}

/* Extras */

@media screen and (max-width: 670px) {
	body {
		font-size: 100%;
	}
	hr {
		width: 290px;
	}
    #pp {
        height: 340px;
    }
	.contactDiv {
		width:340px;
	}
    .content {
	    width: 340px;
    }
}
