* {
	margin:15px;
}

@font-face {
	font-family: 'KBTroubledSoul';
	src: url('../Data/fonts/KBTroubledSoul.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'Duepuntozero';
	src: url('../Data/fonts/Duepuntozero-ExtraLight-Trial.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

section {
	font-size:18px;
	margin:15px;
	font-family:'Duepuntozero', sans-serif;
}

body {
	background: lightpink;
	text-align:center;
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

div {
	margin:15px;
	margin-top:20px;
	margin-bottom:20px;
}

h1 {
	margin-top:35px;
	font-family:"KBTroubledSoul", sans-serif;
	font-size:67px;
	letter-spacing: 3.5px;
	word-spacing: 1px;
	line-height: 110px;
}

h2 {
	font-family:"KBTroubledSoul", sans-serif;
	font-size:36px;
	margin-bottom: 30px;
}



nav#MAIN {
	margin-top:90px;
}

nav#MAIN li {
	display: inline-block;
	border: 8px dotted #6693F5;
	background: #FCA3B7;
	padding: 7px;
	font-size:16px;
	font-family:'Duepuntozero', sans-serif;
}

nav#MAIN img {
	display:flex;
	flex-direction:column;
	border: 10px dotted #6693F5;
	margin:10px;
	margin-top: 30px;
	margin-bottom:80px;
	width:90%;
	margin-right:5%;
	margin-left:5%;
}



div#ONE {
	display: inline-block;
	border:10px dotted indianred;
	padding: 20px;
	background: lightcoral;
	background-clip: padding-box;
	text-align: left;
	margin-top:100px;
}

div#ONE section {
	padding: 20px;
}

div#ONE p {
	line-height: 30px;
}

div#ONE img {
	float: right;
	width: 350px;
	padding:12px;
}



div#TWO {
	display: flex;
	border:10px dotted darkmagenta;
	padding: 20px;
	background: violet;
	background-clip: padding-box;
	flex-direction: row;
	margin-top:120px;
}

div#TWO img {
	float:left;
	width: 350px;
	height:350px;
	margin-left:180px;
}

div#TWO section {
	padding: 20px;
	display: flex;
	flex-direction:column;
}

div#TWO h2 {
	line-height: 30px;
	margin:10px;
}

div#TWO p{
	line-height: 20px;
	} 

div#TWO li{
	line-height: 20px;
}



div#THREE {
	display: inline-block;
	border:10px dotted mediumpurple;
	padding: 20px;
	background: plum;
	background-clip: padding-box;
	text-align: center;
	margin-top:120px;
	margin-bottom: 120px;
}

div#THREE section {
	display:flex;
	flex-direction:column;
}

div#THREE p{
	line-height: 30px;
}

div#THREE li.has-border {
	border: solid mediumpurple;
	background: mediumpurple;
	line-height: 30px;
}

img#THREE1 {
	float: left;
	width: 300px;
	margin-left: 180px;
}

img#THREE2 {
	float: right;
	width: 350px;
	margin-right: 130px;
}



div#FOUR {
	display: inline-block;
	border:10px dotted mediumslateblue;
	padding-top: 30px;
	padding-bottom: 25px;
	background: mediumpurple;
	background-clip: padding-box;
	text-align: left;
	column-count: 2;
}

div#FOUR h2 {
	padding-left: 45px;
}

div#FOUR li {
	line-height: 25px;
	padding: 5px;
}



div#FIVE img {
	margin-top:150px;
	width:1100px;
	border:10px dotted white;
}



div#SIX p {
	margin-top:150px;
	margin-bottom: 40px;
	text-align:center;
	font-size:16px;
	line-height:20px;
}
