/* 
Custom CSS for...
'atelier29' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%; font-family: 'Roboto', sans-serif;
	background: url(../hg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

h2 {
  color: #333;
	font-size: 40px;
  text-decoration: none;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

.blue {
  color: #71bf6c;
}

.spacing {
   letter-spacing:2px;
}

hr {
   border:0.5px solid #ccc;
	margin-bottom: 60px;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top:40px;

}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}



/* Responsive Styles */
@media (max-width: 468px) {

  
 
.spacing {
  letter-spacing:1px;
}


}
