
html{
	scroll-behavior: smooth;
}

@media only screen and (max-width: 767px){


	ul{
		display: none;
	}


	.logo{
	position: relative;
	width: 10vw;
	left: 10vw;
	top: 4vw;
	}

	nav{
		display: block;
		position: fixed;
		width: 100vw;
		height: 15vw;
		background-color: #597d97;
		display: flex;
		z-index: 1000;
		border-bottom: 0.2vw;
		border-style: solid;
		border-color: #4b687d;
	}

	#dropbtn{
		text-decoration: none;
		position: absolute;
		width: 10vw;
		height: 10vw;
		transition: 500ms;
		position: absolute;
		top: 3vw;
		left: 72vw;
	}


	.dropdown {
	  position: relative;
	  display: block;
	}

	.dropdown-content.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
	}

	.dropdown-content a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 4.5vw;
    line-height: 13vw;
    text-align: center;
    border-bottom: 0.3vw solid #fff;
	}


	.dropdown-content {
    position: absolute;
    top: 15vw;
    left: -10vw;
    width: 100vw;
    background-color: #597d97;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 100;
}


	.dropList{
		display: block;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		text-decoration: none;
		color: #fff;
		font-size: 4.5vw;
		text-align: center;
		line-height: 13vw;
		border-bottom: 0.3vw;
		border-style: solid;
		border-color: #fff;
	}



	header{
		background-color: #cbe7fd;
		height: 150vw;
	}

	h1{
		font-size: 20vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		position: absolute;
		top: 36vw;
		left: 12vw;
	}

	h3{
		font-size: 4vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #597d97;
		position: absolute;
		top: 31vw;
		left: 12.5vw;
	}

	.me{
		position: absolute;
		width: 80vw;
		top: 45vw;
		left: 10vw;
	}


h2{
		font-size: 4.5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #000;
		position: absolute;
		top: 130vw;
		left: 12.5vw;
	}


.fb{
		position: absolute;
		top: 128vw;
		right: 38vw;
		width: 12vw;
	}

	.inst{
		position: absolute;
		top: 128vw;
		right: 24.5vw;
		width: 12vw;
	}

	.linked{
		position: absolute;
		top: 128vw;
		right: 11vw;
		width: 12vw;
	}

	section{
		background-color: #cbe7fd;
		height: 100vw;
		text-align: center;
	}

	h4{
		font-size: 11vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		position: relative;
		top: 20vw;
	}

	h5{
		font-size: 5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #597d97;
		position: relative;
		top: 25vw;
	}

	.info{
		font-size: 5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #597d97;
		position: relative;
		top: 30vw;
		text-decoration: none;
	}

	.cont{
		font-size: 6vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		text-decoration: none;
		color: #fff;
		background-color: #597d97;
		padding: 4vw;
		position: relative;
		top: 44vw;
		border-radius: 7vw;
	}

	footer{
		background-color: #597d97;
		text-align: center;
		padding-top: 4vw;
	}

	.fbook{
		position: relative;
		width: 48px;
		margin-bottom: 8vw;
	}

	.insta{
		position: relative;
		width: 48px;
		margin-bottom: 8vw;
	}

	.linkedin{
		position: relative;
		width: 48px;
		margin-bottom: 8vw;
	}

	.footerbuttons{
		display: none;
	}

	.copy{
		position: relative;
		color: #fff;
		font-size: 3vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;	
		text-decoration: none;
		display: block;
		padding-top: 5vw;
		left: 3vw;
		margin-right: 4vw;
		margin-bottom: 3vw;
	}


.squares{
	text-align: center;
	padding-top: 10vw;
}

.projecting{
	width: 80vw;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6vw;
	box-shadow: 5px 5px 5px #A9A9A9;
	transition: 500ms;
	display: block;
}

	.quote{
		font-size: 4vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #000;
		width: 80vw;
}

.smaller{
	width: 80vw;
	text-align: left;
	margin-bottom: 20vw;
	margin-top: 10vw;
	margin-left: auto;
	margin-right: auto;
}

.title{
	font-size: 10vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-bottom: 4vw;
}


.about{
	padding-top: 30vw;
	height: 370vw;
	padding-bottom: 12vw;
}

.metitle{
	position: relative;
	margin-left: 10vw;
	font-size: 14vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-bottom: 2vw;
}

.myinfo{
	font-size: 4.5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 400;	
		text-decoration: none;
		display: block;
		padding-top: 2vw;
		margin-left: 10vw;
		width: 75vw;
		line-height: 5vw;
		margin-bottom: 15vw;
}


span{
	font-size: 5vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;	
}


.contact{
	text-align: center;
	padding-top: 30vw;
	height: 240vw;
	padding-bottom: 12vw;
}


form { 
	margin-bottom: 40px;
	width: 50%;
	margin-left: 10vw;
}

input, textarea { 
	margin-bottom: 2em;
	border-radius: 10px;
	border: solid 2px #597d97;
	font-size: 4vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 400;
	width: 78vw;
	margin-bottom: 8vw;
	height: 8vw;
}

#myName{
	height: 8vw;
}

#myEmail{
	height: 8vw;
}

#myComments{
	height: 30vw;
}

#mySubject{
	height: 8vw;
}

label{
	font-size: 8vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-bottom: 2vw;
		display: block;
		text-align: left;
}

#mySubmit{
	font-size: 8vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #fff;
	height: 14vw;
	width: 80vw;
	background-color: #597d97;
	transition: 300ms;
	cursor: pointer;
}

.contacttitle{
	font-size: 14vw;
	margin-bottom: 4vw;
	margin-left: auto;
	margin-right: auto;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
}

.contactinfo{
	font-size: 4.2vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	color: #597d97;
	width: 83%;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 14vw;
	margin-left: auto;
	margin-right: auto;
}

.services{
	text-align: center;
}

	.conttwo{
		font-size: 5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		text-decoration: none;
		color: #fff;
		background-color: #597d97;
		padding: 4vw;
		position: relative;
		border-radius: 7vw;
	}

	.conttwo:hover{
		scale: 1.08;
		transition: 500ms;
		background-color: #000;
	}

.cta{
	background-color: #cbe7fd;
	height: 170vw;
	margin-bottom: 10vw;
}

.servicestitle{
	font-size: 14vw;
	margin-bottom: 4vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		padding-top: 30vw;
}

.servicesinfo{
	font-size: 4.2vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	color: #597d97;
	width: 83%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14vw;
	line-height: 1.4;
}

#down{
	height: 10vw;
	width: 10vw;
}

.arrows{
	display: block;
	position: relative;
	width: 8vw;
	transition: 500ms;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16vw;
}

.hide{
		display: none;
	}

.titleicon{
		font-size: 10vw;
		margin-bottom: 3vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
}

.icons{
	width: 15vw;
	margin-bottom: 4vw;
}

.iconstwo{
	width: 25vw;
	margin-bottom: 4vw;
}

.iconsthree{
	width: 32vw;
	margin-bottom: 4vw;
}

.iconsfour{
	width: 30vw;
	margin-bottom: 4vw;
}

.iconsfive{
	width: 32vw;
	margin-bottom: 4vw;
}

.iconssix{
	width: 30vw;
	margin-bottom: 4vw;
}
	
.icontext{
	font-size: 4.2vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12vw;
}

.none{
	display: none;
}

.work{
		padding-top: 30vw;
		padding-bottom: 15vw;
	}

	.mywork{
		font-size: 14vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		text-align: center;
	}

	.project{
		font-size: 10vw;
		margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 10vw;
		padding-top: 8vw;
	}

	.projectinfo{
		font-size: 4.5vw;
		line-height: 6vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 400;
		width: 80vw;
		margin-bottom: 8vw;
		text-align: left;
		margin-left: 10vw;
	}

	.projectbtn{
		font-size: 8vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		text-decoration: none;
		color: #597d97;
		padding: 1vw 3vw;
		border: solid 3px #597d97;
		margin-left: 8vw;
		border-radius: 7vw;
		transition: 600ms;
	}

	.projectbtntwo{
		font-size: 8vw;
		margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		text-decoration: none;
		color: #597d97;
		padding: 1vw 3vw;
		border: solid 3px #597d97;
		margin-left: 0.5vw;
		border-radius: 7vw;
		transition: 600ms;
	}

	.projectbtntwo:nth-of-type(3){
		position: relative;
		top: 12vw;
		left: 8vw;
	}

	.projectbtntwo:nth-of-type(4){
		position: relative;
		top: 12vw;
		left: 8vw;
	}


	.bottoms{
		width: 1vw;
		height: 1vw;
		margin-bottom: 20vw;
	}

	.peetslogo{
		width: 10vw;
		margin-left: 5vw;
	}

	.pic{
		position: relative;
		width: 80vw;
		height: 64vw;
		top: 8vw;
		margin-left: 10vw;
		box-shadow: 5px 5px 5px #A9A9A9;
		margin-bottom: 10vw;
	}

	.mee{
		display: none;
	}

	.wrapper{
		background-color: #cbe7fd;
		text-align: center;
	}


	.social{
		align-content: center;
		filter: invert(100%);
	}

	.logotwo{
		width: 15vw;
		margin-bottom: 15vw;
		padding-top: 15vw;
		filter: invert(100%);
	}

	.formtitle{
		font-size: 10vw;
		line-height: 12vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		text-align: center;
		margin-bottom: 6vw;
		width: 70vw;
		margin-left: auto;
		margin-right: auto;
	}

	.forminfo{
		font-size: 4vw;
		line-height: 5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 400;
		margin-left: auto;	
		margin-right: auto;	
		width: 75vw;
		margin-bottom: 20vw;
		color: #597d97;
	}


}

@media only screen and (min-width: 1025px){

	.dropdown{
		display: none;
	}

	.logo{
	position: relative;
	width: 4vw;
	left: 5vw;
	top: 15px;
	transition: 500ms;
}

.logo:hover{
	scale: 1.2;
	transition: 500ms;
}

	nav{
		position: fixed;
		width: 100vw;
		height: 5vw;
		background-color: #597d97;
		display: flex;
		z-index: 9999;
	}

	ul{
		display: flex;
		text-decoration: none;
	}

	.navbutt a{
		display: block;
		text-decoration: none;
		position: relative;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #fff;
		font-size: 1.4vw;
		padding-top: 1.8vw;
		left: 58vw;
		margin-right: 4vw;
		transition: 600ms;
	}

	.navbutt a:hover{
  color: #000;
  transition: 600ms;
  scale: 1.1;
	}



	header{
		background-color: #cbe7fd;
		height: 57vw;
	}

	h1{
		font-size: 12vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		position: absolute;
		top: 10vw;
		left: 27vw;
	}

	h3{
		font-size: 1.6vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #597d97;
		position: absolute;
		top: 8vw;
		left: 27.5vw;
	}

	.me{
		position: absolute;
		width: 42vw;
		top: 15vw;
		left: 29vw;
	}

	h2{
		font-size: 2vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #000;
		position: absolute;
		top: 51vw;
		left: 5vw;
	}

	.fb{
		position: absolute;
		top: 50vw;
		right: 22vw;
		transition: 500ms;
	}

	.fb:hover{
		scale: 1.5;
		transition: 500ms;
	}

	.inst{
		position: absolute;
		top: 50vw;
		right: 15vw;
		transition: 500ms;
	}

	.inst:hover{
		scale: 1.5;
		transition: 500ms;
	}

	.linked{
		position: absolute;
		top: 50vw;
		right: 8vw;
			transition: 500ms;
	}

	.linked:hover{
		scale: 1.5;
		transition: 500ms;
	}

	section{
		background-color: #cbe7fd;
		height: 40vw;
		text-align: center;
	}

	.cont{
		font-size: 1.4vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		text-decoration: none;
		color: #fff;
		background-color: #597d97;
		padding: 1.2vw;
		position: relative;
		top: 18vw;
		left: calc(50% - 6vw);
		width: 10vw;
		border-radius: 2vw;
		transition: 500ms;
		display: block;
		position: relative;
	}

	.cont:hover{
		scale: 1.08;
		transition: 500ms;
		background-color: #000;
	}

	.conttwo{
		font-size: 1.4vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		text-decoration: none;
		color: #fff;
		background-color: #597d97;
		padding: 1.2vw;
		position: relative;
		left: calc(50% - 6vw);
		width: 10vw;
		border-radius: 2vw;
		transition: 500ms;
		display: block;
		position: relative;
	}

	.conttwo:hover{
		scale: 1.08;
		transition: 500ms;
		background-color: #000;
	}

	h4{
		font-size: 4vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		position: relative;
		top: 10vw;
	}

	h5{
		font-size: 1.6vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #597d97;
		position: relative;
		top: 12vw;
	}

	.info{
		font-size: 1.3vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #597d97;
		position: relative;
		top: 14vw;
	}



	footer{
		background-color: #597d97;
		text-align: center;
	}

	.fbook{
		position: relative;
		width: 40px;
		margin-bottom: 2vw;
	}

	.insta{
		position: relative;
		width: 40px;
		margin-bottom: 2vw;
	}

	.linkedin{
		position: relative;
		width: 40px;
		margin-bottom: 2vw;
	}

	.smallbuttons{
		position: relative;
		color: #fff;
		font-size: 1vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;	
		text-decoration: none;
		display: block;
		padding-top: 4vw;
		left: 35vw;
		margin-right: 4vw;
		margin-bottom: 2vw;
	}

	.smallbuttons:hover{
  color: #597d97;
  transition: 600ms;
	}

	.smallbutton{
		position: relative;
		color: #fff;
		font-size: 1vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;	
		text-decoration: none;
		display: block;
		padding-top: 4vw;
		left: 35vw;
		margin-right: 4vw;
}

.squares{
	text-align: center;
	padding-top: 10vw;
}


.projects{
	width: 32vw;
	margin-right: 2vw;
	margin-left: 2vw;
	margin-bottom: 4vw;
	box-shadow: 5px 5px 5px #A9A9A9;
	transition: 500ms;
}

.projects:hover{
	scale: 1.05;
	transition: 500ms;
}

.squares a{
		text-decoration: none;

}

.title{
	font-size: 4vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-bottom: 4vw;
}

.quote{
		font-size: 1.8vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #000;
}

.smaller{
	width: 45vw;
	text-align: left;
	margin-bottom: 20vw;
	margin-top: 10vw;
	margin-left: auto;
	margin-right: auto;
}

.bottom{
	margin-bottom: 20vw;
}


.about{
	padding-top: 15vw;
	height: 70vw;
	padding-bottom: 12vw;
}

.metitle{
	position: relative;
	margin-left: 20vw;
	font-size: 4vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
}

.myinfo{
	font-size: 1.2vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 400;	
		text-decoration: none;
		display: block;
		padding-top: 2vw;
		margin-left: 20vw;
		width: 60vw;
		line-height: 1.5vw;
		margin-bottom: 10vw;
}


span{
	font-size: 1.3vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;	
}


.contact{
	padding-top: 10vw;
	height: 55vw;
	padding-bottom: 12vw;
	text-align: center;
	align-content: center;
}


form { 
	margin-bottom: 40px;
	display: flex; 
	margin-left: 20vw;
}
input, textarea { 
	margin-bottom: 2em;
	border-radius: 10px;
	border: solid 2px #597d97;
	font-size: 18px;
	font-family: 'montserrat', sans-serif;
	font-weight: 400;
	margin-left: 2vw;	
	width: 25vw;
	height: 2.5vw;
}

#myName{
	height: 3vw;
}

#myEmail{
	height: 3vw;
}

#myComments{
	height: 18.5vw;
}

#mySubject{
	height: 3vw;
}

label{
	font-size: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 2vw;	
		margin-bottom: 0.5vw;
		display: block;
		text-align: left;
}

#mySubmit{
	font-size: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #fff;
	height: 4vw;
	width: 25.5vw;
	background-color: #597d97;
	transition: 300ms;
	cursor: pointer;
}

#mySubmit:hover{
	background-color: #000;
	color: #fff;
	transition: 300ms;

}

.contacttitle{
	margin-left: 0;
	font-size: 6vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
}

.contactinfo{
	font-size: 1.2vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	color: #597d97;
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4vw;
	line-height: 1.4;
}


.wrap{
	flex-wrap: wrap;
}

.services{
	text-align: center;
}

.cta{
	background-color: #cbe7fd;
	height: 60vw;
}

.servicestitle{
	font-size: 6vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		padding-top: 15vw;
}

.servicesinfo{
	font-size: 1.2vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	color: #597d97;
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4vw;
	line-height: 1.4;
}

#down{
	height: 10vw;
	width: 10vw;
}

.bigarrow{
	display: block;
	width: 3vw;
	padding-top: 6vw;
	transition: 500ms;
	margin-left: auto;
	margin-right: auto;
}

.bigarrow:hover{
	scale: 1.1;
	transition: 500ms;
}

.icons{
	width: 5vw;
	margin-left: 3.5vw;
	padding-bottom: 2vw;
}

.iconstwo{
	width: 8vw;
	margin-left: 17vw;
	padding-bottom: 2vw;
}

.iconsthree{
	padding-bottom: 2vw;
	width: 11vw;
	margin-left: 16vw
}

.iconsfour{
	width: 8vw;
	padding-bottom: 2vw;
}

.iconsfive{
	width: 10vw;
	margin-left: 15vw;
	padding-bottom: 2vw;
}

.iconssix{
	padding-bottom: 2vw;
	width: 7vw;
	margin-left: 16vw
}

.flex{
display: flex;
}

.titleiconone{
	font-size: 3vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 23vw;
	}

.titleicontwo{
	font-size: 3vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 15.5vw;
	}

.titleiconthree{
	font-size: 3vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 14vw;
	}

	.titleiconfour{
	font-size: 3vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 21vw;
	}

.titleiconfive{
	font-size: 3vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 12.5vw;
	}

.titleiconsix{
	font-size: 3vw;
	margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 13vw;
	}


	.icontext{
	font-size: 1vw;
	line-height: 1.2vw;
	font-family: 'montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	width: 19%;
	margin-bottom: 5vw;
	}

	.left{
		margin-left: 17vw;
	}

	.lefttwo{
		margin-left: 4vw;
	}

	.leftthree{
		margin-left: 6vw;
	}

	.icon{
		margin-left: -1vw;
	}

	.bottom{
		margin-bottom: 5vw;
	}

	.disappear{
		display: none;
	}

	.work{
		padding-top: 15vw;
		padding-bottom: 15vw;
	}

	.mywork{
		font-size: 6vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		text-align: center;
	}

	.project{
		font-size: 3vw;
		margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #000;
		margin-left: 8vw;
		padding-top: 8vw;
	}

	.projectinfo{
		font-size: 1.2vw;
		line-height: 1.5vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 400;
		margin-left: 8vw;
		width: 45vw;
		margin-bottom: 4vw;
	}

	.projectbtn{
		font-size: 1.6vw;
		margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		text-decoration: none;
		color: #597d97;
		padding: 0.5vw 1vw;
		border: solid 3px #597d97;
		margin-left: 8vw;
		border-radius: 6vw;
		transition: 600ms;
	}

	.projectbtntwo{
		font-size: 1.6vw;
		margin-bottom: 2vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		text-decoration: none;
		color: #597d97;
		padding: 0.5vw 1vw;
		border: solid 3px #597d97;
		margin-left: 0.5vw;
		border-radius: 8vw;
		transition: 600ms;
	}

	.projectbtn:hover{
		color: #fff;
		background-color: #000;
		border-color: #000;
		transition: 600ms;
	}

	.projectbtntwo:hover{
		color: #fff;
		background-color: #000;
		border-color: #000;
		transition: 600ms;
	}

	.peetslogo{
		width: 10vw;
		margin-left: 5vw;
	}

	.subway{
		width: 20vw;
		height: 24vw;
		margin-left: 4vw;
		padding-top: 8vw;
	}

	.pic{
		position: relative;
		width: 30vw;
		height: 24vw;
		top: 8vw;
		margin-left: 8vw;
		box-shadow: 5px 5px 5px #A9A9A9;
		margin-bottom: 12vw;
	}

	.no{
		display: none;
	}

	.wrapper{
		background-color: #cbe7fd;
		text-align: center;
	}

	.social{
		align-content: center;
		filter: invert(100%);
	}

	.logotwo{
		width: 5vw;
		margin-bottom: 10vw;
		padding-top: 10vw;
		filter: invert(100%);
	}

	.formtitle{
		font-size: 6vw;
		font-family: 'Anton', sans-serif;
		font-style: normal;
		color: #597d97;
		text-align: center;
		margin-bottom: 2vw;
	}

	.forminfo{
		font-size: 1.5vw;
		line-height: 1.6vw;
		font-family: 'montserrat', sans-serif;
		font-weight: 400;
		margin-left: auto;	
		margin-right: auto;	
		width: 75vw;
		margin-bottom: 17vw;
		color: #597d97;
	}

	.mee{
		padding-top: 8vw;
		width: 35vw;
	}

}
