html {
    scroll-behavior: smooth;
}


.controls-top {
    padding-bottom: 70px;
}


/*Medium*/
@media (max-width: 767px) {

    .review {
        padding-bottom: 20px;
    }

    #gallery  img {
        padding-bottom: 30px;
    }

    .review-img {
        height: auto;
        width: auto;
    }
    
    form {
        padding-bottom: 80px;
    }

    .questions p{
        padding-bottom: 20px;
    }

    .h2 {
        padding-top: 5rem;
    }
    
    .questions{
        padding-bottom: 20px !important;
    }
    .contacticon {
        padding-left: 0 !important;
        padding-right: 1px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
    .review {
        margin-right: 5vw;
    }
}

@media (max-width: 1199px) {
    .gallery-img {
        padding-bottom: 50px;
    }
    .review {
        margin: auto;
        padding-bottom: 20px;
    }
    .navbar-brand{
        margin-left: 3vw;
    }
    .nav-item:last-child {
        padding-right: 1vw;
    }
    .nav-item:not(:first-child) {
        padding-left: 1vw;
    }
}
@media (min-width: 768px) {
    .topgallery {
        height: 35vw;
    }
    .carousel-inner img {
        padding-bottom: 30px;
    }
    .contacticon {
        padding-left: 0 !important;
        padding-right: 10px;
    }
}

body {
    background-color: black;
}
body > *:first-child {
    margin-top: 56px;
}

.whitebg {
    background-color: rgba(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 80px;
}

.whitebg h1 {
    color: black;
}

.blackbg {
    background-color: rgb(0, 0, 0);
}

a {
    color: rgb(235, 235, 235);
}

.whitebg a {
    color: black;
}

b {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

p {
    color: rgb(192, 192, 192);
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 100px;
}

.whitebg p {
    color: rgb(100, 100, 100);
}

footer p {
    font-size: 0.8rem;
    padding-top: 30px;
    padding-bottom: 20px;
}

.contacticon {
    font-size: 2rem;
    color: lightgray;
    padding-top: 35px;
    padding-left: 10px;
}

h1 {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    padding-top: 7rem;
    padding-bottom: 3rem;
}

h2 {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-size: 4rem;
    padding-top: 7rem;
    padding-bottom: 3rem;
    text-transform: uppercase;
}

.blackbg h2 {
    color: white;
    padding-bottom: 3rem;
    padding-top: 7rem;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    padding-top: 2rem;
    text-transform: uppercase;
}

.blackbg h6 {
    font-size: 1.5rem;
    color: white;
}

header {
    padding: none;
}

.navbar {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgb(27, 27, 27) !important;
}
.navbar-hide {
    top: 0 !important;
}

.nav-link {
    color: lightgrey;
}

.navbar-brand {
    color: white;
    margin-left: 7vw;
}

.nav-item:not(:first-child) {
    padding-left: 3vw;
}

.nav-item:last-child {
    padding-right: 7vw;
}

.navbar {
    transition: top 2s ease;
}

.navbar-hide {
    top: -30px;
}

.backtotop {
    transition: bottom 0.5s ease;
    width: 50px;
    height: 50px;
    background: rgb(156, 156, 156);
    position: fixed;
    right: 50px;
    bottom: -50px;
    border-radius: 5px;
}

.toparrow {
    font-size: 2.2rem;
    color: white;
    margin-left: 10px;
    margin-top: 6px;
}

.backtotop-show {
    bottom: 50px;
}

.carousel#gallery {
    margin-top: 200px;
    margin-bottom: 200px;
}

.carousel-inner {
    width: 100%;
    background-color: black;
    text-align: center;
}


.table {
    color: darkgrey;
    font-family: 'Quicksand', sans-serif;
}

.subheader {
    padding-top: 50px;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.table-striped>tbody>tr:nth-child(odd) {
    background: rgb(48, 48, 48);
    opacity: 0.93;
}

.contact-icon {
    display: flex;
    justify-content: center;
}

.contactbreak {
    width: 90%;
}

.copyright-white {
    color: white;
}

.review-img {
    padding-top: 80px;
}

.gallery-img {
    padding-top: 300px;
    padding-bottom: 50px;
}

#gallery h2{
    padding-bottom: 100px;
}

.cost {
    padding: 10px;
}

.checkboxes {
    padding-bottom: 2rem;
}

span>b {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

p.review-text {
    padding-bottom: 20px;
}

.review-text.hide-text {
    height: 150px;
    overflow: hidden;
}

button.show-more.hide-text>span.hide-text {
    display: none;
}

button.show-more.hide-text>span.show-text {
    display: inline;
}

button.show-more>span.show-text {
    display: none;
}

.active {
    color: white;
}
