html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 3.052rem;
}

h2 {
    font-size: 2.441rem;
}

h3 {
    font-size: 1.953rem;
}

h4 {
    font-size: 1.563rem;
}

h5 {
    font-size: 1.25rem;
}

.subtitle2 {
    font-size: 1.0rem;
}

.lead {
    font-size: 1.563rem;
}

.section-main {
    padding-top: 240px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 32px;
}

    .section-main > h1 {
        color: #FFFFFF;
    }

    .section-main > .subtitle2-space {
        color: #FFFFFF;
    }

    .section-main > .lead {
        color: #FFFFFF;
    }

.am-text-large-space{
    margin-bottom:48px;
}

.am-subtitle2-space{
    margin-top:12px;
}

.am-body1{
    margin-bottom:80px;
}


.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
}

@media (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        margin: 3rem 0 1.38rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        line-height: 1.3;
    }

    .header-part {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .am-body1 {
        margin:0px;
    }

    .am-text-large-space {
        margin-bottom: 16px;
    }

    .am-blog-space{
        margin-bottom:64px;
    }

    .am-picture-space{
        padding-top: 6px;
    }

    .normal-view h1 {
        font-size: 3.052rem;
    }

    .normal-view h2 {
        font-size: 2.441rem;
        margin-top: 4px;
        margin-bottom: 2px;
    }

    .am-subtitle2-space {
        margin-top: 0px;
    }

    .dist-space{
        height:52px;
    }
}
