@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Calibri);

html{
	min-height:100%;
}

body {
  background: url('images/bg1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;	
  z-index:0;
  min-height:100%;
} 
/*
.content_containerbg {
 	background: url('images/bg1.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	width: 800px;
	z-index: 1;
 	min-height:100%;
 	position:absolute;
 	display:table;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
	-ms-filter: blur(4px);	
    filter: blur(4px); 
    -webkit-filter: blur(4px);
}
*/
#body_container { 
	width:800px;
	display:table;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	z-index:1;
	/* overflow:scroll; */
}

.content_container {
	background-color:rgba(0,0,0,0.9);
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
}

div.title_container {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	margin-top:30px;
}

img.logo {
	display:block;
	height:130px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

div.menu_container {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 30px;
	margin-top:10px;
}



#header_container { 
	height:255px;
	width:800px;
	 z-index: 100;
	/* overflow:scroll; */
}




/* NAV BAR */
.navbaritems a, .navbaritems a:link, .navbaritems a:visited{
	text-decoration: none;
	font-family:"Calibri";
	font-size: 18px;
	font-weight: 600;
	color: rgba(255,255,255,.95);
	margin-left: 20px;
	margin-right: 20px;
	display:table;
}

.navbaritems a:hover{
	text-decoration: none;
	font-family:"Calibri";
	font-size: 18px;
	font-weight: 600;
	transition: .15s;
	color: rgba(255,255,255,.25);
	display:table;
}

.navbaritems a.active{
	text-decoration: none;
	font-family:"Calibri";
	font-size: 18px;
	font-weight: 600;
	color: rgba(255,255,255,.25);
	text-align:center;
	display:table;
}

div.item{
	display:inline-block;
	height:100%;
	float:left;
	text-align:center;
	border-right-color:rgba(255,255,255,0.5);
	border-right-style:solid;
	border-right-width:1px;
}

div.itemright{
	display:inline-block;
	height:100%;
	text-align:center;
	float:left;
}

div.navbaritemsborder{
	width: 85%;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	border-bottom-color:rgba(255,255,255,0.5);
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div.navbaritems{
	display: table;
    margin: auto; 
}

@keyframes fade {
  0%        {opacity: 1}
  5%      {opacity: 0}
}

@-webkit-keyframes fade {
  0%        {opacity: 1}
  5%      {opacity: 0}
}

/* NAV BAR */

p.headertext {
	position: absolute;
	display: table;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:24px;
	color:rgba(255,255,255,.95);
	font-family: "Calibri";
	font-weight: 400;
}

#bodytext_regular {
	float:left; 
	margin-left:40px;
 	color: rgba(255,255,255,1);
 	font-weight: 400;
 	font-size: 18px;
	font-family: "Calibri";
	margin-top:5px;
	margin-bottom:5px;
}

#bodytext_large  {
	float:left; 
	margin-left:40px;
 	color: rgba(255,255,255,1);
 	font-weight: 800;
 	font-size: 28px;
	font-family: "Calibri";
	margin-top:5px;
	margin-bottom:5px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: 100%;
}

div.header,svg.header {
	width:100%;
	height:30px;
}

div.left_half_container{
	float:left;
	width:50%;
	margin-top:20px;
}
	
div.right_half_container{
	float:left;
	width:50%;
	margin-top:20px;
}
	
#img1 {
	border:4px solid rgba(0,0,0,.5);
	float:right;
	margin-right:20px;
	margin-top:20px;
}
img.img_gallery{
	border: 1px solid #ccc;
}

div.img_gallery{
    float: left;
    width: 180px;
    height: 150px;
    margin: 5px;
    border: solid 1px rgba(255,255,255,0.5)
}

a.img_gallery{
	width:100%;
	height:100%;
}
