html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    color: #272727;
    transition: all .35s;
}

a:hover, a:focus {
    color: #121212;
}

p {
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 100px 0;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #121212;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    z-index: 99;
}

#mainNav.nav-header-elevation {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

#mainNav .navbar-brand {
    color: white;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #dadada;
    border-color: #343434;
}

#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dadada;
}

#mainNav .navbar-nav > li > a.active {
    color: white !important;
    font-weight: 900;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #eaeaea;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #eaeaea;
    font-weight: bold;
}

header #pageTitle {
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
}

header #pageTitle h1 {
    font-size: 38px;
    margin-top: 0;
}

.question_answer {
    padding-bottom: 40px;
    text-align: justify;
}

.acc_del_section {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: justify;
}

section.contact {
    background: #121212;
    color: rgba(255, 255, 255, 0.67);
}

.contact-email {
    font-weight: 600;
    line-height: 1.455;
    color: #cacaca;
}

.contact-email:hover, .contact-email:focus {
    color: white;
}

.app-footnote {
    margin-bottom: 70px;
}

section.contact a {
    text-decoration: none;
}

section.contact .navbar-brand {
    color: #eaeaea;
    margin-bottom: 15px;
}

section.contact .navbar-brand:hover, .navbar-brand:focus {
    color: white;
}

section.contact h4 {
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    border-radius: 100%;
}

section.contact ul.list-social li a i {
    font-size: 25px;
    line-height: 50px;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-instagram a {
    background-color: #E1306C;
}

section.contact ul.list-social li.social-instagram a:hover {
    background-color: #C13584;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #0093D5;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0060A2;
}

.justify_text {
    text-align: justify;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    background-color: #121212;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
    text-decoration: none;
    color: white
}

.fa-check {
    color: green;
}

.fa-times {
    color: red;
}

/* Style table headers and table data */
th, td {
    text-align: center;
}

th:first-child, td:first-child {
    text-align: left;
}


h2 {
    font-size: 1.8rem;
    padding-top: 24px;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}