body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #014099;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.header {
  min-height: 250px;
  background-image: url('../images/header.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.logo-top {
  margin-top: 40px;
  margin-left: 40px;
}

.h1-home {
  text-align: center;
  background-image: url('../images/h1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 44px;
  margin-bottom: 20px;
  padding-left: 65px;
  font-size: 38px;
  line-height: 44px;
  display: inline-block;
}

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

.submit-button {
  background-color: #014099;
  margin-top: 10px;
}

.div-form {
  width: 60%;
  background-color: rgba(85, 170, 233, .4);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.select-field {
  background-color: #fff;
  border: 1px solid #014099;
}

.text-field {
  border: 1px solid #014099;
}

.activity-1 {
  width: 250px;
  height: 250px;
  background-color: #c4d306;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.activity-1:hover {
  background-color: #333;
}

.columns {
  text-align: center;
  margin-top: 20px;
}

.heading {
  text-decoration: none;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  text-decoration: none;
}

.activity-2 {
  width: 250px;
  height: 250px;
  background-color: #57a8df;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.activity-2:hover {
  background-color: #333;
}

.activity-3 {
  width: 250px;
  height: 250px;
  background-color: #014099;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.activity-3:hover {
  background-color: #333;
}

.activity-3._7 {
  background-color: #014099;
}

.heading-2 {
  font-size: 20px;
  line-height: 24px;
}

.activity-done {
  width: 250px;
  height: 250px;
  background-color: #ece9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.activity-done._7 {
  background-color: #014099;
}

.div-form-full {
  width: 90%;
  background-color: rgba(85, 170, 233, .4);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.already-done {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-height-100 {
  height: 100%;
}

.container-form {
  flex-direction: row;
  display: flex;
}

.flex-1 {
  width: 50%;
}

.submit-button-copy {
  background-color: #014099;
  margin-top: 10px;
}

.heading-3 {
  color: #014099;
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 150px;
    background-position: 100% 0;
    background-size: 50%;
  }

  .logo-top {
    max-width: 30%;
  }

  .h1-home {
    background-size: auto 30px;
    padding-left: 46px;
    font-size: 30px;
    line-height: 34px;
  }

  .activity-1, .activity-2, .activity-3, .activity-done {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .div-form {
    width: 80%;
  }

  .activity-1 {
    width: 90%;
    height: 170px;
    margin-bottom: 10px;
  }

  .h2-white {
    font-size: 26px;
  }

  .activity-2 {
    width: 90%;
    height: 170px;
    margin-bottom: 10px;
  }

  .activity-3, .activity-3._7 {
    width: 90%;
    height: 170px;
  }

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

  .activity-done {
    width: 90%;
    height: 170px;
    margin-bottom: 10px;
  }

  .activity-done._7 {
    width: 90%;
    height: 170px;
  }

  .div-form-full {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .logo-top {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 100px auto 20px;
  }

  .div-form {
    width: 95%;
  }

  .image {
    max-width: 250px;
  }

  .h2-white {
    font-size: 22px;
    line-height: 26px;
  }

  .div-form-full {
    width: 95%;
  }
}
