html, body {

}
body {
    font-family: "Roboto", sans-serif;
    background-color: #f5f5f5;
}
ul {

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;   
}
.font-weight-bold {
    font-weight: 500 !important;
}

.ul{
    margin:0 20px;
}
.ul p{
    margin-bottom:30px;
}

#main {

}


.container-fluid{
    max-width: 1140px;
}

.light section a, .light section a:hover, .light section a:active, .light section a:visited {
  color:inherit;
  text-decoration: none;
}

.light section a:hover{
    text-decoration: underline;
}

.dark section a, .dark section a:hover, .dark section a:active, .dark section a:visited {
    color: #fff;
}

#back {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 2px 10px 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgba(51,51,51,0.9);
    z-index: 999;
}
#back i {
    font-size: 24px;
    color: white;
}

.grad-bg {
    background: linear-gradient(24deg, #6937c3 0%, #3e7be5 100%);
}

section {
    padding: 120px 15px 20px;
    margin:0 15px;
}

.navbar {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    opacity: 0.95;
}
.navbar button {
    margin-top: 20px;
    background-color: #343a40;
}
#navbarNav {
    margin: 30px 0;
    padding: 10px;
    border-radius: 5px;
}
#navbarNav.dark {
    background-color: #343a40;
}
#navbarNav.light {
    background: linear-gradient(24deg, #6937c3 0%, #3e7be5 100%);
}
#navbarNav li {
    margin-right: 20px;
}

.home {
    color: #fff;   
}
.home .titl {
    display: flex;
    flex-direction: row;
}
.home .titl h1, .home .titl h3 {
    text-shadow: 2px 2px 2px #3468C1;
}
.home .titl > div:last-child {
    margin-left: 50px;
}
.home .titl .cover {
    align-self: baseline;
    border: 1px solid rgba(255,255,255,0.5);
}

.pdf {
    font-size: 14px;
    margin-top: 10px;
}
.pdf img {
    width: 16px;
}

.pdf a {
    display: flex;
}

.pdf span {
    vertical-align: middle;
    margin-left: 8px;
}

#main-nav {
    max-width: 900px;
    margin: 0 auto;
}
#main-nav .vol {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
}

#main-nav .title {
    margin: 0 20px 10px;
    display: flex;
    justify-content: space-between;
}
#main-nav h4 {
}
#main-nav li:not(:last-child) {
    margin-bottom: 30px;
}

.home .table-cont {
    margin: 48px 0px;
}
.home .table-cont ul {
    margin: 0 20px;
}
.home .table-cont a {
    align-items: baseline;
}

.home .table-cont a .small-txt {
    font-size: 14px;
    margin-left: 10px;
}
.home .table-cont .pNumb {
    text-align: right;
    font-size: 14px;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    padding: 20px;
    background: linear-gradient(24deg, #6937c3 0%, #3e7be5 100%);
    opacity: 0.95;
}

.sect-txt {
    
}
.sect-txt h2 {
    margin-bottom: 40px;
}
.text-cont {
    text-align: justify;
    column-count: 2;
    column-gap: 50px;
}
.text-contx {
    padding:0 30px;
}
    
#s1, #s2, #s3 {
    background-color: rgba(0,0,0,0.05);
}
#s1 {
    
}
#s2 {
    
}
#s3 {
    
}

#cTxt{
    max-width: 900px;
    margin:0 auto;
}

#ebaord p{
    
}

footer {
    font-size: 12px;
    padding: 20px;
    opacity: 0.7;
}
footer.light {
    color: #000;
    border-top: 1px solid rgba(0,0,0,0.5);
}
footer a{
    text-decoration:underline;
}
footer.light a{
    color: #000;
}
footer.dark {
    color: #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.5);
}
footer.dark a{
    color: #fff;
}

/*
 *
 */
@media (max-width: 576px) {
    #navbarNav {
        margin: 20px 0;
    }
    .ul{
        margin-right:0;
    }
    
}

@media (max-width: 576px) and (orientation: portrait) {
    .home .titl > div:last-child {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    
}
/*
 *
 */
@media (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    section{
        padding-top: 100px;
    }
    #s1,#s2,#s3{
        
    }
    .navbar{
        padding:0 30px;
    }
    section {
        margin:0;
    }
    #main-nav {

    }
    
    .home {
        padding-bottom: 0;
    }
    .home a {

    }
    .home .titl {
        flex-direction: column;
    }
    .home .titl > div:last-child {
        margin: 20px 0;
    }
    
    .home .table-cont {
        margin-left: 0px;
        margin-right: 0px;
    }
    .home .table-cont ul, #main-nav .title {
        margin: 0;
    }
    .home .table-cont ul li {
        margin: 10px 0;
    }

    #main-nav .vol {

    }

    .sect-txt {
        
    }
    .sect-txt h2 {
        margin-bottom: 20px;
    }
    .text-cont {
        column-count: 1;
        column-gap: 0;
    }
    .text-contx {
        padding:0;
    }
}