/* general */
body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
}

a {
    color: #3e64ff;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #3355db;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    color: rgb(50, 50, 50);
}

hr {
    margin-top: 0%;
    margin-bottom: 0%;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

pre {
    background-color: #f5f5f5;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

/* screen */
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 950px) {
    .container {
        max-width: 950px;
    }
}

@media screen and (max-width: 900px) {
    section.font-size-auto {
        font-size: small;
    }

    div.font-size-auto {
        font-size: small;
    }

    h5.font-size-auto {
        font-size: large;
    }

    ul.ftco-footer-social li {
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 576px) {
    #teaser {
        display: none
    }
}

@media screen and (max-width: 576px) {
    body {
        line-height: 1.2;
    }
    section.font-size-auto {
        font-size: smaller;
    }

    div.font-size-auto {
        font-size: smaller;
    }

    div.px-4 {
        padding-left: 1.3rem !important;
        padding-right: 0rem !important;
    }
}

/* navbar */
.navbar {
    padding: 0rem 0rem;
    border-radius: 0px;
}

.navbar-dark .nav-link:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

.bg-dark {
    background: #000000 !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    padding-left: 0rem;
    padding-right: 0rem;
}

.bar1,
.bar2,
.bar3 {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5.5px, 6px);
    transform: rotate(-45deg) translate(-5.5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5.5px, -6px);
    transform: rotate(45deg) translate(-5.5px, -6px);
}


/* Customized */
.pub-td {
    padding-right: 0.8rem !important;
}

.pub-venue {
    color: rgb(74, 136, 92);
    font-weight: bolder;
}

.pub-title {
    font-weight: 500;
}

.pub-me {
    color: black;
    text-decoration: underline;
    font-weight: bolder;
}

.pub-others {
    color: rgb(126, 126, 126);
}

.pub-pad-bottom {
    padding-bottom: 0.8rem;
}


/* ftco */
.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 2rem;
    width: 2rem;
    display: block;
    float: left;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 1.25rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    background: #000000;
}

.ftco-footer {
    font-size: 16px;
    background: #000000;
    padding: 4em 0;
    z-index: 0;
}