.custom-nav {
    height: 72px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
}

.custom-page {
    height: 537px;
    background: url(../images/screen.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 136px;
    left: 600px;
    overflow: hidden;
}

.custom-wrapper {
    justify-content: space-between;
    max-width: 1110px;
    padding-bottom: 94px;
}

.custom-font {
    width: 231px;
    color: rgba(20, 20, 20, 1);
    font-size: 48px;
    opacity: 1;
    text-align: left;
    margin-left: 20px;
    line-height: 68px;
}

.custom-p {
    color: #7A7A7A;
    font-size: 20px;
    line-height: 34px;
}

.custom-app {
    width: 90%;
    justify-content: space-between;
    margin-left: 90px;
    margin-top: 50px;
}

.custom-icon {
    margin-bottom: 15px;
    margin-left: 15px;
    height: 60px;
    width: 60px;
}

.custom-img {
    margin-left: 90px;
    margin-top: 50px;
}

.custom-nav-bottom {
    height: 94px;
    background-color: #402306;
    margin-top: 50px;
}

.custom-nav-font {
    color: rgba(191, 148, 105, 1) !important;
    font-size: 14px;
}

.custom-link {
    color: #FFFFFF;
    line-height: 32px;
    top: calc(50% - 32px / 2);
    font-size: 22.5882px;
    letter-spacing: 0.429176px;
}

.custom-h1 {
    font-size: 48px;
    line-height: 68px;
    color: #F0DAC5;
    letter-spacing: 0.912px;
}

.custom-card {
    background: #FFF4E8 !important;
    border-radius: 25px !important;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    border: 0px !important;
}

.custom-card img {
    margin-top: 20px;
    height: 150px;
}

.custom-card h3 {
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: 0.38px;
    color: #80460D;
}

.custom-card p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: #BF6913;
}

.custom-row {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.custom-card:hover {
    background: #FFFFFF !important;
    box-shadow: 0px 16px 32px #FAE3CD;
}

.box-bg {
    max-width: 980px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    box-sizing: content-box;
    align-items: center;
}

.custom-col {
    margin-left: 90px;
}

.app-store {
    width: 145px;
    height: 48px;
    background: url("../images/app_store.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    margin-top: 32px;
}

.custom-brand {
    margin-left: 30px;
}

.custom-nav-bottom {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.custom-nav-bottom ul {
    margin-right: 30px;
}

.custom-nav-bottom li:hover > a {
    color: #FFC68C !important;

}

.disabled {
    color: #594531 !important;
}

#body {
    background: #F2F2F2;
}

#bar{
    background: #FAEFE4 !important;
    height: 119px;
}

#nav-header {
    opacity: 1;
    background: #FFFFFF;
    z-index: 10!important;
}

.custom-img{
    z-index: 1030!important;
}
