body, html {
    font-family: 'Baloo Paaji 2', sans-serif;
    font-size: 110%;
    color: #ccc;
}

body {
    background: fixed url("../images/photos/background.jpg");
    background-size: cover;
    margin: 0 20px;
}

a, b {
    color: #fff;
}

.standard-link {
   text-decoration: underline;
}

.standard-link, b {
   font-weight: bold;
}

a:hover {
    color: #ccc;
}

a:active {
    color: #86171a;
}

.main-wrapper {
    background: #141414;
    padding: 0 20px;
}

.main {
    background-image: url("../images/photos/mike-mel-main.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 75%;
    line-height: 140%;
}

.content {
    background: #141414;
    margin: auto -20px;
    padding: 0 20px;
}

.maximized {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.area-list {
    list-style-type: circle;
}

.area-list > li {
    margin-bottom: 15px;
}

.area-caption {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-list {
    padding-inline-start: inherit;
    margin-top: -19.36px;
}

table > caption {
    font-family: 'Berkshire Swash', sans-serif;
    font-size: 120%;
    margin-bottom: 20px;
}

td, p, li, span {
    text-decoration: none;
}

td {
    vertical-align: top;
	
    &:first-child {
        padding-right: 10px;
        text-align: right;
    }

    &:last-child {
        font-weight: bold;
        color: #fff;
    }
}

.main-row {
    &:not(:first-child) > td {
        padding-top: 15px;
    }
}

.sub-row > td {
    font-size: 75%;
    line-height: 140%;
}

.title {
    font-family: 'Berkshire Swash', sans-serif;
    font-size: 175%;
    font-weight: bold;
    line-height: 85%;
    color: #e36526;
    margin-bottom: -3px;
    padding: 10px 0 7px 0;
    border-bottom: 1px solid #b24c1f;
	
    &:first-child {
        margin-top: 0;
        padding-top: 20px;
    }
}

.registry-poem,
.hotel {
    text-align: center;
}

.registry-poem {
    font-style: italic;
}

@media screen and (max-width: 600px) {
    .narrow-block {
        display: block;
    }

    .narrow-hide {
        display: none;
    }
}