.title {
	color: white;
	font-size: 40px;
	font-family: 'Stoke';
	font-weight: bold;
	text-align: center;
	max-width: 1200px;
	margin: auto;
	}

.text {
	color: white;
	font-size: 26px;
	font-family: 'Dekko';
	font-weight: bold;
	text-align: center;
	max-width: 1200px;
	margin: auto;
	}
.text2 {color: white;font-size: 30px;font-family: 'Dekko';font-weight: bold; text-align: center; max-width: 1200px; margin: auto; }
.info {color: white;font-size: 34px;font-family: 'Dekko';font-weight: bold; text-align: center; max-width: 750px; margin: auto; padding: 3px; border: 2px solid white; }
.bio {color: white;font-size: 26px;font-family: 'Dekko';font-weight: bold; text-align: left; max-width: 1200px; margin: auto; }
.content{text-align: center; max-width: 2000px; margin: auto;}
.video{text-align:center;}
.pic{float:left; margin-right: 20px; border: 5px solid white;}
.pic2{float:right; margin-left: 20px; border: 5px solid white;}


.navbar {
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Stoke';
  font-weight: bold;
  display:flex;
  justify-content:center;
  width:100%;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar a {
  float: left;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: none;
  outline: none;
  color: white;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  width:100%;

}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size:22px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.fa {
  width: 30px;
  text-align: center;
  text-decoration: none;
  float: right;
}

.icon-bar a {
  padding: 10px;
  color: white;
  font-size: 30px;
  float: right;
}

.icon-bar a:hover {
  background-color: black;
  float: right;
}

.facebook {
  color: white;
}

.youtube {
  color: white;
}

.bio a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.bio a:visited {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.bio a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.bio a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}