@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;
}

h2, a {
	color: #34495E;
} 

h2 {
	font-family: 'Slackey', cursive;
	color: black;
	font-size: 36px;
}

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;*/
}

header {
	background-image:url("../images/door.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 1440px;
	height: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 100px;
}

header, .cta {
	padding: 5%;
}

header h2 {
font-family: 'Slackey', cursive;
font-size:60px;
color:white;
text-align: center;
margin: 0;
padding: 3%;
}

.center {
	margin: 0 auto;
}

.cta {
	background-color: #5ced74;
	padding: .35em 1em;
	display: inline-block;
	border-radius: 18px;
	font-size: 26px;
	text-decoration: none;
	color: #000;
	box-shadow: 5px 5px 10px black;

} /*this is for the green buttons*/

.cta:hover {
color: #fff;
}

.trio{
	width: 1440px;
	background-color: #9dddfb;
	padding: 80px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-shadow: 2px 2px #000;
}

.trio-box {
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 400px;
	padding: 125px 0;
	border-radius: 10px;
	margin: 0 10px;
}

.trio-one{
	background-image: url("../images/skaters.jpg");
}

.trio-two{
	background-image: url("../images/lab.jpg");
}

.trio-three{
	background-image: url("../images/galaxylounge.jpg");
} 



.row-one{
	background-color: #B100CD;
	width: 720px;
	margin: auto 0;
}
.row-two {
	background-color: #27B6AE;
	width: 720px;
	margin: 0 0 0 720px;
}
.row-three{
	background-color: #F9FD50;
	margin: 0 auto;
	width: 720px;
	margin: auto 0;
}

.left-text {
width: 720px;
height: 720px;
padding: 20px;
display: flex;
justify-content: center;
text-align: left;
flex-direction: column;
padding: 100px;
}

.left-text p{
	text-align: left;
	display: flex;
	justify-content: center;
	width: 500px;
	height: 100px;
	margin: -40px 0 350px 20px;
	padding: 55px;
}

.left-text h2{
display: flex;
flex-direction: row;
margin: 0 0 0 75px;
}

.right-image {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-end;
	margin-top: -720px;
}

.row-two {
display: flex;
flex-direction: row-reverse;
}

.right-text {
width: 720px;
height: 720px;
display: flex;
justify-content: center;
text-align: left;
flex-direction: column;
padding: 80px;
}

.right-text p{
	text-align: left;
	display: flex;
	justify-content: center;
	width: 570px;
	height: 100px;
	margin: -80px 0 350px 20px;
	padding: 70px;
}

.right-text h2{
display: flex;
flex-direction: row;
margin: 0 0 20px 90px;
}


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



.largetrio {
	width: 1440px;
	height: 1300px;
	padding: 100px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	background-image: linear-gradient(to bottom, #8F71FF, #8BDFFF);
}

.largetrio, .column {
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	text-shadow: 2px 2px #000; 
}

.column {
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 200px;
	padding: 125px 0;
	border-radius: 10px 10px 0 0;
	margin: 0 10px;
}

.column h4{
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	text-shadow: 5px 5px 2px#000;
	margin: -80px 0 0 0;
	font-size: 60px;
	font-family: 'Lato', sans-serif;
}
.column h3{
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	text-shadow: 5px 5px 2px#000;
	margin: -50px 0 0 0;
	font-size: 60px;
	font-family: 'Lato', sans-serif;
}

.trio-one, .trio-two, .trio-three{
	width: 450px;
}

.largetrio p {
	background-color: white;
	padding: 40px;
	width: 450px;
	height: 800px;
	margin: 0 0 -90px 10px;
	text-shadow: none;
	border-radius: 0 0 10px 10px;
}


.pink {
	color: #F805EB;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-shadow: none;
}



.collage-one, .collage-two {
	height: 288px;
	width: 1440px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.collage-one img, .collage-two img{
	width:288px;
	height:288px;
	display: block;
	flex-direction: row;
	object-fit: cover; /* I used this for this code: https://www.w3schools.com/css/css3_object-fit.asp*/
}

.toprow, .bottomrow {
display: flex;
flex-direction: row;
justify-content: flex-start;
}

.bottomrow {
margin: auto 0;
}



.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;
}
