@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


nav{
	margin-bottom: 50px;
}

.navbar_ {
  overflow: hidden;
  background-color: white;
}

.navbar_ a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown_ {
  float: left;
  overflow: hidden;
}

.dropdown_ .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar_ a:hover, .dropdown_:hover .dropbtn {
  background-color: white;
}

.dropdown_-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 1;
}

.dropdown_-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color:white;
}

.dropdown_-content a:hover {
  background-color: white;
}

.dropdown_:hover .dropdown_-content {
  display: block;
}

#title{
	border-color: yellow;
	border-style: solid;
	text-align: right;
	margin-bottom: 30px;
}


#left-slide-1{
	background-color: #33ccccff;
	color:white;
	font-size: 2vw;
	text-align: center;
	display:flex;
		align-items: center;
		justify-content: center;
}

#right-slide-1{
	background-color:#eb43bfff ;
	color:white;
	text-align: center;
	font-size: 2vw;
	display:flex;
		align-items: center;
		justify-content: center;
}
#left-slide-2{
	background-color:black ;
	color:white;
	font-size: 2vw;
	display:flex;
    align-items: center;
    justify-content: center;
}

#subtitle{
font-size: 1vw;
text-align: center;
}

.image-container{
	 padding: 0 !important;
   margin: 0 !important;
}
.inter{
  line-height: 1;
}
