/* ========== for Nick Lulow Art =========== */
/* ========== author kroope@gmail.com ========= */

.archiveMenu {
    list-style: none;
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.archiveList {
    display: inline;
}

ul.archiveMenu li a {
    display: inline-block;
    width: 24%;
    background: #fff;
    height: auto;
    color: #000;
    padding: 30px;
    transition: all 200ms ease-out 200ms;
}
@media (max-width: 650px) {
ul.archiveMenu li a {
    width: inherit!important;
    margin: 5px;
   }
}
.archiveMenu li a:hover  {
    background: #000;
    color: #fff!important;
}

@media (min-width: 0px) and (max-width: 450px) { 

    .archiveList {
        display: inline-block;
        width: 90%;
    }
    .btn-default {
        margin-top: 0%!important;
    }
    .ekko-lightbox-nav-overlay a {
        opacity: 1!important;
        font-size: 50px!important;
    }
    .ekko-lightbox-nav-overlay a span {
        padding: 0 10px!important;
    }
    h2 {
        letter-spacing: 10px!important;
    }
}

/* img's */

.img-caption { text-align: center!important; }

.img-ump {
    max-height: 400px;
}

.ekko-lightbox-nav-overlay a span {

    color: #000;
}


/* ========== GLOBAL ========= */
a {
    color: lightgray;

    -webkit-transition: color 200ms ease-out 200ms;
    -moz-transition: color 200ms ease-out 200ms;
    -o-transition: color 200ms ease-out 200ms;
    transition: color 200ms ease-out 200ms;
}

a:hover {
    color: #fff;
    text-decoration: none!important;
}

#limited, #archive, #acrylics, #watercolors, #graphite, .contact-section, .about-section {
    background: #7f8c8d!important;
}
.contact-section, .about-section {text-align: center;}

body {
   font-family:'Open Sans', sans-serif!important;
   color: #fff!important;
   font-size: 16px;
   font-weight: 200;
}

p + p {   
   text-indent: 1.5em;
}

h2 {
    background: #fff;
    padding: 25px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 25px;
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
}

h3 {
    padding-bottom: 20px;
}

/* ========== END GLOBAL ========= */

.contact-form {
    display: none;
}

.modal-body {
    background: #7f8c8d!important; ;
}

.row#gear {
    background: #7f8c8d!important;
}

.navbar-default {
    background-color: #000!important;
    border-color: #000!important;
}

.navbar-default .navbar-brand {
    color: #fff!important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;

    -webkit-transition: color 200ms ease-out 200ms;
    -moz-transition: color 200ms ease-out 200ms;
    -o-transition: color 200ms ease-out 200ms;
    transition: color 200ms ease-out 200ms;
}

.navbar-default .navbar-nav>li>a:hover {
    color: gray;
}

.navbar-default .navbar-nav>li>a:focus {
    color: gray;
}

.btn-default {
    color: #000!important;
    background-color: transparent!important;
    border-color: #000!important;

    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
}

.btn-default:hover {
    color: #fff!important;
    background-color: #000!important;
    border-color: #000!important;
}

.hero-main {
	background: #7f8c8d;
}

.gallery-img {
	width: 250px;
	height: 200px;
	padding-bottom: 15px;
}

.heading {
	padding-bottom: 10px;
}

/* paragraph */

.about-section p {
	font-size: 18px;
	line-height: 2em;
	text-align: initial;
    padding-left: 10%;
    padding-right: 10%;

}
.perfect-p {
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    color: #fff;

}

.gear-p {
    font-size: 24px;
    text-transform: uppercase;
    padding: 25px;
    margin-top: 100px;
}

.limited-p {
    padding: 20px;
}

.gear p {
    padding-top: 20px;
}