@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Slackey&display=swap');

*{
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
	margin: 0;
	background-color: #ECECEC;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #34495E;
} 

h2 {
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 50px;
	line-height: 1.2;
	text-shadow: 3px 7px 9px #000;
}

p {
	font-family: 'Lato', sans-serif;
	color: black;
	font-size: 20px;
}

.topnav {
	width: 1440px;
	background-color: #fff;
	margin: 0 auto;
	justify-content: space-between;
	padding: 20px 0;
	/*border: 1px solid #a2a2a2;*/
}

.topnav, .main-nav {
	display: flex;
}

.main-nav{
	margin: 0 auto;
	padding: 10px 0;
}

.main-nav a:hover {
	color: #FF0ABA;
}

.logo {
	margin: 0;
	padding-left: 100px;
	/*border: 1px solid #a2a2a2;*/
}

.main-nav a {
	padding: 10px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	/*border: 1px solid #a2a2a2;*/
}


.together {
	background-image: linear-gradient(to bottom, #8F71FF, #8BDFFF);
	width: 1440px;
	height: 3100px;
	margin: 0 auto;
	padding: 120px;
}


.page {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 90px 0;
}

.party{
	flex-direction: row;
}

.right-text {
background-color: white;
width: 720px;
height: 900px;
display: flex;
margin: auto 0;
justify-content: center;
flex-direction: column;
padding: 80px;
border-radius: 0 10px 10px 0;
}


.right-text p{
	text-align: center;
	font-size: 15px;
	display: flex;
	justify-content: center;
	width: 570px;
	height: 900px;
	padding: 50px;
}

.right-text h2{
display: flex;
flex-direction: column;
font-size: 90px;
text-align: center;
margin: 200px 0 -20px 0;

}

.left-image {
	width: 1440px;
	margin: auto 0;
	display: flex;
	justify-content:flex-start;
}

img{
	border-radius: 10px 0 0 10px;
	object-fit: cover; /* I used this for this code: https://www.w3schools.com/css/css3_object-fit.asp*/
	
}

.two img {
	object-position: 47%; /* I used this for this code: https://www.w3schools.com/css/css3_object-position.asp*/
}

.three img{
	object-position: 15%; /* I used this for this code: https://www.w3schools.com/css/css3_object-position.asp*/
}

.funtazmic {
	text-align: center;
}

.pink {
	color: #F805EB;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-shadow: none;
	margin: -50px 0 190px 190px;
}

.footer {
	background-image: linear-gradient(to bottom, #B100CD, #FC55CD);
	width: 1440px;
	height: 550px;
	display: flex;
	flex-direction: column;
	margin: auto 0;
}

.footer p{
	color: white;
	font-family: 'Lato', sans-serif;
}
.align {
	width: 1440px;
	margin: 0 0 0 65px;
	display: flex;
	flex-direction: row;
}

.copyright {
	color: white;
	width: 1440px;
	text-align: center;
	align-content: center;
	margin: 80px 0 0 0 ;
}

.footer, .align {
	font-size: 20px;
}

.footer, .copyright {
	font-size: 10px;
}

.logo2 {
	align-content: center;
	margin: 90px 0 60px 580px;
}

.align-left p{
	text-align: left;
	margin: 20px 0 0 70px;
}

.align-center p{
	text-align: center;
}

.align-right p {
	text-align: right;
}

