/** Montserrat Regular **/
@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	src: url("Montserrat-Regular.woff2") format("woff2"),
		url("Montserrat-Regular.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	src: url("Montserrat-Medium.woff2") format("woff2"),
		url("Montserrat-Medium.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url("Montserrat-Bold.woff2") format("woff2"),
		url("Montserrat-Bold.woff") format("woff");
}
*, html, body {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  margin: 0px;
  color: white;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
}
section {
  height: 85vh;
}
ul {
  margin-right: 50px;
  padding: 0px;
}
a {
  text-decoration: none;
}
p {
	font-size: 16px;
  padding-bottom: 20px;
}
p:last-child {padding-bottom: 0px;}
footer {
  flex-grow: 1;
  background-color: #000033;
}
button {
  background: #ff6154;
  border-radius: 10px 0px;
  font-size: 16px;
  height: 2.3em;
  width: 12em;
  border: none;
  cursor: pointer;
  margin: 10px;
}
button:hover {
  background: #ff9087;
}
.hero {
  display: flex;
}
.hero__image {
  width: 100%;
  background-size: cover;
}
.hero__image-left {
  background-color: #5c8e85;
}
.hero__image-right {
  background-image: url("https://www.helpling.com/assets/images/background.jpg");
}
.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
}
.hero__title, .hero__subtitle {
  text-align: center;
  margin-left: 10px;
}
.logo {
  position: absolute;
  max-width: 150px;
  margin-left: 60px;
  margin-top: 40px;
  margin-bottom: 36px;
}
.countries {
  max-width: 700px;
  padding: 30px 20px;
}
.flag {
  width: 36px;
  height: 36px;
}
.bottom__images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.logo__bottom {
  width: auto;
  height: 60px;
  padding-left: 80px;
}
.vectors {
  position: relative;
  height: 150px;
}
.content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-height: 440px) {
  .logo {
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
  }
  body {
    display: block;
  }
}
@media only screen and (max-height: 668px) {
  .logo {
    max-width: 80px !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 40px !important;
  }
  /* .logo {
		position: absolute;
		max-width: 150px;
		margin-left: 60px;
		margin-top: 40px;
		margin-bottom: 36px;
	} */
  .countries {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
  }
  .countries__left, .countries__right {
    display: flex;
    flex-direction: row;
  }
  .country {
    max-width: 140px;
    font-size: 14px;
    padding: 18px;
  }
  .hero__copy {
    /* background: red; */
    display: flex !important;
    flex-direction: row !important;
  }
  .hero__title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    position: absolute;
    max-width: 150px;
    margin: 30px calc(50% - 75px) !important;
  }
  section {
    height: 77vh !important;
  }
  footer {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 921px) and (min-height: 700px) {
  .bottom__images {
    padding: 60px !important;
  }
  .hero__title {
    font-size: 30px;
  }
  .countries {
    margin-top: 60px !important;
  }
  .country__name {
    font-size: 24px;
  }
  footer {
    /* background-color: red !important; */
  }
}
@media (max-width: 921px) {
  .hero {
    height: 70vh;
    overflow: hidden;
  }
  footer {
    height: auto;
  }
  .hero__title {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .hero__image-right {
    display: none;
  }
  .bottom__images {
    background-color: #000033;
    flex-direction: column;
    padding: 20px;
  }
  .logo__bottom {
    padding-left: 0;
    margin: 20px;
  }
  .country {
    font-size: 14px;
  }
  .content__title {
    left: 50px;
  }
  button {
    display: block;
    margin: auto;
    margin-top: 20px;
  }
  .vectors {
    display: none;
  }
}
@media (min-width: 1460px) {
  section {
    height: 83vh;
  }
  footer {
    height: auto;
  }
  .vectors {
    height: 160px;
  }
}