* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  height: calc(100vh - 74px);
  font-family: 'Montserrat', sans-serif;
}

.logo {
  float: left;
  padding: 18px 0px 0px 20px;
}
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
}

/* Style the topnav links */
.topnav a {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 28px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  color: #5a5a5a;
  text-decoration: underline;
}

/* Style the content */
.content {
  background-color: #ddd;
  padding: 10px;
  height: 100%; /* Should be removed. Only for demonstration */
  min-height: 100%;
}

.slogan {
  color: #fff;
  font-size: 7vh;
  float: left;
  padding: 3vh;
  margin: 20vh 10vh;
  background-color: #00000069;
}

.error {
  font-size: 4vh;
}

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
}

.bgHome {
  /* The image used */
  background-image: url("./assets/gs-myservice.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgError {
  /* The image used */
  background-image: url("./assets/error.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
