/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100vh;
}
*,
p,
b,
em,
input,
.rubik {
    font-family: 'Rubik', sans-serif;
}
body {
    margin-bottom: 230px;
    /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 230px;
    padding-top: 50px;
}
.elementor-screen-only {
    display: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
/* Header */
.switcher {
    padding-top: 30px;
}
.switcher a {
    color: #333;
}
.switcher a.active,
.switcher a:hover {
    color: #53AE3B;
}
.navbar-brand img {
    max-width: 350px;
}
.navbar {
    padding: 0rem;
}
.navbar-toggler {
    background: #57AE3B;
}
.navbar-toggler:hover {
    opacity: 0.8;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.nav-item {
    line-height: 0.8;
    margin-left: 1rem;
}

.nav-item a.nav-link {
    color: #333 !important;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.nav-item.active a,
.nav-item a.nav-link:hover {
    border-bottom: 3.5px solid #53AE3B;
    opacity: 1;
}
/* Footer */
.footer,
.footer a{
    color: gray;
}
.copyright {
    font-size: 0.85em;
    font-weight: lighter;
}
/* Main */
main {
    overflow: hidden;
}
.headline h1 span {
    color: #ccc;
}
.headline h1.text-right {
    font-family: "Kaushan Script", Sans-serif;
    color: rgba(188,188,188,0.6);
}
.headline-right {
    font-size: 5rem;
}

.carousel-item {
    max-height: 480px;
}
.carousel-item img {
    height: 100%;
    width: auto;
}
.main-content p {
    font-size: 1.4em;
    text-align: justify;
}
.banner img {
    max-width: 100%;
}
.contact-content div.text-center p {
    font-size: 1.5rem;
}
.contact-content a {
    color: black;
    font-weight: bold;
}
.contact-content span {
    font-size: 0.85rem;
}
.project-list {
    font-size: 1.2rem;
    line-height: 2;
}
.project-list .heading {
    color: #888;
    font-weight: bold;
}
.project-list {
    font-weight: normal;
}
#accordionProjects .card{
    margin-top: 0;
    border-radius: 0;
}
#accordionProjects .card-header {
    padding: 0;
    border-radius: 0;
}

#accordionProjects button.year {
    margin: 0;
    border-radius: 0;
    font-size: 1.5rem;
    background-color: #00A000;
    color:#fff;
}
#accordionProjects button.year.collapsed {
    background-color: #FBFBFB;
    color: dimgray;
}
.download-list img {
    max-width: 100%;
}
.download-list a {
    font-size: 1rem;
}
.download-list .btn-success {
    margin-bottom: 15px;
}
.solt-content h3 {
    margin: 15px 0 35px 0;
}
/* Text */
.text-center {
    text-align: center;
}
.text-bold {
    font-weight: bold;
}
/* Color */
.text-gray {
    color: #555;
}


/* form */
.recruit-form input,
.contact-form input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
textarea#message {
    height: 250px;
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .nav-item .nav-link {
        line-height: 1;
        padding: 1rem;
    }
    .headline h1 {
    	font-size: 2rem;
    }
    .headline-right {
        font-size: 2.5rem;
    }
    .switcher {
        bottom: 12.5rem;
        left: 0;
        position: absolute;
        height: 22px;
        z-index: 10;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-end;
        width: -webkit-fill-available;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .dropdown button {
        display: block;
        margin-bottom: 15px;
    }
    .sm-text-center {
        text-align: center;
    }
    .main-content p {
        font-size: 1.3em;
    }
    .navbar-brand img {
        max-width: 300px;
    }
}