@charset "UTF-8";
body{
		background-color: #F6F2CB;
	}
	
	img[alt="self"]{
			float: left;
			margin-right: 4%;
			border-radius: 50%;
		}

.img_self{
	width: 20%;
	height: auto;
}

	p,li {
  		font-family: "Halant", serif;
  		font-weight: 400;
  		font-style: normal;
		}

	.star{
	font-size: 1.5em;
	}

	h1 {
	font-family: "DM Serif Text", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 3em;
	color: white;
	text-shadow:
   -1px -1px 0 #3F0332,  
    1px -1px 0 #3F0332,
    -1px 1px 0 #3F0332,
     1px 1px 0 #3F0332;
	}

	.graphic {
  	font-family: "Bellefair", serif;
  	font-weight: 400;
  	font-style: normal;
	}

	.name{
	font-family: "Average", serif;
  	font-weight: 400;
  	font-style: normal;
	}

	.hello{
	font-family: "Average", serif;
  	font-weight: 400;
  	font-style: normal;
	}

	.main {
	background-color: #F6F2CB;
	min-height: 450px;
	display: flex;
	margin-top: 50px;
	}
	
	.aside-left {
	min-width: 60%;
	min-height: 450px;
	padding: 1%;
	box-sizing:border-box;
	list-style: none;
	}

	.aside-right {
	min-width: 40%;
	min-height: 450px;
	padding: 1%;
	box-sizing:border-box;
	list-style: none;
		border-left: 1px solid black;
  		height: 1200px;
  		position:static;
  		left: 10%;
  		margin-left: 10px;
		margin-right: 10px;
  		top: 0;
	}

	.square {
    background-color: #F6F3EB;
    width: 400px;
    border: 5px thin #D3B683;
    padding: 50px;
    margin: 20px;
    text-align: left;
	min-height: 450px;
	margin-top: 50px;
	}

	.contact {
    background-color: #F6F3EB;
    width: 400px;
    border: 5px thin #D3B683;
    padding: 50px;
    margin: 20px;
    text-align: left;
	}

	.year {
	background-color:#F6F3EB;
    width: 80px;
    border: 2px thin #D3B683;
    padding: 0px;
    margin: 0px;
    text-align: left;
	}
	
span {
	background-color: #F6F3EB;
}

@media (max-width:992px) {
	.aside-left {
		display: block;
	}
	
	.aside-right {
		display: block;
	}
	
	.main {
		display: block;
	}
}

