/* 
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%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
font-family: Open Sans
  text-decoration: none;
}

h4 {
  color: #76b432;
  text-decoration: none;
}

.spacing {
   letter-spacing:2px;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top:150px;

}
@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;
}


}
