p{text-indent:1.5em;
}

h1{
    font-size: 250%;
}
h2{
    font-size: 150%;
}

.style {
    color:#428bca;
    font-weight:bold;
    font-size:17px;
    text-indent:0;
}

.title {
    color: #428bca;
    font-weight:bold;
    font-size:20px;
    text-indent:0;
}

.style_1 {
    font-weight:bold;
}

.keyword {
    display:inline-block;
    border:none;
    border-style:solid;
    border-color:rgb(192,192,192);
    background-color:rgb(192,192,192);
    color:white;
    margin-right:5px;
    padding-right:0px;
    padding-left:0px;
    overflow:hidden;
    text-align: center;
    font-size:12pt;

}


.paragraph_style {
 margin-bottom: 5%;
 margin-left: 7%;
 margin-right: 9%;
 margin-top: 5%;
 position: relative;
 word-wrap: break-word;
 background: rgb(255, 255, 255);
 max-width: 950px;
 }

.marge {
    margin-left: 2em;
}

.menu{
padding-left:20px;
}




#container {
    margin: 0px auto;
    position:relative;
    overflow: hidden;
    word-wrap: break-word;
}

.nav_vert {
    position: -webkit-sticky;
    position: sticky;
    top:50px;
    background-color: transparent;
    
}

@media screen and (max-width: 44em) {
    .nav_vert ul {
            display: none;
    }
}
.nav_vert ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90px;
    background-color: transparent;
    left: 5px;
    bottom:5px;
    text-align:center;
}

.nav_vert ul li a {
    margin-top: -10px
    display: block;
    color: #000;
    padding: 0px 15px;
    text-decoration: none;
}
/* Change the link color on hover */
.nav_vert ul li a:hover {
    background-color: #555;
    color: white;
}
.nav_vert ul li a:active {
    background-color: #555;
    color: white;
}



.link1 a:hover, a:active{
    background-color: white;
    text-decoration: underline;
    display:inline;
}

.link2 a, a:hover, a:active{
    background-color: white;
    text-decoration: none;
    display:inline;
    color:black;
}


.sidebar-nav {
    padding: 9px 0;
}

/* submenu in the dropdown */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown:hover, .dropdown:active{
    display: block;
    background-color: grey;
    text-decoration: none;
}

.dropdown{
    padding-top:1%;
    padding-bottom:1%;
}


/* submenu 1 */
.dropdown:hover .dropdown-menu {
    display: block;
    background-color: #f9f9f9;
    margin: 0 auto;
    position:absolute;
}

/* submenu 2 */
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    background-color: #f9f9f9;
    position:absolute;
}
.dropdown-menu > li > a:hover {
    background-image: none;
    position:relative;

}



/* Change color of the tags */
.nav-pills a {
    color: black;
}

.nav-pills a:hover {
    text-decoration: underline;
    color: #000;
}


.nav-pills {
    background-color: #000000;
    font-family: Arial;
    border:none;
}

/* text in the nav bar */
.nav-pills a {
    font-size: 100%;
    color: white;
    text-align: left;
    padding: 14px 16px;
}

.nav-pills .dropdown li{
    position:relative;
}
/* Change the link color on hover */
.nav-pills .dropdown a:hover, .nav-pills .dropdown a:active, .nav-pills .dropdown a:focus {
    text-decoration: none;
    background-color: grey;
    display: block;
    color:white;
    
}

.menu1 a{
    background-color: white;
    display: block;
    font-size: 11pt;

}

.menu1 a:hover{
    text-decoration: underline;
    background-color: white;
    display: block;
    color:black;

}

.subtitle1, .subtitle11{
    text-decoration:none;
    text-indent:0em;
    color:#428bca;
    font-size:100%;

}

.subtitle1{
    font-weight:bold;
}

.subtitle11{
    font-style:italic;
}
.subtitle1 a, .subtitle11 a{
    color:#428bca;
    text-decoration:none;
   
}


