.bodyChecked {
    background-color: #0c1c33;
    color: #bbb;
}

.headerChecked {
    background-color: #6a8bb5;
    border-bottom: 10px solid #596c9a;
}

.aChecked {
color: #6a8bb5;
}

.navChecked:hover {
    color: #0c1c33;
}

.galleryChecked{
    background-color: #6a8bb5;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + span.circle {
    left: 30px;
    background-color: #FEFAF4;
    box-shadow: 0 0 20px 0 #FEFAF4;
}

input[type="checkbox"]:checked + span.circle::before, input[type="checkbox"]:checked + span.circle::after {
    background-color: rgba(192, 192, 192, 0.7);
}
label.slider {
    border: 3px solid #167694;
    border-radius: 100px;
    width: 60px;
    height: 30px;
    position: relative;
    background-color: #167694;
    box-sizing: content-box;
    z-index: 1;
    transition: border .3s, background-color .3s, box-shadow .3s;
    cursor: pointer;
    display: inline-block;
}

label.slider.isChecked {
    border: 3px solid #06121C;
    background-color: #06121C;
}

label.slider:hover {
    box-shadow: 0 0 6px rgba(239, 239, 239, 0.32);
}

span.circle {
    position: absolute;
    width: 30px;
    height: 30px;    
    background-color: #FABC62;
    box-shadow: 0 0 20px 0 #FABC62;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: left .3s, background-color .7s, box-shadow .3s;
}

span.circle::before, span.circle::after {
    content: '';
    background-color: #FABC62;
    position: absolute;
    border-radius: 50%;
    transition: background-color .7s;
}

span.circle::before { 
    height: 3px;
    width: 3px;
    bottom: 4px;
    right: 8px;
}

span.circle::after { 
    height: 6px;
    width: 6px;
    bottom: 9px;
    right: 3px;
}

.dark-social-icon{
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background-color: #FEFAF4;
    box-shadow: 0 0 20px 0 #FEFAF4;
    border-radius: 4px;
}

  
.contact-info li.mail-dark a {
    background-image: url('../img/mail-lite.png');
}

.contact-info li.twitter-dark a {
    background-image: url('../img/twitter-lite.png');
}

/* background-color: #FEFAF4;
box-shadow: 0 0 20px 0 #FEFAF4;
border-radius: 3px; */