
html {
	scroll-behavior: smooth;
	font-family: 'Montserrat', sans-serif;
}
p,h1,h2{
	color: white;
}
p {
	font-size: 16px;
	font-style: medium;
	font-family: montserrat;
}
h1 {
	font-size: 50px;
	font-style: bold;
	font-family: montserrat;
}
h2 {
	font-size: 20px;
	font-style: bold;
	font-family: montserrat;
}
body {
	background-color: #20689E;
	margin: 0;
}

nav.indicators{
	position: fixed;
	left: 40px;
	top: 405px;
	margin-top:-10px;
}
nav.indicators ul{
	display: inline;
	padding: 20px;
	position: fixed;
}

nav.indicators ul li{
	display: block;
	width: 20px;
	border-radius: 10px;
	margin: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

nav.indicators ul li:hover {
	background-color: #ffffff;
	opacity: 1;
}

.section1{
	margin: 0;
	padding-bottom: 200px;
	background-color: #20689E;
}
.menu img {
	margin-top: 0px;
	margin-left: 60px;
	position: fixed;
}
.menu ul {
	list-style-type: none;
	position: fixed;
	top: 0px;
	right: 40px;
}
.menu li {
	display: inline-block;
	padding: 30px;
	float: right;
}
.menu li a {
	text-decoration: none;
	font-family: montserrat;
	color: white;
	font-style: medium;
	font-size: 20px;
}
.menu li a:hover {
	opacity: 50%;
}
.halo img {
	position: absolute;
	top: 200px;
	left: 310px;
}
.halo h1{
	margin-top: 30px;
	float: center;
	padding-top: 270px;
	padding-left: 80px;
	text-align: center;
}

.halo h2{
	margin-top: 30px;
	float: center;
	text-align: center;
}
.chat {
	float: right;
	position: fixed;
	right: 30px;
	top: 250px;
}
.chat h2 {
	transform: rotate(90deg);
}
#box {
	width: 3px;
	height: 200px;
	background-color: white;
	position: absolute;
	top: 100px;
	right: 43px;
}
.open-button{
	position: absolute;
	right: 30px;
	top: 330px;
	cursor: pointer;
}
.open-button:hover {
	opacity: 80%;
}
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
 }

.form-container {
	background-size: 300px 350px;
	background-image: url("chatbox.png");
	width: 300px;
	height: 350px;
	margin-bottom: 30px;
	margin-right: 30px;

}
.chat-popup img {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 250px;
}
.msgs {
	font-family: montserrat;
	font-size: 12px;
	width: 250px;
	height: 40px;
	position: absolute;
	bottom: 50px;
	left: 25px;
	background-image: url("text.png");
	background-size: 250px 40px;
	background-repeat: no-repeat;
}

textarea {
	resize: none;
	border-style: none;
}

.btn {
	background-image: url("send.png");
	width: 39px;
	height: 39px;
	background-size: 39px 39px;
	cursor: pointer;
	position: absolute;
	bottom: 51.5px;
	right: 55px;
	border-style: none;
}
.btn-cancel {
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-image: url("close.png");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	position: absolute;
	right: 45px;
	top: 15px;
	border-style: none;
}

.section2 {
	background-color: #FFC157;
	margin: 0;
	padding-top: 230px;
	padding-bottom: 280px;
	padding-left: 380px;
	padding-right: 330px;
}

.dreamcars {
	padding-left: 160px;
	padding-top: 50px;
}
#featured {position:relative;}
#featured .dreamcars,
#featured .isi {transition: opacity 0.3s ease-in-out;}
#featured .isi {position:absolute; top:0; left:80px; opacity:0;}

#featured:hover .dreamcars {opacity:0.3;}
#featured:hover .isi {opacity:1;}

.isi {
	text-align: center;
}
.isi a{
	text-decoration: none;
}
.isi a:hover{
	opacity: 50%;
	text-decoration: underline white;
}

.section3 {
	margin: 0;
	padding-top: 230px;
	padding-bottom: 250px;
	padding-left: 300px;
	padding-right: 150px;
}

#ask {position:relative;}
#ask .imageask,
#ask .answer {transition: opacity 0.3s ease-in-out;}
#ask .answer {position:absolute; top:0px; left:180px; opacity:0;}

#ask:hover .imageask {opacity: 0.5;}
#ask:hover .answer {opacity:1;}

.footer {
	padding-left: 300px; 
	padding-bottom: 70px;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	display: inline;
	margin-left: -40px;
	padding-right: 60px;
}
.footer ul li:hover {
	opacity: 80%;
}