*{
	margin: 0;
}

body{
	overflow-x: hidden;
  margin-top: 8%;
}
/*NAVBAR*/

.sticky {
    position:fixed;
    top:0;
}

#navbar {
  z-index: 10000000;
  background-color: #061A2C;
  width: 100%;
  display:block;
  transition: top 0.3s;
  margin-bottom: 50px;
}

#navbar .nav-link {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 10px 5px 10px;
  margin: 8px 25px 7px 0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.nav-link{
    border-radius: 5%;
}

#navbar a:hover {
  background-color: #ddd;
  color: #061A2C;
}

particles-js{
	 
  background-color: #777;
  background-image: url('eee_cover.jpg');
  background-size: 1350px 500px;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #ddd; 
 }

 .dropdown-item{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #061A2C;
 }

.dropdown-item:hover{
  color: #ddd !important;
  background-color: #061A2C !important;
 }

/* ----------------------------------------------------------------- */

.container{
	display: flex;
	flex-direction: column;
	
}

.content{
	padding: 5px;
}

.slideshow{
	padding: 5px;
	height: auto;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}


.heading{
	font-family: 'Montserrat', sans-serif;
	color: #061A2C;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 1.8em;
}

.text{
	margin: 5px auto;
	font-size: 20px;
	margin-bottom: 15px;
}


.carousel-inner img{
	height: 550px;
	width: 100%;
}

.carousel-indicators li{
  border-radius: 50%;
   width: 8px;
   height: 8px;
}


.reg-link{
	text-align: center;
	font-size: 1em;
	margin: 20px auto;
}
a{
	text-decoration: none;
	font-size:20px;
}

.cards{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cards .card{
	margin-right: 20px;
	margin-bottom: 10px;
	height: 250px;
	width: 200px;
	background-color: #D0D0D0
}

hr{
	margin-bottom: 10px;
}


/*FOOTER*/
.footer a{
  text-decoration: none;
}

.footer h3{
  font-family: 'Montserrat', sans-serif;
  color: #061A2C;
  font-weight: bold;
  margin-left: 17%;
}

.footer p{
  font-family: 'Montserrat', sans-serif;
  color: #061A2C;
  margin-bottom: 2px;
  margin-left: 18%;
}