﻿html, body {
    height: 100%;
}
body {
    position: relative;
    /*padding-top: 25px;*/
}

ul {
    margin: 0;
}

.wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -60px;
}

footer, .push {
    display: block; 
    width: 100%;
    height: 60px;
}

footer {
     background-color: #8c5fc8;
     /*padding: 10px;*/
}

.container-fluid {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    /*margin: 0px auto;*/


}

h1, h2, h3, h4 {
    color: #8c5fc8;
}

header {
    margin-top: 25px;
    margin-bottom: 25px;
}

.body {
   /* margin-top: 35px;
    margin-bottom: 25px;*/
    padding-top: 25px;
    min-height: 400px;


}

.box {
    border-radius: 4px;
    box-shadow: 1px 1px 5px #ccc;
}

a {
    color: #865fa0;
    text-decoration: none;
}

.nav-header {
    background-color: #8c5fc8;
    font-size: 1.1em;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.nav-list > li > a, .nav-list .nav-header {
    text-shadow: none;
}

.nav-list > li a:hover {
    background-color: #ede2fd;
    color: #865fa0;
}

/*.active {
    background-color: rgba(139, 12, 238, 0.2);
    color: #6605c7;
}*/

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: rgba(139, 12, 238, 0.2);
    color: #6605c7;
}

.button-section {
    margin-top: 15px;
}

.error-message {
    color: #860303;
    margin-left: 5px;
}

.image-gallery {
    width: 100%;
}
    .image-gallery li {
        display: inline;
        margin-right: 1em;
        margin-bottom: 1em;

    }
    .image-gallery .image {
        width: 100%;
    }


.image-item {

    width: 22%;
    min-width: 125px;
    position: relative;
    display: inline-block;
    border: 4px solid #b6a6bd;
    margin-bottom: 1em;
}

.image {
    height: auto !important;
}
    .image-item a img {

    }

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0, .5);
    color: black;
}

    .image-caption p {
        padding-top: 2%;
        color: #aaa;
        text-align: center;
    }

#logo {
    width: 263px;
}

.nav-list-contact li {
    display: block;
    color: #888;
}

.nav-list-contact .nav-header {
    color: #fff;
}

    .nav-list-contact li a {
        display: inline;
    }

        .nav-list-contact li a:hover {
            background-color: inherit !important;
        }

footer nav ul li a {
    color: #fff;
}

footer .navbar .nav li a {
color: #fff;
text-decoration: none;
text-shadow: none;
background-color: transparent;
}

footer .navbar .nav li.active, footer .navbar .nav>.active>a, footer .navbar .nav>.active>a:hover, footer .navbar .nav>.active>a:focus {
    background-color: transparent;
}

footer .navbar .nav>.active>a, footer .navbar .nav>.active>a:hover, footer .navbar .nav>.active>a:focus {
color: #fff;
text-decoration: underline;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

footer .navbar .nav>li>a:focus, footer .navbar .nav>li>a:hover {
color: #fff;
text-decoration: underline;
background-color: transparent;
}

footer .navbar {
    margin-top: 10px;
}

footer p {
    /*margin-top: 20px;*/
    margin-top: 5px;
    color: #fff;
    text-align: center;
    padding: 10px;
    vertical-align: central;
}

img#artura-start {
    margin-top: 4em;
}

#contact-header {
    text-align: center;
}


@media screen and (min-width: 100px) and (max-width: 767px) {
    ul.image-gallery {
        margin-top: 15px;
    }
}
@media screen and (min-width: 100px) and (max-width: 480px) {
    .container-fluid {
        width: 100%;
        margin: 0;
    }

    footer .container-fluid {
        width: 75%;
    }

    .main-nav ul li {
        clear: left;
        display: block;
    }

        .main-nav a {
            display: block !important;
        }

    .image-item, .image-item img {
        width: 125px;
        height: auto !important;
    }

    .image-caption p {
        padding: 0;
        text-align: center;
    }



}
/*.image-item-wrapper a:hover, .image-item-wrapper a {
    color: inherit;
}

.image-item-wrapper a {
    color: inherit;
}

a:focus, a:hover {
    color: inherit;
}*/