body {
	background-color: #FAEBD7;
}
#Nantlle_logo{
	width: 250px;
}
header {
	text-align: center;
}
h2 {
	color: #000000;
	font-size: 50px;
	text-align: center;
	font-family: Georgia, serif;
}
h3 {
	color: #000000;
	font-size: 15px;
	text-align: center;
	font-family: Georgia, serif;
}
#vertical_list
{
	border: 5px double #808080;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	background-color: #FAEBD7;
	width: 500px;
	text-align: center;
}
#vertical_list ul
{
	margin: 1em;
	padding: 0;
	color: #000000;
	background-color: #FAEBD7;
	list-style-type: none;
}
#vertical_list li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
	background-color: #FAEBD7;
	font-size: 20px
}
.navbar .logo a {
    display: block;
    padding: 0px;
    overflow: hidden;
    height: 60px;
    line-height: 58px;
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
  }
  .navbar ul li > a {
    display: block;
    padding: 0px 83px;
    white-space: nowrap;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #191A1B, 0px 1px 0px #191A1B;
    height: 60px;
    line-height: 58px;
    font-size: 1.2rem;
}
.navbar li .dropdown ul > li a {
    display: block;
    padding: 0px 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #CCC;
    text-shadow: none;
    height: 51px;
    line-height: 49px;
}
.pretty.navbar {
	background-image: linear-gradient(#808080, #A9A9A9);
}
#home_columns {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	min-height: 270px;
}
#contact_list, #about_list {
	border-radius: 15px;
	border: 5px double #808080;
	padding-top: 10px;
	text-align: center;
	min-height: 415px;
    font-size: 20px;
}
#title {
	font-size: 25px;
}
#List {
	font-size: 22px;
}
#glen_link {
	border-radius: 10px;
	border: 2px solid #808080;
	margin-left: 150px;
	margin-right: 150px;
	background-color: #FFFFFF;
	font-size: 25px;
}
a {
    color: #808080;
    text-shadow: 0px 1px 1px #191A1B, 0px 1px 0px #191A1B;
}
#design {
	font-size: 15px;
	float: right;
}