

html, body {
  width: 99%;
  height:100%;
}

body {
    background-color: rgb(214, 188, 210);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}







a{
	text-decoration: none;
	color: black;
	text-align: center;
}

#menu{
	text-align: right;
	margin: 50px;
	padding: 20px;
	font-size: 35px;
	position: sticky ;
	word-spacing: 30px;	
	letter-spacing: 1px;
	display: flex-left;
	position: relative;
	
}

a{
	cursor: pointer;
}

a:hover{
	color: orange;
}



#menu span{
	position: sticky;
}


#text-main span{
	color: black;
	
}

#socials{
	text-align: left;
	size: 5px;
}

#text-main{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 30px;
	text-align: left ;
	color: white;
	
	padding-top: 120px;
	text-decoration: bold;
	padding: 20px;
	word-spacing: 5px;
}

#text-main h3{
	text-align: right;
	
	font-weight: 200;
	padding: 20px;
}

#text-main h2{
	text-align: left;
	
	font-weight: 300;
	padding: 20px;
}

#title{
	text-align: center;
	font-size: 40px;
	padding: 25px;
	background-color: #3e5c7a87;
	color: White;
}

#title span{
	color: orange;
	font-size: 60px;
}

#prjcts a{
	color: white;
	
}

#footer {
	
	left: 0;
	bottom: 0;
	width: 99%;
	background-color: #302a4200;
	color: white;
	text-align: center;
	font-size: 25px;
	padding: 10px;
	
}

#footer span a{
	padding: 30px;
}	

#footer p address{
	color: white;
}

#prjcts a:hover{
	color: orange;
	
	
}

#prjcts{
	opacity: 50;
	
}

ul{
	list-style: none;
}

li{
	margin: 22px;
	letter-spacing: 1px;
}

#dropdown {
	display: none;
	position: absolute;
	background-color: white;
}

#dropdown.active {
	display: block;
}


/* PROJECT PHOTOS*/

#photo1{
	width: 100%;
}

.photos{
	font-size: 45px;
	background-color: rgb(247, 238, 188);
}

.photos2{
	font-size: 100px;
	color: rgb(247, 238, 188);
}