html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333d47;
    font-weight: 600;
    background-color: #fbfbfb;
    -webkit-font-smoothing: antialiased;
}

span {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333d47 !important;
    text-align: start;
}

p {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333d47 !important;
    margin: 0 0 10px 0;
    line-height: 24px;
    text-align: start;
    width: 100%;
    float: left;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700 !important;
    color: #333d47;
    margin: 2px 0 4px;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol, li, .detail-container, .detail {
    width: 100%;
    float: left !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333d47 !important;
}

li {
    text-align: start;
    font-size: 16px !important;
    color: #333d47 !important;
}

.h1, h1 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
}

.h2, h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
}

.h3, h3 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
}

ul, ol, li, .detail-container, .detail {
    width: 100%;
    float: left !important;
}

.detail-container {
    width: 100%;
    float: left;
}

.youtube-container {
    width: 100%;
    float: left;
    margin: 10px 0;
    position: relative;
    padding: 25px 0 56.25% 0; /*!* 16:9 *!*/
    height: 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail {
    padding: 20px;
    text-align: left;
}
