.carousel {
    height: 720px;
}

.carousel .item {
    height: 720px;
}

.first-slide {
    background: url('../images/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 720px;
}

.second-slide {
    background: url('../images/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 720px;
}

.carousel-caption {
    top: 225px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    color: #ffc132;
}

footer {
    padding-top: 30px;
}


@media (min-width: 768px) h1 {
    font-size: 45px;
}

.carousel-caption p {
    margin-bottom: 36px;
    font-size: 26px;
    line-height: 1.4;
}