html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.items-module {
    padding: 10px 10%;
    margin: 20px 10%;
}
.card-border {
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(46, 45, 45, 0.2);
}
.section-header{
    font-size: 32px;
}
.section-title {
    float: left;
}
.subsection-divider {
    height: 30px;
    float: none;
    overflow: hidden;
    border-bottom: 2px green solid;
}
.nho-header {
    margin-left: 25%;
    margin-right: 25%;
}
.modal-img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1000px;
}
.img-closeup-modal {
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    overflow: auto;
}
.close {
    height: 60px;
    width: 60px;
    color: #ededed;
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.close:hover{
    cursor: pointer;
}
.expandable-img{
    cursor: pointer;
}
.expand-icon{
    z-index:100;
    position: absolute;
    left: 108px;
    top: 108px;
    cursor: pointer;
}
.expand-icon-inline {
    position: absolute;
    left: 80%;
    top: 220%;
    cursor: pointer
}
.before-after-tag {
    font-size: 10px;
    padding: 0px 10px;
    position: absolute;
    background-color: white;
    color: #2E2D2D;
    border-radius: 48px;
    left: 10%;
    top: 230%;
}
.pre-settlement-comment-divider {
    border: 2px solid #EBEBEB;
    opacity: 1;
}
.completed-on {
    height: 20px;
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
}
.nho-img {
    height: 120px;
    width: 120px;
}
.not-complete-container {
    display: flex;
    padding: 10px;
}
.complete-container {
    padding: 20px;
}
.winter-message {
    height: 24px;
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    padding-top: 20px;
}
