 .navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  top: 50%;
  left: 50%;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.navbar-default {
    background-color: #373736;
    border-color: #373736;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #373736
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #E85E5B;
    background-color: #373736;
}

.navbar-default .navbar-nav > li > a {
   color: white; /*Change active text color here*/
   font-size:1.7em;
}
	
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #E85E5B; /*Change rollover cell color here*/
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #E85E5B;  /*Sets the text hover color on navbar*/
}

/*Navbar spacing*/
.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}

.nav > li {
    top: 50%
	bottom: 50%
}

/*For the contact form*/
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.top-buffer { 
	margin-top:20px;
}

.bottom-buffer { 
	margin-bottom:40px;
}

.social-text {
	font-size:large;
	margin-left:10px;
}

.flex-center {
	display: flex;
	align-items: center;
}