*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

body, html
{
    height: 100%;
}

main
{
    padding-top: 60px;
}

.top-container, .bottom-container
{
    min-height: calc(50vh - 30px);
}


.support-img img, .event-img img
{
    width: 100%;
    object-fit: cover;
    object-position: 50% 25%;
}

.support-img, .support-contents
{
    height: calc(50vh - 30px);
    min-height: 300px;
}

.support-contents
{
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #B7F0FE;
}

.theme-color
{
    color: #006E7A;
}

.theme-bg-color
{
    background-color: #006E7A;
}

.support-header
{
    margin-bottom: 30px;
    text-align: center;
}

.support-desc
{
    width: 80%;
    margin-bottom: 30px;
}

.button
{
    color: #fafafa;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
}

.button-sizing
{
    width: 20%;
    margin: 0 auto;
    min-width: 140px;
}

.button:hover
{
    background-color: #00535C;
    color: #fafafa;
}

.sharing-phrase, .sharing-stories, 
.event-discription, .event-img
{
    height: calc(50vh - 62px);
    min-height: 350px;
}

.sharing-phrase, .sharing-stories, .event-discription
{
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.sharing-phrase
{
    background-color: #6002ee;
    color: #fafafa;
}

.sharing-stories, .event-discription
{
    background-color: #dedede;
    color: #111;
    text-align: center;
}

.top-container-row, .bottom-container-row
{
    margin: 0;
    width: 100%;
}

.top-container, .bottom-container,
.sharing-contents, .event-contents, 
.sharing-phrase, .sharing-stories,
.support-contents
{
    display: flex;
    flex-wrap: wrap;
}


@media screen and (max-width:1000px)
{
    .support-desc
    {
        display: none;
    }
}

.highlight-color{
    color: rgb(30, 255, 0);
}

.carousel-item div
{
    flex-direction: column;
    justify-content: center;
}