﻿html,
body {
    padding-top: 54px;
    background-color: #F1EFEE !important;
    padding-bottom: 0px;
    align-items: center;
}

/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

#Index {
    background: url('../img/matrix-dark.jpg') center center no-repeat;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

#qrCode {
    margin: 15px;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background: black;
    text-align: center;
}


.portfolio-item {
    margin-bottom: 30px;
}

.card-image {
    width: 100%;
    height: 250px;
}

.bg-ground {
    background-image: url("../images/ground.jpg");
    background-size: cover;
}

.bg-bagel {
    background-image: url("../images/bagel.jpg");
    background-size: cover;
    background-position-y: -75px;
}

.bg-table {
    background-image: url("../images/table.jpg");
    background-size: cover;
    background-position-y: -110px;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.card-title a {
    color: #353A40;
}

.portfolio-item img {
    width: 100%;
    max-height: 300px;
}
*/
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    /* Style the icon bar links */
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        /* Style the social media icons with color, if you want */
        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

/*HEADER*/
/*#header {
    height: 100%;
    padding: 5px;
}


    #header img {
        padding: 0 0 10px;
        width: 80%;
    }

    #header .header-right {
        background-color: rgba(0,0,0,0.5);
        padding: 30px;
        border-radius: 10px;
    }

    #header .fa {
        margin: 5% 0;
    }

    #header a .fa {
        color: #fff;
    }

        #header a .fa:hover {
            color: #ccc;
        }*/

/*WHO*/

/*#who {
    padding: 5rem 0;
}

    #who .btn-who {
        background-color: #1e549c;
        color: #fff;
        width: 50%;
    }

    #who .btn-who:hover {
        background-color: transparent;
        border: 1px solid #1e549c;
        color: #1e549c;
    }


.field-validation-error {
    color: red;
}

#whoPage {
    align-items: center;
}
.who-container {
    min-height: 80%;
    text-align: center;
}

.valid-container {
    min-height: 80%;*/
}

