:root {
    --color: #1B2275;
}
body {
    font-family: 'Playfair Display', serif;
    color: var(--color);
    background-color: #FFF5F5;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

.navbar {
    border-bottom: 1px solid var(--color);
    background-color: #FFF5F5;
}

.navbar-brand {
    color: #fff;
    font-size: 24px;
}

.header {
    padding: 50px 0;
    text-align: center;
}

#main-video-container-mac {
    margin-left: auto;
    margin-right: auto;
}

.main-video {
    height: 20.5em;
}

.first-container {
    margin-top: 110px;
}

.header > h1 {
    font-weight: 100;
}

.screenshot-item {
    text-align: center;
}

.screenshot-item button {
    border: 0px;
    background-color: transparent;
}

.screenshot-item button img {
    border: 1px solid #eee;
    border-radius: 8px;
}

.screenshot-item button h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    color: var(--color);
    font-weight: normal;
}

.screenshot-item button img:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3)
}

.screenshot-block {
    text-align: justify;
    font-size: 20px;
    line-height: 35px;
}

.screenshot-block strong {
    color: BlueViolet;
}

.features, .pro-features {
    margin-bottom: 60px;
}

.features > h2, .pro-features > h2, .more-info > h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 40px;
}

.pro-features > .onetime {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: Sans-Serif;
    margin-top: -20px;
    margin-bottom: 40px;
}

.features img, .pro-features img {
    margin-top: 15px;
    margin-bottom: 10px;
}

.header-row > .feature-item, .header-row > .pro-feature-item {
    border-bottom: 0px;
}

.feature-item > h3, .pro-feature-item > h3 {
    font-size: 22px;
    font-weight: 100;
}

.feature-item, .pro-feature-item {
    border: 1px solid var(--color);
    font-size: 18px;
}

.infobox {
    font-size: 18px;
}

.more-info {
    padding: 50px 0;
    margin-top: 20px;
}

.black-placeholder {
    background-color: #333;
    height: 200px;
}

#navbarNav {
    justify-content: end;
}

.nav-item {
    font-size: 18px;
    font-family: Sans-Serif;
    font-weight: 500;
}

.nav-item a {
    color: var(--color);
}

.btn {
    font-family: Sans-Serif;
    font-weight: 500;
    background-color: var(--color);
    border: 0px;
}

.theme-image {
    border-radius: 8px;
    border: 1px solid var(--color);
}

footer {
    background-color: var(--color);
    padding: 32px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 500;
}
footer a {
    color: white;
    text-decoration: none;
}

footer h5 {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@media (max-width: 768px) {
    /* .feature-item, .pro-feature-item {
        margin: 10px 0;
    } */
}