﻿/*********************************************************************************************/
/*                                      Header  style                                        */
/*********************************************************************************************/
#main-header {
    position: relative;
    margin-top: 200px;
}

#main-header > div > h2 {
    text-align: center;
    font-size: 28pt;
    font-weight: bold;
    color: #404040;
}

#main-header > img {
    width: 100%;
}

@media (max-width: 1200px) {
    #main-header {
        margin-top: 10px;
    }
}

/*********************************************************************************************/
/*                                      Content style                                        */
/*********************************************************************************************/
[id^="main-content"] {
    margin: 0;
    padding: 25px 5%;
    font-size: 16pt;
    background-color: #f8f8f8;
    text-align: left;
}

[id^="main-content"] .paragraph h2 {
    font-size: 22pt;
    font-weight: bold;
}

[id^="main-content-row-"] {
    position: relative;
    display: flex;
    margin: 0;
    padding: 25px 2%;
    font-size: 16pt;
    background-color: #f8f8f8;
}

[id^="main-content-row-"] .title {
    min-height: 50px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

.centered-image {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    min-width: 335px;
}

.centered-content {
    text-align: center;
}

.mono {
    background-color: #000 !important;
    color: #fff !important;
    max-width: 60%
}

.indent {
    margin-left: 3%;
}

.indent > h2 {
    font-size: 16pt !important;
}

.bold {
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    [id^="main-content"] {
        margin-top: 20px;
    }
}
