﻿body > .container { padding-top: 60px; }
main {
    /*margin-bottom: 0.5em;*/
}

.spacer{
    height:8em;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 1rem;
}

footer a {
    background-color: transparent;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.75);
}

#galleryMenu {
    background-color: transparent;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}

#galleryMenu:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
}

/*#footerCopyRight {
    padding-top: 0.6rem;
}*/

#bottomHr {
    margin-bottom: 0;
    margin-top: 0.2rem;
}

#logo {
    height: 100px;
}

.kbBuildingDesign {
    color: rgba(165,182,6,1);
    font-weight: bold;
}

.imgBottom {
    margin-top: 4em;

}

.noUnderline {
    text-decoration: none;
}

/* Front page slider */
.carousel-item img {
    width: 100%

}

.followMe {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    text-decoration: none;
}

.followMe:hover {
    text-decoration: none;
}


    /*.cardContainer {
    margin-bottom: 2em;
}

.cardContainer.card {
    height: 100%;
}

.cardContainer.card-img-top {
    height: 20em;
}*/
    gallery {
    width: 40%;
}


gallery img {
    height: 200px;
}


/*.slide, .galleryimage {
    border: solid black 2px;
    padding: 0.6em;
    background-color: white;
}*/
/*#Message{ color: #52575c !important;}

header { margin-bottom: 0;}*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid { display: none; }

input.input-validation-error, textarea.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: white;
    font-weight: bold;
}

.validation-summary-valid { display: none; }

/*.nounderline{text-decoration: none}*/

#cookieConsent {
    margin-top: 1rem; 
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}