﻿
body {
    background-color: #1B221E;
    margin: 100px 0px 0px;
    padding: 20px 0px 0px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 250%;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    color: #ffd4c1;
}

.h1-title {
    color: #ffe278;
    font-family: 'Trebuchet MS';
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}

h2 {
    color: #ffe278;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 0px 10px;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    transition: color 0.3s ease;
}

    h2:hover {
        color: #ca3b3b;
        text-decoration: underline;
    }

h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #ffd4c1;
    line-height: 1;
}

.h4-link {
    font-size: 110%;
    color: #ca3b3b;
    transition: color 0.3s ease
}

    .h4-link:hover {
        color: #ffe278;
        text-decoration: underline;
    }

a {
    text-decoration: none;
}

section {
    width: 100%;
    max-width: 700px;
    margin-bottom: 40px;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    text-align: center;
}

.section-info {
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    text-align: center;
    background-color: #1B221E;
    border-color: #520010;
    border-style: solid;
    border-radius: 0px 15px 15px 15px;
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.section-shadow {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin-bottom: 40px;
    padding: 5px;
    border-radius: 15px;
    box-shadow: -10px 10px 7px rgba(0,0,0,.6);
    text-align: center;
    transition: box-shadow 0.3s ease;
    background-color: #520010;
}

.section-header {
    background-color: #29322D;
    border-radius: 15px 0px 0px 15px;
    justify-content: center;
    padding: 5px;
    margin-bottom: 40px;
    width: 80%;
    min-width: 480px;
    max-width: 700px;
    height: 100%;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0px;
}

.footer-block {
    text-align: center;
    color: #ffd4c1;
    padding: 40px 20px;
}

display-4 {
    font-size: 2.5rem;
    font-weight 300;
    color: #ffd4c1;
}

.home {
}

hr {
    border-color: #29322D;
    border-style: dashed;
    width: 1400px;
}

.section-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.info-block {
    display: flex;
    flex-direction: column;
    margin: 5px;
    width: auto;
    height: auto;
    align-content: flex-start;
    text-align: start;
    border-radius: 15px;
    padding: 5px;
}

.info-block-deep {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: start;
    justify-content: flex-end;
    align-content: flex-end;
}

section-shadow:hover {
    box-shadow: -8px 0px 10px #ca3b3b;
}
