* {
    box-sizing: border-box;
}

.navbar {
    box-shadow: 0px 0px 5px #222;
    z-index: 1;
}

.logo {
    width: 60px;
    height: 30px;
    background-image: url('./images/logo.png');
    background-size: 100% 100%;
}

.logo:hover {
    opacity: 0.7;
}

.jumbotron-main {
    background-image: url(./images/index-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.full, .index-h2 {
    width: 100%;
}

.index-h2 {
    text-align: center;
}

.card {
    margin-bottom: 10px;
}

.map-container, .footer, .jumbotron {
    color: #fff;
}

.map-container {
    background: #0069d9;
    padding: 20px 0px 50px 0px;
}

.dark {
    color: #333;
}

.footer {
    background: #0a0b0d;
    padding-top: 40px;
    padding-bottom: 40px;
}

.icon {
    width: 20px;
    height: 20px;
}

.footer-card {
    background-color: #333 !important;
}

.wpp {
    padding: 8px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #e5e5e5;
    box-shadow: 0px 0px 5px #444;
    border-radius: 50%;
}

.wpp img {
    width: 42px;
    height: 42px;
    transition: .2s;
}

.wpp img:hover {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.messages {
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0px;
    z-index: 20;
}

.non-styled-list {
    list-style: none;
    padding-left: 10px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.flex-card {
    width: 230px;
    margin: 10px;
}

.card-container {
    display: flex;
    justify-content: left;
    flex-flow: wrap;
}

.col-sm-3 {
    padding-top: 50px;
}

iframe {
    border-radius: 6px;
}

.partnerDescription {
    font-size: 19px;
}

.partnerImageContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 200px;
}

.round {
    border-radius: 6px;
}

.default-margin {
    margin: 20px;
}

.bordered {
    border: 1px solid #e0e0e0;
}

.padding {
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .flex-card {
        width: 100%;
    }
    .col-sm-3 {
        padding-top: 10px!important;
    }
    .default-margin {
        margin: 0px;
    }
    .bordered {
        border: none;
    }
}