﻿/* Space out content a bit */
body {
  background-image: url('../images/bkgrd/white-linen.png');  
  padding-top: 20px;
  padding-bottom: 20px;
}
/*Used for galleriesLibrary*/
.container-galleries {
	background-image: url('../images/bkgrd/brushed-metal.jpg');   /* */
	background-repeat: repeat;
	border-radius: 25px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px; 
	padding-right: 40px;
	line-height: 1.5;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.information,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.lead{
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	}

/* Custom page footer */
.footer {
  /*padding-top: 19px;*/
  color: #777;
  border-top: 1px solid #e5e5e5;
}
/* Under Construction Page */
#container-construction .row{
	padding: 25%;
	width: 600px;
	height: auto;
}
#container-construction p{
 /*	*/
	width: 500px;
	text-align: center;
	height: auto;
	font-size: 1.5em;
	color: white;
}
#container-construction h2{
	width: 500px;
	text-align: center;
	height: auto;
	font-size: 2.5em;
	color: white;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 840px;
  }
}
.container-fluid{
	padding-right: 40px;
	padding-left: 40px;
}

.container-form {
	padding-right: 100px;
	padding-left: 100px;
}

.panel{
	margin: 15px; 
}

.panel-body {
	/*background-image: url('../img/bkgrd/textured-white.jpg'); */
	color:dark gray;
	background-attachment:fixed;
	width: 100%;
	height:100%;
	margin-top:0px;
	margin-bottom:8px;
	left: 25px;
}

.mailing {
	margin-top: 50px;
}


.container-narrow > hr {
  margin: 15px 0;
}

/* Main About message and sign up button */
.about {
  text-align: left;
  font-size: 18px;
 /* border-bottom: 1px solid #e5e5e5; */
}
.portfolio{
  text-align: center;
}
.image_review {
	padding-top: 60px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .information,
  .footer {
	color: white;
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .about {
    border-bottom: 0;
  }
}

.container-news{
	padding: 20px;
	margin-left; 25px;
}
.social img{
	height: 200px;
	width: 150px;
	/**/
}
.modal-dialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #777;
	z-index: 99999;
}
