
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: 100px;
	height: 500px;
	background-color: #AB3535;
}
.menu img {
	margin-top: 30px;
	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%;
} 

.image img {
	position: absolute;
	top: 250px;
	left: 550px;
}
.image h1 {
	position: absolute;
	top: 400px;
	left: 530px;
}

#me {position:relative;}
#me .image,
#me .about {transition: opacity 0.3s ease-in-out;}
#me .about {position:absolute; top:400px; left:200px; opacity:0;}

#me:hover .image {opacity:0;}
#me:hover .about {opacity:1;}

.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: #AB3535;
	margin: 0;
	padding-top: 200px;
	padding-bottom: 280px;
	padding-left: 300px;
}

.edu {
	padding-top: 50px;
}
.text {
	position: absolute;
	padding-left: 100px;
}

.footer {
	padding-top: 180px;
	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%;
}