﻿
body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: none;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100%;
    padding-inline: 10px;
}

.option-bar {
    margin-bottom: 20px;
}

.option-bar div {
    width: 100%;
}

select, input {
    padding: 5px;
    font-size: 16px;
    width: 100%;
}

.sermon-area {
    min-height: 600px;
}

.title-header {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.title-header img {
    max-width: 150px;
}

.title-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.language-header {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.latest-sermon-language-box {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    padding: 0px 20px;
    border-radius: 3px;
    margin-bottom: 50px;
}

.latest-sermon-language-box label {
    font-weight: 600;
    font-size: .8rem;
    margin-bottom: 10px;
}

.latest-sermon-language-box .row {
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.title-header-text {
    font-size: 1.5rem;
}

.row-holder {
    padding-bottom: 20px;
    line-height: 22px;
}

.row-holder label {
    margin-top: 25px;
}

.row-holder:not(:last-child) {
    border-bottom: solid 1px #000;
}

@media (min-width: 640px) {
    .title-header-text {
        font-size: 2.5rem;
    }

    .option-bar {
        display: flex;
        justify-content: space-between;
    }

    .option-bar div {
        padding: 10px;
    }

    .latest-sermon-language-box {
        padding-bottom: 20px;
    }

    .row-header {
        display: none;
    }

    .row-holder {
        padding-bottom: 0px;
    }

    .row-holder:not(:last-child) {
        border-bottom: none;
    }

    .row-holder:first-child .row-header {
        display: block;
    }
}
