body {
	font-family: 'Tahoma', Ariel, Helvetica, sans-serif;
	margin: auto;
	background-color: black;
}

table {
	border: 0;
	margin: 0 auto;
}

#leftpanel {
	align-self: left;
}

.navbar {
	background-color: #6600ff;
	align-self: center;
}

#home {
	padding: 0 35px 0 35px;
}

img {
	border: 0;
}

#rightpanel {
	align-self: right;
}

#name {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.main {
	display: flex;
	justify-content: center;
	background-color: #99ccff;
}

.main2 {
	display: flex;
	justify-content: center;
	background-color: black;
}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
	padding-top: 18px;
	padding-bottom: 14px;
	text-align: center;
}
	
p {
	font-size: 14px;
	color: #336666;
	line-height: 18px;
	text-align: left;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #660000;
	line-height: 18px;
	text-align: left;
	padding-top: 10px;
}
	
.footer p {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.link {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: center;
  font-size: x-small; 
  color: #FFFFFF;
}

.responsive {
  padding: 5px;
  width: 23%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  padding-bottom: 0;
  clear: both;
}