* {
  font-family: "Montserrat", sans-serif;
}

body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("images/bg_p.jpg");
  height: 65%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.name {
  color: white;
  font-size: 28px;
  font-weight: 600;
}

.role {
  color: white;
  font-size: 22px;
  font-weight: 500;
}

.brands {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35%;
}

.brand_text {
  color: #585858;
  text-align: center;
  font-size: 14px;
  margin-top: 2em;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 2em;  
}

.brand_logos {
  height: 70%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
  background-image: url( 'images/logos.png' );
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;  
}

@media (max-width: 450px) {
  .brand_logos {
    width: 90%;
    height: 100%;
    margin-bottom: 1.5em;
    background-image: url( 'images/logos_mobile.png' );
  }
  .brand_text {
    margin-bottom: 1em;
  }
}

@media (max-height: 500px) {
  .bg {
    height: 40%;
  }

  .brands {
    height: 60%;
  }
}

.contact {
  color: white;
  font-size: 18px;
  padding: 5px;
}

.footer {
  height: 1.5em;
  width: 100%;
  background: #a3bee9;
}
