html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: floralwhite;
}

*{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    max-width: 90%;
}
.img-circle {
    border-radius: 50%;
    object-fit: cover;
}
hr {
    background-color: #DEDEDE;
    opacity: 1;
}
.row {
    align-content:center;
    overflow-wrap:normal;
}
.centerColumn{
    text-align:center;
    height:100%;
}
.column {
    float: left;
    height: 100%;
}
.evenLeft, .evenRight, .evenCenter {
    width: 33%;
}
.left, .right {
    width:25%;
}
.middle {
    width:50%;
}
.card {
    background-color: #F7F7FA;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.vertical {
    width: 1px;
    border-left: 1px solid #DEDEDE;
    height: inherit;
    padding: 0;
}
.aboutCard {
    width:50%; 
    height:fit-content; 
    margin:auto; 
    margin-bottom:20px; 
    display:block;
}
@media screen and (max-width:1200px) {
    .expandCard {
        width:auto;
    }
}
@media screen and (min-width:800px) and (max-width: 1280px) {
    .verticalRowAsColumn{
        display: block;
        justify-items:center;
        width:auto;
    }
}
@media screen and (max-width: 800px) {
    .verticalRowAsColumn800{
        display: block;
/*        justify-items:center;*/
        margin-top: 10px;
        margin-bottom: 10px;
        width:100%;
    }
}
