
#header {
	z-index: 1;
	position: fixed;
	width: 100%;
	margin-top: -20px;
	height: 205px;
	background-image: url(images/buddha.jpg);
    background-size: contain;
	margin-bottom: 10px;
	font-weight: bold;
	border: 2px solid #000000;
	margin-left: -10px;
	border-radius: 0;
}

#name {
	float:left;
	margin-left: 20px;
	padding-top: 5px;
	font-size: 30px;
	font-family: fantasy, sans-serif;
	color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

#info{
	float:right;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 30px;
	font-family: fantasy,sans-serif;
	color: #ffffff;
    font-weight:normal;
}

h4 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
}
.right p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -10px;
	font-family: Garamond, serif;
	color: #E5E5E5;
}

a:hover {
	font-weight: bold;
}

.right {
    display: inline-block;
	position: relative;
	margin-top: 270px;
	width: 88%;
	height: 620px;
	background-color: #344E73;
	margin-bottom: 10px;
	border: 2px solid #000000;
	border-radius: 0;
    line-height: 1.5;
}

#footer {
	position: relative;
	height: 50px;
	background-color:#1C2A3E;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #000000;
}

#footer p {
	position: relative;
	padding-top: 5px;
}
#something {
    list-style-type: none;
    margin-top: 190px;
    padding: 0;
    border-radius: 5px;
    position:fixed;
    z-index: 1;
    width: 70%;
    padding-left: 16%;
    text-align: center;
}

li a {
    display: inline-block;
    color: black;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    border:2px solid #000000;
    font-size:13px;
    text-align: center;
    background-color: #f9f9f9;
    font-family: sans-serif;
}
li {
	float: left;
}

li a, .dropbtn {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: darkblue;
	color: white;
}

li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

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

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

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

li a.active {
    background-color:darkblue;
    color: white;
}

li a:hover:not(.active) {
    background-color: darkblue;
    color: white;
	text-decoration: underline;
}
h1 {
    color:white;
    font-family:serif;
}
h2{
    color:white;
    font-family:serif;
}
h3 {
    color:white;
    font-family:serif;
}
h4 {
    color:white;
    font-family:serif;
}
.middle {
    padding-left: 10px;
    font-size: 17px;
}
body {
	background-image: url(images/sky.jpg)
}
#extra {
	padding: 0;
	width: 35%;
	background-image: url(images/flyingbird.gif);
	float: left;
	height: 150px;
	border-radius: 5px;
	background-repeat:no-repeat;
}
#top {
    text-decoration:none;
    font-size: 19px;
    padding-bottom: 10px;
}