a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width:100%;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin:0;
  font-size: 15px;
  line-height: 1.6;
  padding:0;
  position:relative;
  color:#000;
  text-align: left;
  background-color:#fff;
  max-width:100%;
}


a, a:hover, a:focus, a:visited {
  text-decoration: underline;
  color:#000;
}

p {
  margin-bottom:20px;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.px-1 {
  padding-left:10px;
  padding-right:10px;
}

.py-1 {
  padding-top:10px;
  padding-bottom:10px;
}

.space-between {
  justify-content:space-between;
}

.d-flex {
  display: flex;
}

.block {
  padding:20px 0px;
  border-top:1px solid #00C165;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-50 {
  width: 50%;
}

.w-49 {
  width: 49%;
}


.w-25 {
  width: 25%;
}

.mb-1 {
  margin-bottom:10px;
}

.mx-1 {
  margin-left:10px;
  margin-right:10px;
}

.mb-2 {
  margin-bottom:25px;
}

.mb-3 {
  margin-bottom: 40px;
}

.mx-auto {
  margin-left:auto;
  margin-right:auto;
}

.container {
  width: 700px;
  max-width: 90%;
  margin:0 auto;
  padding-top:40px;
  padding-bottom:20px;
  margin-bottom: 50px;
}

.logo {
  max-width: 250px;
  margin:0 auto;
  padding:20px 0px;
  display:block;
/*  margin-bottom:50px;*/
}

.header {
  background: url(header.jpg);
  background-size: cover;
  background-position: center 84%;
  min-height: 480px;
  display: flex;
  margin-bottom: 50px;
  align-items: end;
  justify-content: center;
}

.header h1 {
  max-width: 700px;
}

.section {
  align-items: center;
  margin-bottom:50px;
}

.content {
  padding:15px 50px;
}

.content p {
  margin:0;
}

.content h2 {
  margin-bottom: 20px;
}

.subtitle {
  font-size:14px; 
  text-transform: uppercase; 
  font-weight: 600; 
  letter-spacing: 2px;
  text-align: center;
}

.block {
/*  margin:0 5px;*/
}

.geography {
  background: url(planet.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.subheading {
  font-size:14px; 
  text-transform: uppercase; 
  font-weight: bold; 
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.greybg {
  background: #f6f6f6;
}

h1, h2 {
  color:#fff;
  font-size:30px;
  font-weight:bold;
  line-height: 1.6;
}

h2 {
  font-size:24px;
  line-height: 1.6;
  color:#000;
}

strong {
  font-weight: bold;
}

.footer {
  padding:50px 0px;
}


@media screen and (max-width: 800px){

  .mb-w-50 {
    width: 50%;
  }

  .content {
    padding:30px;
  }

  .header  {
    min-height: 450px;
  }
  h1 {
    font-size:28px;
    line-height: 1.4;
  }

  .hidden-phone {
    display: none;
  }

  .mb-w-100 {
    width: 100%;
  }

  .d-column {
    flex-direction: column;
  }

}
