
html{ 
  margin: 0;
  padding: 0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;
}

h1{
	color: white;
	font-size: 48px;
	font-weight: 500;
  margin: 0;
}

h2{
	font-size: 36px;
	font-weight: 500;

}

h3{
	color: white;
	font-size: 24px;
	font-weight: 500;
  margin: 0;
}

p{
	font-size: 18px;
	font-weight: normal;
  line-height: 2;
}

a{
	text-decoration: none;
	color: black;
	margin: 5px;
}


.image-container{
  display: flex;
  flex-direction: column;
	background-image: url("img1.jpg");
	height: 85vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
  background-position: bottom;
	position: relative;
	margin: 0px;
	border-radius: 0px;
}

.inner-container{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
	width: 100%;
	color: white;
	height: auto;
	margin-top: 120px;
}

.text-wrapper{
  width: 32%;
  margin-right: 7%;
}

.title{
  text-align: left;
}

.subtitle{
  text-align: right;
}

.nav-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-wrapper h2{
  margin-left: 6%;
}

.nav-bar{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
  padding-left: 0;
	color: #000;
  list-style-type: none;
}

.nav-bar-wrapper{
  width: 20%;
  margin: 0 24px;
}

.black{
  color: #000000;
}

.white{
  color: #fff;
}
.white a{
  color: #fff;
}

.dropbtn{
	padding: 16px;
	border:none;
	background-color: #4CAF50
	color: white;
	font-size: 18px;
}

.dropdown{
	position: relative;
	display: inline-block;
	justify-content: flex-end;
}

.dropdown-content{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;

}

.dropdown-content a {
	color: black;
	padding:12px 2px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content{
	display: block;
}

.dropdown:hover .dropbtn{
	background-color: ##e*e41;
}

.project-container{
  display: flex;
  width: 85%;
  margin: 108px auto;
}

.project-text-title{
  background-color: #00598BCC;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: -35%;
  padding: 24px;
}

.project-image-wrapper{
  width: 70%;
}
.project-image-wrapper img{
  width: 100%;
}

.project-text-wrapper{
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 30%;
  height: 100%;
  padding: 48px;
}

.project-text-wrapper p{
  line-height: 2;
  text-align: left;
  padding: 24px 0;
}

.project-text-wrapper button{
  background-color: #00598B;
  border: none;
  width: fit-content;
  width: -moz-fit-content;
  padding: 16px;
}
.project-text-wrapper a{
  color: #fff;
  font-size: 18px;
}

.project2-container{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 100px auto;
}

.project2-text-title{
  background-color: #00598BCC;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: -35%;
  padding: 24px;
}

.project2-image-wrapper{
  width: 70%;
  margin-left: 9%;
}
.project2-image-wrapper img{
  width: 100%;
}

.project2-text-wrapper{
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 30%;
  height: 100%;
  padding: 24px;
  margin-top: -30%;
}

.project2-text-wrapper p{
  line-height: 2;
  text-align: left;
  padding: 24px 0;
}

.project2-text-para {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-top: 22%;
  width: 40%;
}

.project2-text-para p{
  line-height: 2;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 12px;
}

.project2-text-para button{
  width: fit-content;
  width: -moz-fit-content;
  align-self: flex-end;
  padding: 16px;
  background-color: #00598B;
  border: none;
}

.project2-text-para a{
  color: #fff;
  font-size: 18px;
}

/* Project Page - Raffle City */

.raffles-text-wrapper{
  display: flex;
  flex-direction: column;
  margin-top: 4%;
}

.raffles-text-wrapper p{
  align-self: flex-start;
  width: 45%;
  height: 100%;
  padding: 48px;
  padding-left: 400px;
}

.raffles-text-title{
  background-color: #00598B;
  width: fit-content;
  width: -moz-fit-content;
  padding: 24px;
  padding-left: 200px;
}

.banner-image-wrapper{
  width: 100%;

}

.banner-image-wrapper img{
  width: 100%;
}

.raffles-text-wrapper2{
  display: flex;
}

.raffles-text-wrapper2 p{
  color: white;
}

.raffles-para-wrapper{
  background-color: #00598BCC;
  width: 30%;
  height: fit-content;
  height: -moz-fit-content;
  margin-top: 15%;
  margin-left: -15%;
  padding: 24px;
}

.raffle-image-wrapper{
  width: 60%;
  margin-left: 7%;
  margin-top: 10%;
}

.raffle-image-wrapper img{
  width: 100%;
}

.row-image-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 80%;
  margin: 120px auto;
}

.row-image {
  width: fit-content;
  width: -moz-fit-content;
  padding: 24px;
}


.row-image-wrapper img{
  max-height: 210px;
}

.process-container{
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

.process-title{
  background-color: #00598B;
  width: fit-content;
  width: -moz-fit-content;
  padding: 24px;
  padding-left: 24%;
  margin-bottom: 50px;
}

.process-container p{
  margin-left: 10%;
  width: 70%;
  margin-top: 24px;
}

.process-left-wrapper{
  display: flex;
  flex-direction: column;
  width: 70%;
}
.process-left-wrapper img{
  width: 50%;
  align-self: flex-end;
}

.process-left-wrapper p{
  margin-bottom: 60px;
}

.process-right-wrapper{
  display: flex;
  align-items: flex-end;
  width: 30%;
  padding-left: 2%;
  padding-right: 2%;
}

.process-right-wrapper img{
  width: 80%;
  height: 80%;
}

.process-image-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 30%;
}

.process-image-wrapper img{
  width: 100%;
}


/* About Page */

.about-container {
	display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin: 120px 0;
}

.about-container h1 {
	color: black;

}

.container1{
	display: flex;
	flex-direction: column;
  width: 40%;
}

.sub-container1 h1{
	color: black;
}

.video-wrapper{
  width: 40%;
}
.video-wrapper video{
  width: 100%;
}

.container2{
	display: flex;
	flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}

.container2 p{
	margin-top: 15px;

}

.sub-container{
  width: 40%;
}

.sub-container h1{
	color: black;
}

/* Exhibition Page */

.exhibition-container{
  display: flex;
  flex-direction: column;
  width: 85%;
}

.image-wrapper3{
  width: 80%;
  margin-left: 7%;
}
.image-wrapper3 img{
  width: 100%;
}

.text-wrapper3{
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 80%;
  height: 100%;
  padding: 60px;
  
}

.text-wrapper3 h1{
  color: black;
  font-size: 64px;
  margin-left: 39%;
}

.text-wrapper3 p{
  line-height: 2;
  text-align: left;
  padding: 12px 0;
  margin-left: 55%;
}

.exhibition-container2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin-top: 48px;
  margin-left: 7%;
  margin-bottom: 72px;
}

.exhibition-container2 button{
  background-color: #00598B;
  border: none;
  width: fit-content;
  width: -moz-fit-content;
  padding: 16px;
}

.exhibition-container2 a{
  color: white;
  font-size: 18px;
}

.exhibition-container2 h1{
  color:black;
}

.ticket-container{
  display: flex;
  flex-direction: column;
  width: 30%;
  list-style-type: none;
}

.pricing{
  padding: 0;
}

.exhibition-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 12px 0;
}

.image-wrapper4{
  width: 80%;
}

.image-wrapper4 img{
  width: 100%;
}

.location-container{
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: 33%;
}

.text-wrapper4 h1{
  margin-bottom: 2%;
  color: black;
}

.text-wrapper5{
  margin-top: 36px;
  margin-bottom: 36px;
}

.schedule{
  padding: 0;
  width: 40%;
}

.schedule-text-wrapper{
  margin-top:2%;
  display: flex;
  width: 100%;
  flex-direction: row; 
  justify-content: space-between;
}

.schedule-text-wrapper2{
  margin-bottom: 1%;
  display: flex;
  width: 40%;
  flex-direction: row; 
  justify-content: space-between;
}

/* Citation Page */

.citation-container h1{
  color: black;
}

.citation-container{
width: 85%;
margin-right: 50px;
}

.citation-title{
  display: flex;
  margin-left: 5%;
}
.citation-list{
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  list-style-type: none;
}

.mockup-image-container{
  width: 100%;
}

.mockup-image-wrapper{
  margin: 5%;
}

.mockup-image-wrapper img{
  width: 100%;
}

.mockup-wrapper1{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 80%;
  
}

.mockup-wrapper2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  padding-top: 48px;
}

.mockup-wrapper3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.mockup-wrapper4{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
}

.mockup-wrapper5{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
}

.mockup{
  width: 48%;
}

.mockup img{
  width: 100%;
}


.wire-title{
  margin: 7% 0;

}

.mockup-title{
  margin: 7% 0;
}

.mockup-title-container{
  margin: 7% 0;
}

footer{
	background-color: #00598B;
	color: white;
	display: flex;
	justify-content: space-between;
  align-items: center;
}

footer p{
  margin-left: 1%;
}

footer a{
	color: white;
  margin-right: 2%;

}