@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	background-color: #DFD8D2;
	margin: 0;
}

h1{
	text-align: center;
	font-family: 'Lobster', cursive;
	width: 50%;
	float: left;
	font-size: 3em;
    font-weight: normal;
}

h2{
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 2em;
}

h2 a{
	text-decoration: none;
	color: black;
}

img{
	max-width: 100%;
	height: auto;
}

header{
	padding: 30px;
}

header .container{
	display: flex;
	  justify-content: space-between;

}

header #home{
	order: 1;
	align-self: center;
	/*width: 25%;
	float: left;*/
}

header h1{
	order: 2;
	align-self: center;
}

header .date{
	order: 3;
	align-self: center;
	/*width: 25%;
	float: left;
	text-align: right;*/
}

header #headerImage{
	clear: both;
	width: calc(100% + 60px);
    margin-left: -30px;
	padding-top: 2vh;
}

header #headerImage img{
	width: 100%;
	height: auto;
}

main{
	margin: 0 calc(100vw/6);
}

main .about p{
	margin-top: -20px;
}

main .about .left{
	width: 35%;
	float: left;
	padding-right: 5%;
	position: relative;
	padding-bottom: 30px;
}

main .about .right{
	width: 60%;
	float: left;
}

main .about .left img{
	width: 100%;
	height: auto;
}

.process1{
	margin-left: -10%;
    width: 50% !important;
    float: left;
}

.process2{
	margin-left: -7.5%;
    margin-top: 25%;
    width: 40% !important;
    float: left;
}

.butterfly{
	position: absolute;
    left: 40%;
    top: 5%;
}

/*About*/
main#about .title{
	position: relative;
}

main#about .butterfly{
	left: 0;
    top: -65px;
    transform: rotate(90deg);
}

.description{
	margin: 50px 0 30px 0;
}