body {
  padding-top: 105px;
}

.center {
  text-align: center;
}

a.image:hover {
    transform: scale(1.04);
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.carousel-caption
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.4);
}

.logo {
   font-family: 'Anton', sans-serif;
   font-size: 1.2em;
   margin-top: 30px;
   color: #32446A;
}

.logo-italics {
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.8em;
  font-style: italic;
  color: #09B0F3;
}

.logo-small {
  display: block;
  margin-top: -7px;
}

@media (min-width: 768px) {
  .logo {font-size: 2.4rem; margin-left: -22px;}
  .logo-italics {font-size: 2.4rem; margin-left: -5px;}
}


@media (max-width: 768px) {
    .navbar-brand-small { margin-top: 30px; margin-left: -15px; }
}

.navbar-brand {
    margin-right: 0px;
}

.row-blue {
    background-color: #e9f1f9;
}

.alert-success {
    background-color: #e9f1f9;
}

#sendMessageButton {
    background-color: #e9f1f9;
}

.help-block ul li {
    color: red;
    list-style: none;
}
.jumbotron{
    min-height: 300px;
    height: 65vh;
    background: center;
}

.navbar-collapse {
    margin-top: 47px;
}
