/* Reset CSS de Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

    body {
      background-color: #c3f0eb;
      font-family: "Montserrat",Sans-serif;
      font-size: 12px;
      color: #a7eadd;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
  }
  body h1{
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-top: 3rem;
  }
  .CuntryList {
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: auto;
      height: auto;
      align-items: center;
      flex-wrap: wrap;
      height: 25vw;

  }
  .CuntryList li{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: auto;
      padding-right: 2rem;
      padding-left: 2rem;
      height: 15vh;
      align-items: center;
      text-decoration: none;
      flex-wrap: nowrap;
  }
  .img{
      width: 7rem;
      height: 7rem;
  }
  .a {
      text-decoration: none;
      color: #333;
      font-size: 2rem;
      font-weight: 500;
      padding-left: 1rem;
      width: auto;
  }
  header {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100vw;
  }
  .logo{
      height: 14rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 5rem;
      align-items: center;

  }
  .logo img{
      width: 4rem;
      height: 4rem;
      margin-right: 0.5rem;
  }
  .logo h1{
      font-size: 1.5rem;
      font-weight: 700;
  }
  .footer{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 3rem;
      align-items: center;
      text-decoration: none;
      margin-top: 2rem;
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
      -webkit-box-shadow: 0px 0px 10px 0px rgb(56, 116, 117);
      -moz-box-shadow: 0px 0px 10px 0px rgb(56, 116, 117);
  }
  
  .footer__container ul{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
  }
  .footer__container li{
      margin: 0 1rem;
  
  }
  
  @media (min-width: 300px) and (max-width: 767px) {
    .logo{
        height: 7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4rem;
        align-items: center;
    }
    body {
      background-color: #c3f0eb;
      font-family: "Montserrat",Sans-serif;
      font-size: 12px;
      color: #a7eadd;
      line-height: 1.5;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      height:100vh;
  }
  body h1{
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-top: 3rem;
  }
  .CuntryList {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: auto;
      height: auto;
      align-items: center;

  }
  .CuntryList li{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 10vw;
      height: 12vh;
      align-items: center;
      text-decoration: none;
      flex-wrap: nowrap;
      margin-right: 3rem;
  }
  .img{
      width: 2.5rem;
      height: 2.5rem;
  }
  .a {
      text-decoration: none;
      color: #333;
      font-size: 1.2rem;
      font-weight: 500;
      padding-left: 1rem;
      width: auto;
  }
  header {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100vw;
  }
  .footer{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 3rem;
      align-items: center;
      text-decoration: none;
      margin-top: 2rem;
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
      -webkit-box-shadow: 0px 0px 10px 0px rgb(56, 116, 117);
      -moz-box-shadow: 0px 0px 10px 0px rgb(56, 116, 117);
  }
  
  .footer__container ul{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
  }
  .footer__container li{
      margin: 0 1rem;
  
  }
  }