.section {
    font-size: 1rem;
/*    text-align: justify;*/
    padding: 3rem 0 1rem 0;
/*    margin-bottom: 20px;*/
}

.section h2 {
    margin-bottom: 1rem;
}

.section p {
    color: #575757;
}

.section img {
    max-width: 75%;
    display: block;
    margin: 20px auto;
}

.popover {
    z-index: 9999999 !important;
}

@media only screen and (min-width: 720px) {
    #pane-left {
        float: left;
        height: 100%;
        width: 30%;
        position: fixed;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #fafafa;
    }

    #pane-right {
        float: right;
        width: 70%;
    }

    #pane-left, #pane-right {
        padding: 20px;
    }
}


@media only screen and (max-width: 720px) {
    #pane-left, #pane-right {
        padding: 10px;
    }
}

.logo {
    max-height: 40px;
}

#logo-mlsploit {
    width: 80%;
    max-width: 200px;
}

#tagline {
    font-weight: lighter;
}

.sep-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.repo.card {
    margin-bottom: 20px;
}

.card-wrapper {
    padding-left: 8px;
    padding-right: 8px;
}

.module.card {
    margin-bottom: 20px;
    height: 375px;
    border: 1px solid #f0f0f0;
}

.card.drop-shadow {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  z-index:555555 !important;
}

.card.drop-shadow:hover {
  box-shadow: 5px 15px 100px 5px rgba(0,0,0,0.05),
   0 5px 50px rgba(0,0,0,0.12);
  z-index:555555 !important;
}

 
.module .card-img-wrapper {
    height: 140px;
    overflow: hidden;
    background-color: #fff;
}

.module img.card-img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
} 

.module .card-title {
    margin-bottom: 0.5rem;
}

.module .card-body {
    padding: 1rem;
}

.module .card-text {
    text-align: left;
    font-weight: 300;
    line-height: 1.2rem;
}

.module .resource-item {
    display: block;
    float: left;
    width: 2rem;
    height: 2rem;
    border-radius: 15%;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    color: #999;
    background-color: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.module .resource-item:hover {
    box-shadow: 2px 5px 8px 2px rgba(0,0,0,0.15);
    color: black;
}

.module .venue-shorthand {
    display: block;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 2px 5px;
    color: #aaa;
    border: 1px #ddd solid;
    border-radius: 5px;
    float: left;
}
