body {
    background: url() no-repeat center center fixed;
    background-size: cover;
}

.logo {
    position: fixed;
    z-index: 1;
}

.logo img {
    height: 80px;
}

#skipBtn {
    bottom: 4px;
    position: relative;
}

.roundField {
    border-radius: 5px;
    border: 2px rgba(200, 200, 200, 0.5) solid;
    background: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    margin: auto;
    padding: 20px;
}

.flip-card-front .service-icon {
    background: rgba(41, 184, 41);
    color: #fff;
}

.flip-card-back .service-icon {
    background: rgba(230, 216, 52);
    color: #fff;
}

.flip-clock-wrapper {
    max-width: 460px;
    margin: 3em auto 2em;
    display: flex;
    justify-content: center;
}

#sessInc,
#sessDec {
    font-weight: bold;
}

.sessBtn {
    position: relative;
    top: 40%;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.smallInput {
    width: 50px;
}

.plusminusimg {
    position: relative;
    top: -5px;
    height: 20px;
}

.callout {
    padding: 15rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../assets/img/portfolio-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.checkboxField {
    height: 28px;
    width: 28px;
    background-color: yellow;
    border-radius: 3px;
}

.checkboxField:checked {
    background-color: green;
}

.checkboxLabel {
    position: relative;
    bottom: 4px;
}

.flip-card {
    position: relative;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.service-icon {
    background-color: #fff;
    color: #1D809F;
    height: 80px;
    width: 80px;
    display: block;
    line-height: 84px;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.flip-card {
    position: relative;
    height: 100%;
    height: 50px;
}

#sidebar-wrapper.active {
    z-index: 100;
}

@media (max-width: 430px) {
    .roundField {
        padding: 0px;
    }
}