body {
}

.icon{
    width:80px;
    float:left;
}

p {
    margin: 10px;
}

img.img-fluid.hero_style {
    height: calc(50vh - 51px);
    min-height: 300px;
    width: 100%;
    object-fit: cover;
    margin-right: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.35rem - 1px);
}

.vertical_center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 75%;
}

.text-white {
    color: #fff !important;
}

#title_class {
    padding-top: 1.5rem;
    width: 75%;
    margin: auto;
    font-size: 2.5rem;
    font-family: Arial, serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: white;
}

#tagline_class {
    padding-top: 1.5rem;
    width: 75%;
    margin: auto;
    font-size: 1.2rem;
    font-family: Arial, serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: white;
}

h3 {
    text-align: justify;
    margin: 10px;
}

.contentdiv {
    height: 67%;
    width: 100%;
    margin-top: 10px;
}

.aboutdiv {
    width: 60%;
    height: 100%;
    float: left;
}

.paneldiv {
    width: 39%;
    height: 100%;
    margin-left: 10px;
    display: inline-block;
    float: right;
}

.rowdiv {
    height: 32.4%;
    width: 100%;
    margin-bottom: 5px;
    background-color: blue;
}

.rowdivbottom {
    height: 32.4%;
    width: 100%;
    background-color: blue;
}

