p {
    letter-spacing: 0;
}

body.not-front .navbar-header .navbar-brand-img-subtitle-2 {
    color:
        #6c6c6c;
}

.caption-row {
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.photo-info-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    width: max-content;
}

.navbar-full.navbar {
    padding: 0;
    height: 34px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    z-index: 99;
}

.navbar-full {
    background-color: #4d4d4d;
}

ul#main-menu {
    margin-bottom: 0;
}

ul#main-menu.navbar-inverse {
    border-left: 4px solid #d6d6d6;
    margin-left: -4px;
    border-right: 4px solid #d6d6d6;
    margin-right: 4px;
}

.region.region-content {
    margin-top: -8px;
}

#cover-ocean {
    display: flex;
    background-size: cover !important;
    height: 75vh !important;
    background-position: bottom 50% left 0 !important;
    background-repeat: no-repeat;
    width: 100.8%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

div#thetitle {
    color:
        rgba(255, 255, 255, 0.8);
    font-family: "Oswald", sans-serif;
    /* font-size: 4em; */
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto;
}

div#thesubtitle {
    color:
        rgba(255, 255, 255, 0.8);
    font-family: "Oswald", sans-serif;
    /* font-size: 3em; */
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto;
}


@media screen and (min-width: 320px) {
    div#thetitle {
        font-size: calc(33px + 6 * ((100vw - 320px) / 680));
    }

    div#thesubtitle {
        font-size: calc(27px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    div#thetitle {
        font-size: 56px;
    }

    div#thesubtitle {
        font-size: 42px;
    }
}

body.not-front header#navbar .navbar-header .navbar-brand.navbar-brand-img img {
    width: 78px;
    height: 78px;
}

/* svg logo */
@media screen and (max-width: 768px) {
    body.not-front header#navbar .navbar-header .navbar-brand.navbar-brand-img img {
        width: 44px;
        height: 44px;
    }

    body.not-front .navbar-header .navbar-brand-img-subtitle-2 {
        padding: 0;
        float: left;
        clear: left;
    }

    .navbar-full {
        background-color: white;
        height: auto !important;
        overflow-y: auto;
    }

    #cover-ocean {
        background-position: bottom 50% left 50% !important;
    }
}