

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    background-color: #212426;

    color: #cbcfcf;
}

.top-buffer-20 {
    margin-top:20px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


a.no-style {
    color: #cbcfcf;
    text-decoration: none;
}

a.no-style:hover {
    color: #909090;
    text-decoration: none;
}

a.no-style:active {
    color: #cbcfcf;
    text-decoration: none;
}

a.no-style:focus {
    color: #cbcfcf;
    text-decoration: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    /*max-width: 75%;*/
}



