
body {
   
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff2e1+0,fff3e9+26,fff3e9+76,fff7f1+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff8ef+0,fff9f3+26,fff9f3+76,fffbf7+100 */
background: #fff8ef; /* Old browsers */
background: -moz-linear-gradient(top, #fff8ef 0%, #fff9f3 26%, #fff9f3 76%, #fffbf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff8ef 0%,#fff9f3 26%,#fff9f3 76%,#fffbf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff8ef 0%,#fff9f3 26%,#fff9f3 76%,#fffbf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ef', endColorstr='#fffbf7',GradientType=0 ); /* IE6-9 */


   background-attachment:fixed;}

html {
  overflow-y: scroll;
}

.navbar-container {
	background: rgba(0,0,0,0.50); 
	margin: 0px 0px 0px 0px;
	height: 50px;
	text-align: center;
	width: 100%;
	
	border-color: rgba(0,0,0,0.25);
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.60);
	}
.navbar-container p {
	
    font-weight: bold;
	width: 1680px;
    color: #000000;
}
	
.navbar{
	display: inline-block;
	width: 1680px;
	
	
}

.navbar-title{
	min-width: 404px;
	min-height: 51px;
	/*margin:7px 0px 0px 147px;*/
	margin: 5px 3% 0px 3%;
	font-size:40px;
	color: #ffffff;
	float:left;

	}

.navbar nav{
	margin:20px 0px 0px 900px;
	float:left;
	font-size:25px
}

.navbar nav a:link{
	text-decoration: none;
	color: #ffffff;
}

.content-container{
	text-align: center;
	/*width:100%;
	margin: 40px 20% 0% 20%; */
	
	margin: 0 auto;
    /*max-width: 1680px;
	min-width: 1680px;*/
	width: 1680px;
	
}

.left-column{
	/*width:365px;
	min-height: 500px;
	background: rgba(0,0,0,0.25);
	display:block;
	float: left;
	margin-right: 10px; */
	
	background: rgba(0,0,0,0.25);
	float: left;
	margin: 25px 3% 0px 3%;

	margin-right: 10px;
	min-width: 338px;
    width: 24%;
	
	border-color: rgba(0,0,0,0.25);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.60);
	
	
}


.profile-info{
	
}
.profile-info p{
	text-align: left;
	margin: 2px 20px 0px 20px;
}
.profile-info h2{
	text-align: left;
	margin: 5px 20px 5px 20px;
}

.profile-info ul{
	text-align: left;
	list-style: none;
	margin: 10px 20px 20px 20px;
	padding: 0;
}
.profile-info img {

	margin: 20px 5px 5px 5px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-radius: 3px;
}


.contact-text {
	position: absolute;
	bottom: 0px;
	max-width: 85%;
}

.contact-detail-title{
	font-weight:bold;

}
.contact-detail-content{

	font-style:italic;
}

.contact-detail-content a{
	text-decoration: none;
	
}

.right-column{
	/*
	min-width: 500px;
	width: 50%;
	min-height: 500px;
	background: rgba(0,0,0,0.25);
	display:block;
	float: left; */
	height:100%;

}

footer {
	background-color: black;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: inline;
	padding-left: 15px;
	text-align:center;
}

small {
	color: #B7B7B7;
	text-align:center;
	font-family: arial;
	font-weight: normal;
}

a:link  {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}


a:hover {
    color: #64EEFF;
}

a, p, h1, h2, li {
	color: black;
	font-family: arial;
	font-weight: normal;
}

.titlebar{
	background: rgba(255,255,255,0.25);
	margin: 0px;
	padding: 0px;
	
	border-color: rgba(0,0,0,0.4);
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
.subtitlebar{
	clear:left;
	background: rgba(255,255,255,0.15);
	margin: 0px;
	padding: 0px;
	
	
	border-color: rgba(0,0,0,0.3);
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

.subtitlebar h3{
	margin: 0px 20px 5px 20px;
	padding-top: 2px;
}
.bottombuffer{
	margin: 40px 0px 0px 0px;
	width: 100%;
	float: left;
}



	
	