@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

body {
    background-image: ;
    background-size: 100vh;
    background-repeat: no-repeat;
}

header {
    position: relative;
}

.navbar-expand-lg {
    justify-content: center !important;
}

#dead-sea .box-1, #dead-sea .box-2 {
    padding-top: 40px;
}

.site-footer {
    background-color: #000;
}

.wardrobe {
    width: 100%;
    display: inline-block;
}

.col-half {
    width: 42%;
    float: left;
    margin: 0 4%;
}


@media (max-width: 767px) {
    .col-half,
    .tile-left, .tile-right {
        display: block;
        clear: both;
        width: 90% !important;
        margin-bottom: 4em !important;
        border: none !important;
    }
}

.navbar {
    margin-bottom: ;
    background-color: #000;
}

.navbar a {
    color: #fff;
}

.navbar a:hover {
    color: #fff;
    font-weight: 700;
}

.footer-nav {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #606060;
}

.footer-nav a {
    color: #fff;
}

.copyright {
    color: #fff;
}

.banner-image {
    height: ;
    width: 100%;
}

@media (max-width: 767px) {
    #dead-sea .banner-image {
        height: 130px;
    }
    
    #dead-sea .site-title {
        font-size: 30px;
        top: 30px;
    }
}

.site-title {
    position: absolute;
    top: 10%;
    font-size: 300%;
    text-align: center;
    width: 100%;
    font-family: Parisienne, sans-serif;
    font-weight: 700;
    color: #111;
}

.tile-left, .tile-right {
    width: 37%;
    float: left;
    margin: 0 5% 0 5%;
    border: solid 1.5em #fff;
    position: relative;
}

@media (min-width: 768px) {
    .tile-lowered {
        margin-top: 150px;
    }
}

.col-half {
    background-color: #f0f0f0;
}

.col-half img {
    height: 400px;
    width: 100% !important;
}

@media (max-width: 767px) {
	#dead-sea .box-1 img, #dead-sea .box-2 img {
        height: auto;
    }    
}

.col-half img,
.tile-left img, .tile-right img {
    margin-bottom: 1em;    
}

@media (max-width: 767px) {
    .col-half p {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-width: 768px) {
    .col-half {
        height: 600px;
    }
    .col-half p {
        padding: 2em 3em;        
    }
    .tile-left, .tile-right {
        height: ;
    }
}

.tile-left .helper-text, .tile-right .helper-text {
    position: absolute;
    top: 5%;
    left: 3%;
}

.tile-left p, .tile-right p {
    padding: 0 16px;
}
