html, body{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    cursor: default;
    background-color: white;
    box-sizing: border-box;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none !important;
}

/* --------------------- Nav ----------------------- */
.nav-bg-color{
    background-color: white;
    height: 11.6rem;
}

.nav-sm-bg-color{
    background-color: white;
}

.nav-img{
    max-height: 7.4rem;
}

.nav-link:link, .nav-link:visited, .slide-link:link{
    color: black;
    font-size: 2rem;
    font-weight: 300;
}
.nav-link:hover, .slide-link:hover{
    cursor: pointer;
    color: rgb(6, 24, 100);
}

.navbar-toggler{
    font-size: 2rem;
    color: rgb(6, 24, 100);
}

/* --------------------- Footer ----------------------- */
.bg-footer{
    background-color: rgb(250, 247, 243);
    font-size: 1.4rem;
    margin-top: 10rem;
}
.bg-footer h6, .footer-text{
    font-size: 1.5rem;
}

.fa-map-marker-alt, .fa-edit, .fa-phone{
    margin: .2em auto 0 auto;
    font-size: 1.2em;
}

.statute-link:link, .statute-link:visited{
    color: black;
    font-size: 2rem;
    font-weight: 300;
}
.statute-link:hover{
    cursor: pointer;
    color: blue;
}

/* --------------------- Shared ----------------------- */
/* Fb link */
.fb-sitebar{
    font-size: 3rem;
    padding: 2.1rem 1.5rem 2.1rem 2rem;
    position: fixed;
    right: 0;
    top: 14rem;
    color: white;
    background-color: #4267B2;
    border-radius: 2rem 0 0 2rem;
    z-index: 10;
}

/* Ig link */
.ig-sitebar{
    font-size: 2.8rem;
    padding: 2rem 1.2rem 2rem 1.8rem;
    position: fixed;
    right: 0;
    top: 24rem;
    color: white;
    border-radius: 2rem 0 0 2rem;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    z-index: 10;
}

/* Text size*/
p, li, th, td{
    font-size: 2rem;
    font-weight: 300;
}

/* Text color */
.p-color{
    color: rgb(6, 24, 100);
}

/* Common parts */
.main-part{
    color: black;
    font-weight: 500;
    max-width: 100%;
    margin: 0 auto 4rem auto;
}
.main-part h1, .small-title, .text-center h1{
    font-size: 5rem;
    font-weight: 300;
    color: rgb(6, 24, 100);
}

/* Unordered lists - empty circle signatures */
ul{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: 0em;
}
.fa-genderless, .fa-hand-point-right{
    font-size: 1.5rem;
    margin: 0 1rem .1rem 0;
    color: rgb(6, 24, 100);
}
