@import url("carousel.css");
@import url("nav.css");
@import url("footer.css");

/*
@media only screen and (min-width: 481px) {
 body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
    }
  }
*/
body {
    /*font: 200 10px/1.8 Lato, sans-serif;*/
    
    font: 200 10px/1.8 Montserrat, sans-serif;
    color: #777;
    
/*
    max-width: 700px;
    padding: 12px;
    padding-bottom: 0;
*/
  }
  h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 2px;      
    font-size: 24px;
    color: #111;
  }
  .container {
    font-size: 18px;
    /*padding: 80px 120px;*/
    padding: 10% 10%;
    position: relative;

  }
  .boxes {
    border: 10px solid transparent;
    margin-bottom: 25px;
    /*width: 80%;
    height: 80%;*/
    opacity: 0.95;
  }
  .boxes:hover {
    border-color: #f1f1f1;
  }
  .bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail p {
    margin-top: 15px;
    color: #555;
  }
  .btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
  }
  .modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-header, .modal-body {
    padding: 40px 50px;
  }
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: auto;
  }

@media (max-width:512px) {
    .container{
        padding: 15% 10%;
        font-size: 16px;
    }
    h3, h4{
        letter-spacing: 0.5px;
        font-size: 18px;
        margin: 35px 0 15px 0;
    }
}
