body {font-family: Tahoma;}
html body.bg-full-screen-image { /*background : url(assets/images/home--bg.jpg); background-size: cover;*/ background-color:#fff; }
html body .content { min-height: -webkit-calc(100% - 16.2rem); min-height: -moz-calc(100% - 16.2rem); min-height: calc(100% - 16.2rem); }
.btn:hover {
    border-color: #f00 !important;
    color: #f00;
}
.text-bold {
    font-weight: 900 !important;
}
.below-header {
    margin-top: 2%;
    padding: 0 1%;
}
.below-header h1.logo {
    font-size: 2.5em;
}
a.header-links {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}
.home-section {
    -webkit-align-items: normal !important;
    -moz-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
    height: auto !important;
}
.home-text {
    width: fit-content;
    margin: 0% auto;
    border-radius: 10px;
    /*background-color: rgba(0,0,0,0.45);*/
    color: #000;
}
.home-text h2 {
    color: #000;
    letter-spacing: -0.025em;
}
.home-text .btn-linkedin {
    padding: 0;
}
.home-text .btn-linkedin:hover {
    box-shadow: none;
}
.notice { background: #f00; color: #fff; padding: 10px; text-align: center; }
.notice a:hover { color: yellow; }
.ticker-text p{ font-size: 1.4em;font-weight: 400;line-height: 1.4em;}
h1.logo { font-size: 3em; color: #000;}
h1.logo span { color: #f00;font-size: 1.3em;font-weight: 900;}
footer.footer { padding: 1rem 2.2rem; background-image: linear-gradient(to bottom, #90909a, #b5b1ae);border-top: 5px solid #444; }

.footer-text {
    color: #000;    
}
.footer-text--title {
    font-size: medium;
}
.footer-text--img {
    max-height: 40px;
}
.footer-images {
    margin-bottom: -2%; padding: 0 1%;   
}
a.footer-links {
    color: #000 !important;
    font-weight: 900;
    text-decoration: underline;
}
.initiative {
    padding: 1% 0;
}
.development {
    padding: 1%;
    padding-right: 0;
}
.initiative {
    border-right: 3px solid #444;
}
.col-left {
    padding: 5% 0% 0 15%;
}
.col-right {
    padding: 5% 15% 0 0%;
}
.col-left p,.col-right p {
    font-size: 1.5em;
    line-height: 1.2em;
}
/** profile page **/
.profile-section {
    height: auto !important;
}
.profile-container {
    width: 100%;
    margin-top: 0%;
    background-color: #EFF2F7;
}
.profile-container .form-label-group.custom-label label {
    padding: 0.25rem 0;
    font-size: 0.7rem;
    top: -20px;
    left: 3px;
    opacity: 1;
}
/*.profile-container.form-label-group.custom-label > input:not(:focus) ~ label {
    color: rgba(34, 41, 47, 0.4) !important;
}*/
.profile-container .form-label-group.custom-label > select:focus ~ label, .profile-container .form-label-group.custom-label > input:focus ~ label {
    color: #7367F0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/** list page **/
.list-section {
    height: auto !important;
}
.list-container {
    width: 98%;
    margin-top: 1%;
    background-color: #EFF2F7;
}

/* Colors */

.bg-navy {
    background-color: navy;
}
.bg-darkmagenta {
    background-color: darkmagenta;
}
.bg-maroon {
    background-color: maroon;
}
.bg-black {
    background-color: black;
}
.bg-fuchsia {
    background-color: fuchsia;
}
.bg-teal {
    background-color: teal;
}
.bg-lime {
    background-color: lime;
}
.bg-olive {
    background-color: olive;
}
.bg-chocolate {
    background-color: chocolate;
}
.bg-hotpink {
    background-color: hotpink;
}
.bg-orangered {
    background-color: orangered;
}
.bg-yellowgreen {
    background-color: yellowgreen;
}
table.dataTable thead tr, table.dataTable tfoot tr{
    background-color: #616161;
    color: #fff;
}

/* Media Queries */
@media screen and (max-width: 991px) {
	body {
        font-size: 0.7rem;
    }
    .linkedin-btn {
        height: 30px;
    }
    .notice img {
        height: 20px;
    }	
    .col-left, .col-right {
        padding: 0;
        padding-top:5%;
    }
    .footer-images {
        margin-bottom: -4%;
    }
    .footer-text--img {
        max-height: 30px;
    }
    .img-thumbnail{
        max-width: none;
    }
    .below-header h1.logo{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
	.footer-images img {
        height: 80px;
    }
}
@media screen and (max-width: 575px) {
	.initiative {
        border-right: 0;
    }
}
@media screen and (max-width: 479px) {
	
}




@media screen and (min-width: 992px) {
    body {
        font-size: 0.8rem;
    }
    .linkedin-btn {
        height: 50px;
    } 
    .col-left {
        padding: 3% 0% 0 0%;
    }
    .col-right {
        padding: 3% 0% 0 0%;
    }
    .footer-images {
        margin-bottom: -3%;
    }
}
@media screen and (min-width: 1200px) {
    body {
        font-size: 0.9rem;
    }
    .linkedin-btn {
        height: 50px;
    } 
    .col-left {
        padding: 3% 0% 0 0%;
    }
    .col-right {
        padding: 3% 0% 0 0%;
    }
}
@media screen and (min-width: 1440px) {
    body {
        font-size: 0.9rem;
    }
    .linkedin-btn {
        height: 50px;
    }    
    .col-left {
        padding: 3% 0% 0 1%;
    }
    .col-right {
        padding: 3% 1% 0 0%;
    }
}
@media screen and (min-width: 1600px) {
    body {
        font-size: 1rem;
    }
    .linkedin-btn {
        height: 50px;
    }
    .col-left {
        padding: 3% 0% 0 15%;
    }
    .col-right {
        padding: 3% 15% 0 0%;
    }
    .footer-images {
        margin-bottom: -2%;
    }
}