/* Add a black background color to the top navigation */
.navbar {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Satisfy', cursive;
    height: 10%;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
    background-color: #696969;
    color: red;
}

body{
    background: black;
    height: 100%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    line-height: 1;
    width: 100%;
}
.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel-image {
    min-width: 100%;
    max-width: 100%;
}

#myCarousel h3, blockquote {
  font-family: 'Satisfy', cursive;
  font-size: 40px;
}

#myCarousel p {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.carousel-caption {
    float: center;
    margin: auto;
    text-align: center;
    display: block;
}

blockquote {
    text-align: center;
    vertical-align: middle;
    border: none;
    border-top: 2px solid #ffb300;
    border-bottom: 2px solid #ffb300;
}
blockquote footer {
    color: #ffb300;
}
.testimonial {
    top:50%;
    transform: translateY(-50%);
    bottom:initial;
}
#contact-button {
    vertical-align: middle;
}
/*#welcome {
    vertical-align: bottom;
}
#welcome p{
    font-size:20px;
}
#welcome h3{
    font-size: 24px;*/
}
#contact p{
    font-size:20px;
}