.logo {
  background: url("./images/logo@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  position: absolute;
  align:center;
  margin-top: 20px;
  cursor: pointer;
  width: 230px;
  height: 80px;
}

.button {
  border: 1px solid#1461a0;
  padding: 10px;
  border-radius: 10px;
  background: lightblue;
}

@keyframes bgcolor {
  0% {
    background-color: #074978;
  }
  30% {
    background-color: #074978;
  }
  60% {
    background-color: #074978;
  }
  90% {
    background-color: #074978;
  }
  100% {
    background-color: #074978;
  }
}

span {
  color: grey;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.container {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  flex-grow: 0;
  border-radius: 15px;
}

.country {
  width: 24%;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 15px 0;
  border-radius: 15px;
  padding: 4% 1%;
  box-sizing: border-box;
}

.country:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.company:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  box-sizing: border-box;
}

.company {
  width: 24%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 15px 0px;
  display: flex;
  justify-content: center;
  height: 105px;
}

.header {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

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

@media screen and (max-width: 600px) {
  .header h1 {
    max-width: 370px;
    margin-right: auto;
  }
}

.header div {
  margin-top: 8px;
  margin-bottom: 10px;
}

.navbar .flag {
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 30px;
  min-width: 30px;
  max-height: 30px;
  max-width: 30px;
}

.navbar img {
  height: 30px;
  width: 30px;
}

.flag {
  border-radius: 100%;
  margin-right: 15px;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
  overflow: hidden;
  border: 0.5px solid lightgray;
  display: flex;
  justify-content: center;
}

.left {
  justify-content: flex-start;
  text-align: left;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

.downloads {
  display: flex;
  flex-direction: column!important;
  flex-flow: wrap;
}

.downloads a {
  flex-grow: 1;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 25px;
}

.downloads h1  {
  flex-grow: 1;
  text-align: right;
  padding-right: 15px;
}

.video {
  width: 80%;
  height: 420px;
  margin-top: 60px;
  margin-bottom: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 650px) {
  .video {
    width: 100%;
  }
}

.famous {
  margin-bottom: 10px;
}

.famous h1 {
  text-align: center;
}

body {
  overflow: auto;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  background: url("./images/home-screen-illustration@2x.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 61%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font: 20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media screen and (max-width: 992px) {
  body {
    background-size: 90%;
  }

  .navbar-container {
    right: 1%!important;
  }

  h1 {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  body {
    background-size: 100%;
  }
}

.background {
  overflow: auto;
}

.block2 {
  margin-top: 5rem;
  margin-bottom: 10rem;;
}

.plblock {
  padding-left: 50px;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: x-large;
  }
  h2 {
    font-size: large;
  }
  h3 {
    font-size: medium;
  }

  .block2 {
    margin-top: 5rem;
    width: 85%;
    max-height: 75%;
  }
}

@media screen and (max-width: 600px) {
  .block2 {
    width: 85%;
    max-height: 70%;
    padding: 10px 10px 10px 10px;
  }
  .plblock {
    padding-left: 20px;
  }
}

.push-down {
  margin-top: 350px;
}
@media screen and (max-width: 1250px) {
  .push-down {
    margin-top: 260px;
  }
}

.info {
  padding: 1rem;
  box-sizing: border-box;
  color: #efeeef;
}

.info a {
  color: #104d80;
}

a {
  color: white!important;
}

.responsive-image {
  max-width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .responsive-image {
    max-width: 100%;
  }
}

.responsive-caption {
  text-align: center;
  font-size: medium;
}

.icon-block {
  display: table-row;
}
.icon-block img {
  display: table-cell;
}

.icon-block ul {
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
}

h2 {
  margin-top: 2em;
  text-transform: uppercase;
}

.link {
  color: #125994;
}

.topnav {
  background-color: #333;
}

/* Style the links inside the navigation bar */
.topnav a {
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #104d80;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.navbar-container {
  position: absolute;
  height: 60px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 6px;
  right: 14%;
}

.navbar-container .logo-responsive {
  max-width: 250px;
  padding: 0 10px;
  overflow: hidden;
}

.navbar-container .logo-responsive a {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.navbar-container .logo-responsive a img {
  width: 230px;
}

.navbar-container .navbar {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.navbar-container .navbar ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-container .navbar ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: block;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  padding: 0 10px;
}

.navbar-container .navbar ul li a:hover {
  color: #b75059;
}

.navbar-container .navbar ul .close {
  display: none;
  text-align: right;
  padding: 10px;
}

.navbar-container .navbar ul .close span {
  font-size: 40px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 0 10px;
  cursor: pointer;
}

.navbar-container .navbar .icon-bar {
  padding: 18px 8px;
  width: 35px;
  height: 35px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.navbar-container .navbar .icon-bar i {
  background-color: #dfebec;
  height: 3px;
}

@media only screen and (max-width: 650px) {
  .navbar-container {
    width: 87%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: none;
    border-radius: 0;
    margin-top: 0;
  }

  .navbar-container .logo-responsive {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-container .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .navbar-container .navbar ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #074978;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
  }

  .navbar-container .navbar ul li a {
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: normal;
    color: #555555;
  }

  .navbar-container .navbar ul .close {
    display: block;
  }

  .navbar-container .navbar .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-container .navbar ._Menus-show {
    left: 0;
  }
}
