/* This is a comment*/
body {
	background-image:url("image_1.jpg");
	background-attachment:scroll;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 100% 10%;
}
html {
			scroll-behavior: smooth;
}
.container {
	background-color:white;
	width:100%;
}
h1 h2 {
	font-family: 'Nunito Sans', sans-serif;
}
.column p3 {
	text-align: left;
}
.navi {
	min-height: 120px;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content:space-around;
}
.navi a:link, a:active {
	font-family: 'Nunito Sans', sans-serif;
	color:black;
	text-decoration: none;
}
.navi a:hover{
	color:#0203B0;
	text-decoration: underline;
}
.column {
	background-color: white;
	font-family: 'Nunito Sans', sans-serif;
	text-align: center;
	padding: 3%;
	
}
.column p1 {
	font-size: 23px;
}
h1{
	font-family: 'Nunito Sans', sans-serif, bold;
	padding-top: 100px;
	padding-right: 850px;
	padding-left: 100px;
	color:white;
	padding-bottom: 500px;
	font-size: 40px;
}
.row {
	display: flex;
}
.colors{
	display: flex;
}
p3 {
	text-align:left;
}
.emphasis{
	font-family: 'Nunito Sans', sans-serif;
	padding:50px;
}
img{
	padding: 50px;
}
.lastrow{
	font-family: 'Nunito Sans', sans-serif;
	text-align: center;
	padding: 100px;
}
.purple{
	background-color:#F2DBFF;
}