body{
  background-image: url(../img/caffeportico-holding-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 40px;
  text-align: center;
}

.caffe-line{
  border: none;
  max-width: 730px;
  background-color: white;
  height: 1px;
  margin: 30px auto;
}
.logo{
  margin-bottom: 50px;
  display: inline-block;
}

@media (min-width: 46.25em) {
  .logo{
    margin-bottom: 77px;
  }
}


h2,h3{
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}


@media (min-width: 46.25em) {
  h2,h3{
    font-size: 32px;
    
  }
}

p{
  font-weight: normal;
  color: white;
  font-size: 20px;
  max-width: 900px;
  margin: 0 auto;
}
p small{
  font-size: 15px;
}



@media (min-width: 46.25em) {
  p{
    font-size: 26px;
    
  }

  p small{
    font-size: 18px;
  }
  
}

p a{
  font-weight: 600;
  color: white;
  text-decoration: none;
}

p a:hover{
  text-decoration: underline;
}


h5{
  font-weight: bold;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}


@media (min-width: 46.25em) {
  h5{
    font-size: 36px;
    
  }
}

.menu-block-outer{
  max-width: 730px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 60px;
}


@media (min-width: 46.25em) {
    .menu-block-outer{

      margin-left: auto;
      margin-right: auto;
    }
}


.menu-block__title{
  display: inline-block;
text-transform: uppercase;
background-color: black;
color: white;
padding: 15px 30px;
font-size: 16px;
font-weight: normal;
position: relative;
top: -60px;
}


ul.menu-block__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
margin: 0 auto;
max-width: 90%;
}

ul.menu-block__list li:not(:last-child){
  margin-bottom: 40px;
}


@media (min-width: 30em) {

  ul.menu-block__list li:not(:last-child){
   margin-bottom: 0;
  }
}


@media (min-width: 30em) {

  ul.menu-block__list{
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  }
}



@media (min-width: 30em) {
  .menu-block__title{

  font-size: 20px;

  }
}

.menu-block svg{
  position: relative;
  left: -6px;
}

.menu-block a{
  text-decoration: none;
}

.menu-block a .menu-bck,
.menu-block a .circle-hover{
  fill: white;
}
.menu-block a:hover .menu-bck{
  fill: #E6E6E6;
}

.menu-block a:hover .circle-hover{
  fill: black;
}

.menu-block a:hover .arrow-down{
  fill: #009540;
}


li.menu-block h4{
  font-weight: 600;
  font-size: 18px;
  color: black;
}

li.menu-block p{
  font-size: 18px;
  color: black;
}

li.menu-block a{
  text-transform: uppercase;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 30em) {
  li.menu-block a{
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
   
  }
}

.menu-block-inner{
  -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-left: 30px;
}


@media (min-width: 30em) {
  .menu-block-inner{
    text-align: center;
    padding-left: 0;
  }
}

#popup_this {
  top: 50%;
  left: 50%;
  text-align:center;
  margin-left: -100px;
  position: fixed;
  background: #fff;
  padding: 30px;
}

@media (min-width: 30em) {
  #popup_this {

    margin-top: -50px;

  }

}

#popup_this p,
#popup_this h3{
  color: black;
  font-size: 20px;
margin-bottom: 20px;
}

.b-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  background: black;
  padding: 5px 10px;
}