@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  font-family: "Open Sans", sans-serif;
  color: #6D6E70;
}

.logo {
  margin-top: 2rem;
  width: 10rem;
}

.logo-small {
  width: 5rem;
  margin-right: 3rem;
}

nav {
  background-color: #E7EEF4;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin-top: 12px;
}

#myDefaultNavbar1 {
  text-align: center;  
}

.active {
  background-color: #FFFFFF;
}

.img-thumbnail {
  margin-top: 2rem;
  width: 500px;
  height: 300px;
}

.img-small {
  width: 312.5px;
  height: 187.5px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.name {
  font-size: 1rem;
}

a {
  color: #6D6E70;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

.logo-small {
  margin-top: 20px;
  margin-right: 10px;
  padding: 4px
}

ul li {
  margin: 0 2rem;
}

h5 {
  font-weight: 800;
}

button .icon-bar {
  background-color: #6D6E70;
}

.jumbotron h1 {
  font-size: 4.8rem;
}

.navbar-nav>li.active>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
  border: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/*begin contact form CSS*/
.contact-form {
  margin: 40px;
}
#contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #6D6E70;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #6D6E70;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#6D6E70;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#6D6E70;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#6D6E70;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
    margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}/*end form CSS snippet*/

.padding {
  margin-top: 160px;
}

.spacing {
  margin-top: 26px;
}

@media only screen and (max-width: 500px) {
  .jumbotron h1 {
    font-size: 2.2em;
    }
  .jumbotron h3 {
    font-size: 1.6rem;
  }
}






