﻿/* Set padding to keep content from hitting the edges */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.clearfix:after {
    content: "";
    display: table !important;
    clear: both !important;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #9a83d6 !important;
    border-color: #9a83d6 !important;
}

div.gallery {
    border: 0px solid #ccc !important;
}

    div.gallery:hover {
        border: 0px solid #777 !important;
    }

    div.gallery img {
        width: 100% !important;
        height: auto !important;
    }



* {
    box-sizing: border-box !important;
}

.responsive {
    padding: 0 6px !important;
    float: left !important;
    width: 100% !important;
}

.clearfix:after {
    content: "";
    display: table !important;
    clear: both !important;
}



h1 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;
    text-align: center !important;
    color: #0e28cc !important;
    font-weight: bold
}

h2 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;
    text-align: center !important;
    color: #0e28cc !important;
    font-weight: bold
}

h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;
    text-align: center !important;
    color: #333131 !important;
    font-weight: bold
}

h4 {
    line-height: 1.5
}


.navbar .dropdown-menu a {
    color: #777;
    padding: 8px 20px;
    line-height: normal;
}


.navbar {
    background-color: #9a83d6 !important;
    border-color: #9a83d6 !important;
}
