@import url('https://fonts.googleapis.com/css?family=Raleway');

.slide {
    height: 500px;
}

.pic {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.carousel.pic {
    height: 500px;
}

.carousel-item {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    height: 500px;
}

#pauseButton {
    text-align: center;
    position: relative;
    bottom: 0px;
}

.contact-header {
    margin-bottom: 25px;
}

.booking-btn, .booking-btn:hover {
    text-decoration: none;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
}

#gmap_canvas {
    width: 100%;
    height: 500px;
    border: none;
    overflow: hidden;
    margin: 0;
}

.contact-info, .contact-form {
    padding: 2rem 2rem 3rem;
    margin: 15px auto;
}

.info {
    text-align: center;
    margin: auto;
    width: 70%;
}

.social {
    width: 50px;
}

#social_ul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 3rem 0;
    padding: 2rem;
    display: flex;
}

ul li {
    list-style: none;
}

.facebook:before {
    border-bottom-color: #1877f2;
}

.twitter:before {
    border-bottom-color: #1da1f2;
}

.instagram:before {
    border-bottom-color: #c32aa3;
}

.google:before {
    border-bottom-color: #ea4335;
}

.social .svg-inline--fa {
    vertical-align: 0.875em;
}

.label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 35px;
    line-height: 53px;
}

.reserve {
    display: block;
    margin: 10px auto;
    font-size: 110%;
    background: #257FAD;
    border: none;
    letter-spacing: 3px;
}

.reserve:hover {
    background: #3A3D40;
}

.reserve:focus {
    background: #3A3D40;
    outline: none;
}

.reserve:active {
    background: #3A3D40;
    outline: none;
}