body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 90%;
  margin: 0 auto;
  color:#01172F;
}
h1{
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
}
.main-link{
  color:#67c8c7;
  font-style: italic;
  font-family: 'Raleway', sans-serif;
}
.main-link:hover{
  color:#67c8c7;
}
h2{
  font-weight: 700;
  margin-top: 0px;
}
h3{
  font-weight: 700;
}
.item-description{
  font-weight: 600;
  font-size: 18px;
  display: inline;
}
.navbar-header{
  font-size: 25px;
}
.navbar-default{
  background-image: none;
  background-color: #172752;
}
.container{
  margin:0 auto;
  width:95%;
}
.navbar-default .navbar-nav>li>a{
  color:white;
  font-weight: 600;
  margin-right: 50px;
  font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover{
  color:#67c8c7;
}
.navbar-toggle{
  border:none;
  padding:5px;
}
.navbar-nav>li>a{
  text-shadow: none;
}
.navbar-defeault .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle{
  background-color: #172752;
  color: white;
  border: none;
}
.subhead{
  margin-top: 30px;
}
.gallery-subhead{
  margin-bottom:20px;
}
#hamburger, #back{
  font-size: 25px;
}
#top{
  padding-top: 130px;
}
#success-top{
  padding-top: 200px;
}
#top-gallery{
  padding-top: 150px;
  text-align: center;
}
.tags{
  font-weight: 600;
}
#button-post{
  margin-bottom: 30px;
}
.detail-container{
  text-align: center;
}
#post{
  margin-top: 30px;
}
label{
  font-size: 16px;
  margin-bottom: 15px;
}
.form-control{
  border-bottom: 3px solid black;
  border-top: none;
  border-left: none;
  border-right:none;
  box-shadow: none;
  font-weight: 400;
  border-radius: 0px;
  margin-bottom: 50px;
  color:#67c8c7;
  font-size: 16px;
}
.form-control:focus{
  border-bottom: 3px solid #67c8c7;
  outline: none;
  font-weight: 700;
  box-shadow: none!important;
}
.btn{
  background-image: none;
  background-color: #67c8c7;
  border:2px solid #67c8c7;
  text-shadow: none;
  color:white;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  border-radius: 2px;
  box-shadow: none;
}
.container-title{
  margin-bottom: 40px;
  line-height: 40px;
}
.btn:hover{
  border:2px solid #67c8c7;
  background-color: white;
  color:#67c8c7;
}
img{
  width: 100%;
  padding-bottom: 20px;
}
input{
  margin:0 auto;
  outline: none;
}
.col-xsm-12{
  margin-top: 30px;
  padding: 0px;
}
.container-form{
  width: 90%;
  margin: 0 auto;
}
#textarea{
  border: 2px solid grey;
}
.highlight{
  font-style: italic;
  color:#67c8c7;
}
.bottom{
  height: 50px;
}
@media screen and (min-width: 800px) {
  #top{
    padding-top: 150px;
  }
  h1{
    font-size: 110px;
    line-height: 140px;
    text-align: center;
  }
  .subhead{
    text-align: center;
    font-size: 24px;
  }
  h2{
    font-size: 60px;
  }
  h3{
    font-size: 30px;
  }
  p{
    font-size: 20px;
  }
  .form-control{
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 50px;
    border-bottom: 4px solid black;
  }
  .form-control:focus{
    border-bottom: 4px solid #67c8c7;
  }
  label{
    font-size: 22px;
  }
  .btn{
    font-size: 16px;
    padding: 10px 35px;
    letter-spacing: 2px;
    border:3px solid #67c8c7;
  }
  .btn:hover{
    border:3px solid #67c8c7;
    color:#67c8c7;
  }
  #add-filters{
    display: inline;
    width:30%;
    margin-bottom: 0;
  }
  #contact{
    margin-bottom: 30px;
  }
  .button-label{
    font-size: 20px;
  }
  #box{
    height: 40px;
  }
  .container{
    margin:0 auto;
    width:90%;
  }
  .container-form{
    margin:0 auto;
    width:70%;
  }
  .col-xsm-12{
    padding-left: 15px;
    padding-right: 15px;
  }
  #button-post{
    margin-bottom: 60px;
  }
  .tags{
    font-size: 20px;
    font-weight: 500;
  }
  #textarea{
    border: 3px solid grey;
    margin-top: 30px;
  }
  input{
    margin-left: 0px;
  }
  .navbar-default{
    height: 54px;
  }
  .navbar-default .navbar-nav>li>a:hover{
    border-bottom: 4px solid;
  }
  .bottom{
    height: 100px;
  }
}
