/*
    * Element specific / ids
*/

/*------------------------------------IMPORTS------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300|Open+Sans+Condensed:300|Roboto+Condensed:400,300|Text+Me+One|Roboto:400,300|Lovers+Quarrel');
@import url('https://fonts.googleapis.com/css?family=Amita|Dancing+Script|Fredericka+the+Great|Monoton|Open+Sans|Open+Sans+Condensed:300|Petit+Formal+Script|Raleway+Dots|Tangerine');

/*------------------------------------Variables------------------------------------*/
@import url('variables.css');

/*------------------------------------Grid------------------------------------*/
@import url('grid.css');

/*------------------------------------Layouts------------------------------------*/
@import url('layouts.css');

/*------------------------------------Elements------------------------------------*/
@import url('elements.css');

/*--------------------------------------General classes-------------------------------------*/
@import url('general-classes.css');

/*------------------------------------Components classes------------------------------------*/
@import url('components.css');

/*------------------------------------Element specific------------------------------------*/
#intro-home {
    background: /* url(/content/images/IMG-20190117-WA0034-1.png) no-repeat bottom center scroll,*/
    url(/assets/images/general/kenrick-mills-709743-unsplash.jpg) no-repeat bottom center scroll;
    background-size: /*contain,*/ cover;
    background-position: /*center,*/ center;
}

#intro-about {
    background: url(/assets/images/general/passion-led-us-here.jpg) no-repeat bottom center scroll, url(/images/passion-led-us-here.jpg) no-repeat bottom center scroll, url(/images/background-11.png) repeat bottom center scroll;
    background-size: /*contain,*/ auto, contain;
    background-position: right, left;
}

#intro-portfolio {
    background: url(/assets/images/general/background-12.png) no-repeat bottom center scroll;
    background-size: /*contain,*/ cover;
    background-position: /*center,*/ center;
}

#intro-blog {
    background: url(/assets/images/general/trianglify2.png) no-repeat bottom center scroll;
    background-size: /*contain,*/ cover;
    background-position: /*center,*/ center;
}

main#home {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
}

#welcome.inline-hero-image {
    background-image: url(img/welcome-3.jpg);
    filter: grayscale();
    position: relative;
}

    #welcome.inline-hero-image > div {
        background-color: rgba(0,0,0,0.9);
        position: absolute;
        height: 100%;
        width: 100%;
    }

#footer-image {
    width: 150px;
    height: 150px;
}

#presenterPortfolio {
    background-position: right;
}

#workCityAtlanta {
    background-image: url(/assets/images/general/atlanta-building-above.jpg);
}

#workCitySeoul {
    background-image: url(/assets/images/general/seoul-south-korea.jpg);
}

#workCityNdola {
    background-image: url(/assets/images/general/congo-drc.jpg);
}

#workCityLubumbashi {
    background-image: url(/assets/images/general/zambia.jpg);
}

#userLogin {
    background-image: url('../../assets/images/general/banner3.jpg');
    background-position: top;
    height: 100vh;
    position: relative;
}

#loginFormWrapper {
    background-color: white;
    box-shadow: 0 0 2px 1px #bbb;
    padding: 50px;
    max-width: 315px;
    width: 1000%;
}

#dashboard {
    background-image: url('/assets/images/general/banner6.jpg');
    background-position: top;
    background-size: cover;
}

#blogpostsAdmin {
    /*background-image: url('/assets/images/backend/beauty-in-the-dark.jpg');*/
}

#blogpostsDashboardSection {
    background-image: url(/assets/images/general/rise.jpg);
    padding: 50px;
}

#projectsDashboardSection {
    background-image: url(/assets/images/general/kelly-sikkema-580858-unsplash.jpg);
    padding: 50px;
}

.dashboard-card-width {
    width: 280px;
}

/*
    Structure:
    * Imports
    * Elements
    * Element specific / ids
    * General classes
    * Components classes
*/

/*------------------------------------Elements------------------------------------*/
@import url('../app/site.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300|Open+Sans+Condensed:300|Roboto+Condensed:400,300|Text+Me+One|Roboto:400,300');

/*------------------------------------Elements------------------------------------*/
html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif,Arial,sans-serif;
    color: #000;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: red;
}

.full-width {
    width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #900;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

p {
    font-size: 16px;
}

footer {
    color: white;
    font-size: 16px;
    background-color: #5f0a0a;
    padding: 30px;
    display: block;
    text-align: center;
}


/*------------------------------------General Classes------------------------------------*/
.image-size-vertical-medium {
    height: 160px;
}

.centerimage {
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerimage-small {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.wrap {
    white-space: normal;
}

.margin-none {
    margin: 0px !important;
}

.margin-small {
    margin: 3px;
}

.padding-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.width-50 {
    width: 50%;
}


/*------------------------------------Component Classes------------------------------------*/
.dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
}

.quote {
    text-align: center;
    font-size: 1.5em;
    color: #999;
    margin: 10px 0;
}

.padding-sm {
    padding: 5px !important;
}

.padding-md {
    padding: 15px !important;
}

.padding-lg {
    padding: 25px !important;
}

.padding-xl {
    padding: 40px !important;
}

.margin-sm {
    margin: 5px !important;
}

.margin-md {
    margin: 15px !important;
}

.margin-lg {
    margin: 25px !important;
}

.margin-xl {
    margin: 40px !important;
}

.containter {
    width: 100%;
}



.heading {
    color: black;
    text-align: center;
    font-size: 45px;
}

.rightimage {
    float: right;
    width: 300px;
}


.linked-image {
    padding: 2px;
}

    .linked-image:hover {
        padding: 4px;
        background-color: skyblue;
    }

.jumbotron {
    background: url("/assets/images/general/mc-background-1.jpg");
    background-size: cover;
}

    .jumbotron h1 {
        color: white;
    }

    .jumbotron p {
        color: white;
    }

.desc {
    width: 170px;
}

.img a img {
    width: 170px;
    height: 170px;
}

.img .desc {
    width: 170px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.useful-links {
    list-style-type: none;
}

.taginfo {
    background-color: wheat;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center-block {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.view-more {
    margin: 10px 0;
    max-width: 200px;
}
/*---------------------Posts Css-------------------------*/
.list {
    padding: 5px 5px;
}

    .list ul {
        padding: 5px 5px;
        list-style: none;
    }

        .list ul li {
            border-bottom: solid aliceblue 1px;
        }

.post-footer {
    background-color: #28496C;
    color: white;
    padding: 2px 10px;
}

.monthly-blog-post {
    background-color: white;
    border: solid lightgray 1px;
    box-shadow: 5px 5px 5px lightgray;
}

.tut-blog-post {
    background-color: white;
    border: solid lightgray 1px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px lightgray;
}

#project-under-dev {
    border: solid lightgray 1px;
    box-shadow: 5px 5px 5px lightgray;
    margin-bottom: 10px;
}

/*Apps*/
.imageDiv {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    float: left;
    background-color: white;
    text-align: center;
}

imageDiv a:hover img {
    border: 1px solid #0000ff;
}

.descriptionOfApp {
    text-align: center;
    font-weight: normal;
    width: 170px;
    margin: 5px;
}


/*Contact*/
.contact-details {
    top: 35%;
    left: 15%;
    position: absolute;
    color: white;
}

.thumbnail {
    position: relative;
    background-color: transparent;
}

.background-shadow-bottom {
    box-shadow: #000 00px 3px 10px;
    background-color: white;
    margin: 5px;
}

.col-sm-10 {
    overflow: hidden;
}
/*-------------------------------------Footer---------------------------------------*/

.footer-link {
    color: white;
}

    .footer-link:hover {
        color: white;
        opacity: 0.4;
        text-decoration: none;
    }


.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

#experiences {
    position: relative;
    height: 500px;
    margin: 50px;
    overflow: hidden;
}

#experiences-slider {
    display: block;
    height: 500px;
    width: 100%;
    overflow-x: auto;
}

#previous {
    position: absolute;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    bottom: 0px;
    top: 0px;
}

#next {
    position: absolute;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    bottom: 0px;
    top: 0px;
}

.desktop {
    width: 300%;
}

.section-header {
    height: 200px;
    display: none;
}

@media (min-width: 768px) {
    .menu-panel {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .desktop {
        display: block;
    }

    .slider-item {
        float: left;
        width: 33.33%;
    }

        .slider-item:hover {
            padding: 2px;
            cursor: pointer;
        }

    .slider-button {
        display: block;
    }
}

.slider-button {
    opacity: 0.3;
}

    .slider-button:hover {
        opacity: 1;
    }

    .slider-button:active {
        opacity: 0.85;
    }

/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'Roboto Condensed';
    font-weight: lighter;
    letter-spacing: 1px;
}

p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 5px 0;
        font-size: 16px;
        line-height: 1.6;
    }
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #FFF;
}

    .navbar-custom a {
        color: #000 !important;
    }

    .navbar-custom .nav li a {
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
        border-bottom: transparent 2px;
    }

        .navbar-custom .nav li a:hover {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .navbar-custom .nav li a:focus,
        .navbar-custom .nav li a:active {
            outline: 0;
            background-color: transparent;
        }

    .navbar-custom .nav li.active {
        outline: 0;
    }

        .navbar-custom .nav li.active a {
            background-color: rgba(255,255,255,.3);
        }

            .navbar-custom .nav li.active a:hover {
                color: #fff;
                background-color: rgba(0,0,0,0.5);
            }

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        /*background: rgba(17,68,119,.7);*/
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

        .navbar-custom a {
            color: #FFF !important;
        }

        .navbar-custom .dropdown-menu a {
            color: #000 !important;
        }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            /*border-bottom: 1px solid rgba(0,0,0,.03);*/
            box-shadow: lightgray 0 0 15px 1px;
            background: rgba(255,255,255, 1);
            /*background: rgb(17,68,119);*/
        }

            .navbar-custom.top-nav-collapse a {
                color: black !important;
            }
}

#intro-apps {
    background: url(/assets/images/general/coding.jpg) no-repeat bottom center scroll;
    background-size: cover;
}

#intro-contact {
    background: url(/assets/images/general/listening-to-music.jpeg) no-repeat bottom center scroll;
    background-size: cover;
    background-position: center;
}

#intro-home {
    background: url(/assets/images/general/mc-background-1.jpg) no-repeat bottom center scroll;
    background-size: cover;
}

#intro-blog {
    background: url(/assets/images/general/trianglify.png) no-repeat bottom center scroll;
    background-size: cover;
}

#intro-projects {
    background: url(/assets/images/general/banner5.jpg) no-repeat bottom center scroll;
    background-size: cover;
}

#intro-services {
    background: url(/assets/images/general/banner6.jpg) no-repeat bottom center scroll;
    background-size: cover;
}

#intro-experiments {
    height: 100vh;
}

    #intro-experiments:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: url(/assets/images/general/dark-road.jpg) no-repeat bottom center scroll;
        background-size: cover;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.experiments-image-overlay {
    background: url(../../assets/images/general/dark-road.jpg);
    height: 82vh;
    width: 82vw;
    position: absolute;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.font-pristina {
    font-family: Pristina;
}

.faded-background {
    background-color: rgba(0, 0, 0, 0.05);
}

.intro .intro-body .intro-text {
    font-size: 18px;
    font-family: 'Yu Gothic';
}

@media(min-width:768px) {
    .intro {
        height: 500px;
        padding: 0;
    }

        .intro .intro-body .brand-heading {
            font-size: 110px;
        }

        .intro .intro-body .intro-text {
            font-size: 30px;
        }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #fff;
        background: rgba(255,255,255,.1);
    }

    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }

    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 10px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    background: url(/content/images/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

.banner-social-buttons a {
    width: 150px;
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }
}

footer {
    font-family: Arial;
    font-size: 1.3em;
    padding: 50px 0;
}

    footer p {
        margin: 0;
    }

/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
    */
.app {
    display: table;
    position: relative;
    margin-bottom: 30px !important;
    max-width: 300px;
    background-color: white;
    box-shadow: lightgray 0 0 3px 1px;
    margin: 0 auto;
}

    .app:hover {
        background-color: lightblue;
    }

    .app p {
        height: 100%;
        text-align: center;
        margin: 0;
        padding: 10px !important;
    }


.appImage {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    background-color: rgba(153, 0, 0, 0.2);
    margin: 0 auto;
    border: 1px solid rgba(153, 0, 0, 0.4);
}

.appDownload {
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-top: 1px solid;
    color: #900;
}

.side-panel {
    background-color: #FFF;
    color: black;
    text-align: center;
}

    .side-panel figcaption {
        font-size: 1.5em;
        color: #999;
        margin: 10px 0;
    }


    .side-panel #home {
        padding: 10px;
        margin: 0 0 50px 0;
        background-color: #810000;
        color: white;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

        .side-panel #home:hover {
            color: #C10000;
            background-color: white;
            font-weight: 500;
            box-shadow: inset #C10000 0 0 1px 1px;
        }


.connect hr {
    width: 50%;
    height: 2px;
    background-color: #00477A;
}


.me img {
    height: 100%;
}

.rounded-div {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: #BBB 3px solid;
}

.round-element-small {
    background-color: #1c6bad;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    animation: pulse 3s ease-out;
    animation-iteration-count: infinite;
}

.side-panel {
    background-size: 200% 100%;
    animation: slide-in 0.9s ease-out;
    animation-fill-mode: forwards;
}

@keyframes slide-in {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
    }
}

@keyframes pulse {
    50% {
        background-color: lightgray;
    }
}

.em2 {
    font-size: 1.3em;
}

.descriptor {
    margin: 10px 0;
}

.connect-title {
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0 10px 0;
    text-transform: uppercase;
}


.connect a {
    color: white;
    display: block;
    width: 50%;
    margin-top: 10px;
    text-decoration: none;
    border: solid 1px white;
    line-height: 24px
}

    .connect a:hover {
        color: black;
        background-color: white;
    }

.info {
    float: right;
    width: 70%;
}

.info-block {
    margin-top: 3px;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: lightgray 0 0 10px 1px;
    text-align: justify;
}

.home-info-block {
    max-width: 560px;
}

    .home-info-block:hover {
        background-color: lightblue;
    }

.info-heading {
    padding: 20px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    border-bottom: 3px double #900;
}

.info-content {
    padding: 15px;
}

@media all and (max-width: 450px) {
    .info-block {
        padding: 15px;
        margin-top: 3px;
        margin-bottom: 5px;
    }

        .info-block:hover {
            background-color: whitesmoke;
            color: black;
        }
}

/*Backgrounds*/
.background-1 {
    padding: 0 10px;
    color: black;
}

.background-2 {
    padding: 0 10px;
    background-color: white;
    color: black;
}

.background-3 {
    padding: 0 10px;
    color: black;
}

.background-1, .background-2, .background-3 {
    padding: 30px 50px 0px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .background-1, .background-2, .background-3 {
        padding: 20px;
        font-size: 1.1em;
    }
}

.padding-horizontal-small {
    padding-left: 15px;
    padding-right: 15px;
}

.social-buttons {
    overflow: hidden;
    display: inline-block;
}

.social-button a {
    color: white;
    display: table-cell;
    vertical-align: middle;
}

    .social-button a:hover {
        color: coral;
    }

.social-button {
    font-size: 20px;
    display: table;
    float: left;
    margin: 0 20px 10px;
}

    .social-button span {
        display: none;
    }

@media(min-width: 687px) {
    .social-button:not(:last-child)::after {
        margin: 0 0px 0 5px;
        content: "/" !important;
        font-size: 5em;
        font-family: 'Baskerville Old Face';
    }

    .social-button:last-child::after {
        margin: 0 5px;
        content: "";
        font-size: 5em;
        font-family: 'Baskerville Old Face';
    }

    .social-button {
        font-size: 20px;
        display: table;
        float: left;
        min-width: 150px;
        margin: 0;
    }

        .social-button span {
            display: inline-block;
        }
}

#editor {
    box-shadow: 0 0 2px #CCC;
    min-height: 150px;
    overflow: auto;
    padding: 1em;
    margin-top: 20px;
    resize: vertical;
    outline: none;
}

.toolbar {
    text-align: center;
    z-index: 15;
}

    .toolbar a,
    .fore-wrapper,
    .back-wrapper {
        border: 1px solid #AAA;
        background: #FFF;
        font-family: 'Candal';
        border-radius: 1px;
        color: black;
        margin-top: 10px;
        display: inline-block;
        text-decoration: none;
        box-shadow: 0px 1px 0px #CCC;
        z-index: 15;
    }

    .toolbar i {
        padding: 5px !important;
    }

    .toolbar a:hover,
    .fore-wrapper:hover,
    .back-wrapper:hover {
        background: #f2f2f2;
        border-color: #8c8c8c;
        z-index: 15;
    }

a.palette-item {
    height: 1em;
    border-radius: 3px;
    margin: 2px;
    width: 1em;
    border: 1px solid #CCC;
    z-index: 15;
}

    a.palette-item:hover {
        border: 1px solid #CCC;
        box-shadow: 0 0 3px #333;
    }

.fore-palette,
.back-palette {
    display: none;
}

.fore-wrapper,
.back-wrapper {
    display: inline-block;
    cursor: pointer;
}

    .fore-wrapper:hover .fore-palette,
    .back-wrapper:hover .back-palette {
        display: block;
        float: left;
        position: absolute;
        padding: 3px;
        width: 10em;
        background: #FFF;
        border: 1px solid #DDD;
        box-shadow: 0 0 5px #CCC;
        height: 4.4em;
    }

.fore-palette a,
.back-palette a {
    background: #FFF;
    margin-bottom: 2px;
}

.w3-card-2 {
    padding: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

@media only screen and (min-width : 768px) {
    /*
     * Row with equal height columns
     * --------------------------------------------------
     */
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.website-content {
    display: table;
    height: 100%;
    width: 100%;
}

.website-description {
    display: table-row;
    height: 100%;
}

    .website-description p {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        padding: 0 25px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

.website-image-box {
    height: 100%;
    width: 100%;
    position: relative;
}

.side-glow-overlay-left {
    position: absolute;
    height: 100%;
    width: 100%;
}

.side-glow-overlay-right {
    position: absolute;
    height: 100%;
    width: 100%;
}

.website {
    background-color: white;
}

.website-image {
    height: 100%;
    width: 100%;
    min-height: 50vh;
}

.website-header {
    padding-top: 5px;
    text-align: center;
}

    .website-header h2 {
        color: steelblue;
    }

.website-description {
    padding: 0 50px;
}

.website-content hr {
    margin: 0;
}

.website-content h2 {
    margin-bottom: 15px;
}

.website > section {
    padding: 0px;
}

.website hr {
    border-style: double;
    width: 70%;
    margin: auto;
    border-bottom-width: 3px;
    border-color: rgba(0, 0, 0, 0.1);
}

.website-footer .social-container a:hover {
    padding: 5px;
    border: 1px solid white;
    border-radius: 50%;
    color: palevioletred;
    background-color: lightsteelblue;
}

.social-button-small {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: 2%;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: steelblue;
    font-family: "Open Sans", sans-serif;
    border: 3px solid white;
    border-radius: 50%;
}

.social-container {
    display: inline-block;
}

    .social-container a {
        padding: 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        color: white !important;
        float: left;
        margin-right: 5px;
    }

        .social-container a:hover {
            padding: 5px;
            border: 1px solid white;
            border-radius: 50%;
            text-decoration: none;
            animation: pulse 3s ease-out;
            animation-iteration-count: infinite;
        }

@media (max-width: 767px) {
    .dropdown-menu {
        position: initial;
        float: none;
    }
}

#my-photo {
    transform: scaleZ(2);
}

/*------------------------------------Element Specifc------------------------------------*/
#showFirstLevel, #showSecondLevel {
    display: none;
}

#homeimages div {
    padding: 2px;
}

    #homeimages div:hover {
        padding: 4px;
        background-color: skyblue;
    }

    #homeimages div img {
        width: 100%;
    }

@media (min-width: 768px) {
    #listOne, #listTwo, #listThree {
        display: none;
    }

    #columnOne, #columnTwo, #columnThree {
        display: inline;
    }
}

.popover-title, .popover-content {
    color: black !important;
}


/*Pulse*/
.circle {
    text-align: center;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: #01a4e9;
    position: relative;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: transparent;
}


    .circle:before,
    .circle:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 3px solid lightblue;
    }

    .circle:before {
        -webkit-animation: ripple 2s linear infinite;
        animation: ripple 2s linear infinite;
    }

    .circle:after {
        -webkit-animation: ripple 2s linear 1s infinite;
        animation: ripple 2s linear 1s infinite;
    }

    .circle:hover.circle:before,
    .circle:hover.circle:after {
        /*-webkit-animation: none;
        animation: none;*/
        border: none;
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }

    80%, 100% {
        opacity: 0;
    }
}


/* Blog categories */
[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

[class^=imghvr-fade]:hover > img {
    opacity: 1;
}

.blog-categories figure {
    flex: 1;
    position: relative;
}

.blog-categories img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-category-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.featured-category-header {
    text-align: center;
    font-size: 30px;
}

.featured-category-block figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.featured-category-posts {
    list-style: none;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .featured-category-posts li {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.8em;
        font-family: 'Roboto Condensed';
        font-weight: 300;
        color: white;
        background-color: rgba(0,0,0,0.4);
        transition: all 0.2s ease-in-out;
        overflow: hidden
    }

    .featured-category-posts a {
        color: white;
    }

    .featured-category-posts li:hover a {
        color: #900;
    }

    .featured-category-posts li .post-excerpt {
        display: none;
        font-size: 16px;
    }

    .featured-category-posts li:hover .post-excerpt {
        display: block;
    }

.blog-post {
    font-size: 16px;
}

.featured-category-posts:hover li {
    background-color: rgba(0,0,0,0.5);
    flex: 1;
}

.featured-category-posts li:hover {
    background-color: rgba(255,255,255,0.83);
    color: #900;
    border-radius: 2px;
    flex: 2;
}

/* Recent Posts */
.recent-posts .hover-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.recent-post-summary {
    position: relative;
}

    .recent-post-summary .summary-text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 10px;
        background-color: rgba(0,0,0,0.43);
        color: white;
        font-size: 17px;
        align-items: center;
        justify-content: center;
        font-family: 'Open Sans', sans-serif;
        display: none;
        text-align: justify;
    }

.recent-posts:hover .summary-text {
    display: flex;
}

.recent-post-summary {
    position: relative;
}

#recent-post-image {
    height: 50vh;
}

.recent-posts .recent-post-links {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .recent-posts .recent-post-links a {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 5px;
        font-family: 'Roboto Condensed';
        font-size: 18px;
        color: #900;
        cursor: pointer;
        justify-content: center;
        border-bottom: 1px dotted #ccc;
    }

        .recent-posts .recent-post-links a:last-child {
            border-bottom: none;
        }

        .recent-posts .recent-post-links a:hover {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 5px;
            background-color: #b94a48;
            color: white;
        }

.featured-posts .summary-text {
    font-size: 18px;
}

#see-more-posts {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    background-color: lightblue;
    padding: 5px;
    height: 52px;
    width: 100px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    color: darkblue;
}

    #see-more-posts:hover {
        color: white;
        background-color: #900;
    }

.recent-post-links-more {
    margin-bottom: 25px;
}

    .recent-post-links-more > div {
        margin-bottom: 5px;
    }

    .recent-post-links-more .overflow-post {
        overflow: hidden;
        width: 25vw;
        height: 25vw;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

        .recent-post-links-more .overflow-post img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .recent-post-links-more .overflow-post .summary-text {
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: 0px;
            border-radius: 50%;
            position: absolute;
            background-color: rgba(255,255,255,0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: medium;
            color: transparent;
            transition: all ease-in-out 0.2s;
        }

        .recent-post-links-more .overflow-post .summary-text-visible {
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: 0px;
            border-radius: 50%;
            position: absolute;
            color: white;
            background-color: black; /*rgba(255,255,255,0.15);*/
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: medium;
            transition: all ease-in-out 0.2s;
        }

            .recent-post-links-more .overflow-post .summary-text-visible:hover {
                background-color: rgba(255,255,255,1);
                color: black;
                margin: 12px;
            }

        .recent-post-links-more .overflow-post .summary-text:hover {
            background-color: rgba(0,0,0,0.5);
            color: white;
            margin: 12px;
            font-size: 26px;
        }

@media (max-width: 769px) {
    .recent-post-links-more .overflow-post {
        overflow: hidden;
        width: 50vw;
        height: 50vw;
        border-radius: 50%;
        margin: 0 auto;
        max-width: 250px;
        max-height: 250px;
    }
}
/*canvas#intro-blog {
    background-color: white;
}*/

.col-sm-4:nth-child(3n+1) {
    clear: both;
}


#archivesList {
    /* The main container div */
    position: relative;
    margin: 0px auto 10px;
    padding: 5px 5px 10px;
}

#holder {
    /* The unordered list that is to be split into pages */
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    padding: 0;
    margin: 0;
}

.swControls {
    position: absolute;
    margin-top: 0px;
}

a.swShowPage {
    /* The links that initiate the page slide */
    background-color: #c1ccdf;
    float: left;
    height: 15px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 15px;
    /*border:1px solid #ccc;*/
    /* CSS3 rounded corners */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

    a.swShowPage:hover,
    a.swShowPage.active {
        background-color: white;
        /*  CSS3 inner shadow */
        -moz-box-shadow: 0 0 7px #1e435d inset;
        /*-webkit-box-shadow:0 0 7px #1e435d inset;*/
        box-shadow: 0 0 7px #1e435d inset;
    }

#holder li {
    list-style: none outside none;
    padding: 0;
}

    #holder li a {
        list-style: none outside none;
        padding: 8px 3px;
    }

.publish-status-published {
    color: green;
}

.publish-status-draft {
    color: orange;
}

.publish-status-draft {
}

#holder {
    /* The unordered list that is to be split into pages */
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    padding: 0;
    margin: 0;
}

.swControls {
    position: absolute;
    margin-top: 10px;
}

a.swShowPage {
    /* The links that initiate the page slide */
    background-color: #c1ccdf;
    float: left;
    height: 15px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 15px;
    /*border:1px solid #ccc;*/
    /* CSS3 rounded corners */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

    a.swShowPage:hover,
    a.swShowPage.active {
        background-color: white;
        /*  CSS3 inner shadow */
        -moz-box-shadow: 0 0 7px #1e435d inset;
        /*-webkit-box-shadow:0 0 7px #1e435d inset;*/
        box-shadow: 0 0 7px #1e435d inset;
    }

#holder li {
    list-style: none outside none;
    padding: 0;
}

    #holder li a {
        list-style: none outside none;
        padding: 8px 3px;
    }

#all-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 400px;
    grid-gap: 10px;
    margin-bottom: 50px;
    text-align: center;
}


.blogpost {
    display: flex;
    flex-direction: column;
    place-content: flex-end;
    background-size: cover;
    box-shadow: rgba(0,0,0,0.3) 0 0 5px 1px;
}

.blogpost-overview {
    background-color: rgba(255,255,255,1);
    transition: all ease 0.3s;
}

.blogpost-excerpt {
    display: none;
    flex: 1;
    text-align: justify;
}

.blogpost-link {
    display: none;
    text-align: center;
}

.blogpost-expanded .blogpost-overview, .blogpost:hover .blogpost-overview {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: rgb(144 144 255 / 60%);
    color: white;
    padding: 0 15px 15px;
}

    .blogpost-expanded .blogpost-overview .blogpost-caption, .blogpost:hover .blogpost-caption {
        color: white;
    }

.blogpost:hover .blogpost-excerpt {
    flex: 1;
    display: block;
    overflow: auto;
}

.blogpost:hover .blogpost-link {
    display: block;
}

    .blogpost:hover .blogpost-excerpt::-webkit-scrollbar {
        width: 1px;
    }
