
body {

    margin: 0;
    padding: 0;
    background-position: center;
    background: url(./background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top .row {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}


p.top_p {
    font-family: 'Sriracha', cursive;
    color: #48d444;
    font-size: 26px;
    text-align: left;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0!important;
    position: relative;
}
.top img {
    padding: 0 9px 0 25px;
    width: 140px;
}
.top .col-md-12 {
    padding:  0;
}

.w-100 {
    width: 100%!important;
}
.w-200 {
    width: 285px;    height: 450px;
}
.images {
    display: inline-block;
}

.text {
    display: inline-block;
    vertical-align: bottom;
}

.text-right {color: #48d444;    font-family: 'Sriracha', cursive;

    font-size: 14px; padding-top: 15px;
    text-align: right;
    width: 285px;}
.background-right {
    background: url(https://belapple.com/about/derevo.jpg);
    display: block;
    width: 285px;
    height: 460px;
    background-position: center;
    background-size: 100%;
}

.gray {color: gray;}
.varietal_map {padding-top: 15px;}
.varietal_map h1 {
    text-align: center;
    font-size: 45px;
    padding: 40px 0 0 0;
    font-weight: 800;
    color: #48d444;
}

.varietal_map {
    text-align: center;
    margin: 0 auto;
}

.varietal_map .row {
    text-align: center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

.varietal_map p.h1 {
    text-align: center;
    text-decoration: underline;
    padding: 5px 0 20% 0;
    font-size: 1.5rem;
    color: #48d444;
}

.varietal_map p.h2 {
    text-decoration: underline;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

section.varietal_map ul li {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}


.menu ul li {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
}
a.active{color:#fff!important;}
.menu ul {
    margin: 0 auto;
}

.menu ul li a {
    color: gray;
}


