/* GENERAL */

body{
    font-family: serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

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

ul {
    list-style: none;
}

section {
    padding : 35px 0 30px 0;
}

section .heading {
    text-align: center;
    padding-bottom: 40px;
}

section .heading h2{
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.divider {
    width: 100px;
    height: 2px;
    background-color: #e7343f;
    margin: 0 auto 20px auto;
}

.divider.white {
    background-color: white;
}

/* MENU */

.navbar{
    /*background: #b40000;*/
    background: white;
    letter-spacing: 1px;
    border-bottom: 1px solid white;
    font-size: 20px;
}

.navbar-nav {
    margin: 0 0 0 auto;
    text-align: center;
}


nav#myNavbar  {
    div.container-fluid {
        display: inline;

        div#LogoContainer {
            display: flex;
            align-items: center;
            img {
                width: 115px;
                padding-left: 10px;
            }
        }


        div#titleContainer {
            text-align: center;

            a {
                margin-right: 0px;
            }

            span#navbartitle{
                font-size: 50px;
                letter-spacing: 1px;
                font-weight: bold;
                color: #e7343f;
            }
            span#navbarsubtitle {
                font-size: 22px;
                color: #779213 ;
                line-height: 1em;
            }
        }
        div#TogglerContainer {
            display: flex;
            align-items: center;
            justify-content: end;
            i {
                margin-right: 10px;
                color: #e7343f;
            }
        }
    }




}

nav.containerpresentation {
    background: #779213;
    margin-bottom: 10px;
    div.containerpresentation {
        display: inline;
        background: #779213;

        div.subcontainer {
            background: white;
            border-radius: 70px;
            margin: 10px;
            padding-bottom: 10px;
            div#LogoContainer {
                display: flex;
                align-items: center;
                img {
                    width: 115px;
                    padding-left: 20px !important;
                }
            }


            div#titleContainer {
                text-align: center;

                a {
                    margin-right: 0px;
                }

                span#navbartitle{
                    font-size: 50px;
                    letter-spacing: 1px;
                    font-weight: bold;
                    color: #e7343f;
                }
                span#navbarsubtitle {
                    font-size: 22px;
                    color: green;
                    line-height: 1em;
                }
            }
            div#TogglerContainer {
                display: flex;
                align-items: center;
                justify-content: end;
                i {
                    margin-right: 20px !important;
                    color: #e7343f;
                }
            }
        }


    }
}

