html, body {
    height: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
img {
    object-fit: cover;
}

header {
    text-align: center;
    padding: 45px;
    
}
#who-we-are {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}
#logo-monogram {
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
#logo-name {
    height: 20px;
    vertical-align: baseline;
}
#carousel .carousel-item img:not([id]),
#oracle-apex-logo-wrapper {
    display: block;
    width: 100%;
    max-height: calc(100vh - 370px - 100px);
    min-height: 240px;
}
#oracle-apex-logo-wrapper {
    background-color: black;
    padding: 40px 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#oracle-apex-logo {
    position: absolute;
    max-height: calc(100% - 80px);
    max-width: calc(100% - 120px);
}
.carousel-caption h4 {
    font-size: 30px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
.carousel-caption p {
    font-size: 18px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
.carousel-caption a {
    font-size: 12px;
    color: white;
    opacity: 0.5;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
header, #content {
    background: #110156;
    color: white;
}
#content {
    padding: 45px;
    overflow: auto;
    text-align: center;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}
#have-a-project {
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-weight: normal;
}
#our-experience {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}
#send-us-an-email {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}
#contact-time {
    font-size: 18px;
    margin: 0;
}
footer {
    height: 60px;
    line-height: 60px;
    background: black;
    color: white;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    flex-shrink: 0;
}
#copyright {
    float: left;
    max-width: calc(100% - 200px - 40px);
}
#email {
    float: right;
    color: white;
    text-decoration: none;
    width: 200px;
    text-align: right;
}
