body {
    font: Lato, sans-serif;
    color: rgb(241, 241, 239);
}

@media screen and (min-width: 601px) {
    body {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }
}

.carousel-inner img {
    margin: auto;
}

h3,
h4 {
    margin: 10px 0 30px 0;
    color: #111;
}

h3 {
    letter-spacing: 1px;
    font-size: 1.5em;
}

h4{
    letter-spacing: 6px;
    font-size: 20px;
}

.logo-font {
    /*
    font-family: 'Berkshire Swash', cursive;
     */
    color: #fff;
    letter-spacing: 1px;
    padding: 0.35em;
    font-weight: bold;
}

.logo-font-black {
    /*
    font-family: 'Berkshire Swash', cursive;
     */
    color: #000;
    letter-spacing: 1px;
    padding: 0.25em;
    font-weight: bold;
}

.container {
    padding: 50px 40px;
}

.imagebutton {
    border: 10px solid transparent;
    width: 100%;
    height: 80%;
}

.imagebutton:hover {
    border-color: #c0c0c0;
}


.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
        /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.bg-2 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-2 h3 {
    color: #fff;
}

.bg-2 p em {
    font-style: italic;
}

.bg-3 {
    background: #303E4B;
    color: #D3D3D3;
}

.bg-3 h3 {
    color: #fff;
}

.bg-3 p em {
    font-style: italic;
}

.bg-1 {
    background: #fff;
    color: #000;
}

.bg-1 h3 {
    color: #000;
}

.bg-1 p em {
    font-style: italic;
}


.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

.btn:hover,
.btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

.modal-header,
h4,
.close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header,
.modal-body {
    padding: 10px 10px;
}

.modal-body {
    position: relative;
}

.modal-footer {
    text-align: left;
    color: #333;
}

.nav-tabs li a {
    color: #777;
}

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 18px !important;
    letter-spacing: 1px;
    opacity: 0.9;
    padding: .0rem .5rem;
}

.nav-item{
    padding-left: .5rem;
}

.navbar li a,
.navbar .navbar-brand {
    color: #d5d5d5 !important;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #555 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: #999 !important;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

#googleMap {
    width: 100%;
    height: 600px;
    bottom: 0px;
}

.nowrap {
    white-space: nowrap;
}

table,
th,
td {

    padding: 5px;
}

fieldset label, fieldset input, fieldset textarea, fieldset select {
    float:left;
    margin: 5px;
}
fieldset label{
    width:200px;
    font-weight: bold;
    clear:left;
}
fieldset input, fieldset textarea, fieldset select{
    width: 60%;
    border:1px solid #aaa;
    padding:5px 10px;
    border-radius: 5px;
}
::placeholder {
    font-style: italic;
    color:#aaa;
}
fieldset input[type=submit]{
    background: #2d2d30;
    color:white;
    font-weight:bold;
}
@media (max-width: 800px) {
    fieldset input{
        width: 90%;
        clear:left;
    }
}
@media screen and (min-width: 801px) {
    #topspacer.home {
        height: 90vh;
        text-align:center;
    }
    #topspacer.home img {
        max-height:100%;
        width: auto !important;
    }
}

.row.js-photogallery {
    flex-wrap: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .row.js-photogallery .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}