@font-face {
  font-family: "GloberRegular";
  src: url("../fonts/GloberRegular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MullerExtraBold";
  src: url("../fonts/MullerExtraBold.ttf");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html, body {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
.section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  
}
img {
  height: auto;
  max-width: 100%;
}
ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -1em;
  margin-right: -1em;
  padding: 0;
}
ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 1em;  
  width: 50%;
}

.block {
  color: #000;
  display: block;
  font-size: 4vw;
  margin: auto;
  max-width: 650px;
  padding: 1em;
  width: 100%;
}
.block a,
.block h1 {
  color: #000000;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.block h1 {
  color: #0070c9;
  font-size: 2em;  
}
.block a {
  border: 1px solid #b0b0b0;
  border-radius: 1em;
  box-shadow: 0 0 .5em #b0b0b0;
  display: block;
  padding: 1em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.block a:hover {
  color: #0070c9;
  box-shadow: 0 0 1em #b0b0b0;
}
.block span {
  display: block;
  padding: .35em 0;
}
.block img {
  max-width: 70px;
  width: 50%;
}

@media (min-width: 576px) {
  .block {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    padding: 1em;  
    width: 25%;
  }
  .block h1 {
    color: #0070c9;
    font-size: 2.5em;  
  }  
  .block a {
    border-radius: .85em;
    font-size: .85em;  
  }  
}

@media (min-width: 992px) {
  .block a {
    font-size: 1em;  
  }  
}
