html {
  height: 100%;
}

body {
  background-color: rgb(68, 127, 184);
  height: 100%;
  color: rgb(229, 229, 229);
}

ul.nav {
  padding-bottom: 2em;
}

.em-button {
  background-color: white;
  border-radius: 50px;
  color: rgb(68, 127, 184) !important;
  text-decoration: none;
}
.em-button :hover {
  background-color: red !important;
  color: black !important;
}

.social-icons a {
  color: white;
  text-decoration: none;
}

.container .row {
  height: 100%;
}

img#logo-home {
  border-radius: 100%;
}

.nav a {
  color: rgb(229, 229, 229);
}

.top-buttons {
  margin: 0;
  padding: 1em;
  font-size: 1.4em;
}
.top-buttons .apply-now a {
  padding: 15px;
  font-size: small;
}
.top-buttons a {
  color: white;
  margin-right: 1em;
  text-decoration: none;
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
}
.backdrop ::content {
  padding: 10px;
}

.home {
  width: 100%;
  background-image: url("/images/stock_1.jpg");
  background-position: center;
  background-size: cover;
  max-width: none;
  padding: 3em;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.home h1 {
  font-size: 5em;
  font-weight: 100;
  margin-bottom: 50px;
}
.home img {
  padding: 0;
  margin: 0;
}
.home #get-in-touch {
  padding: 20px 50px;
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.container.social {
  text-align: center;
}
.container.social .social-icons a {
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  margin: 5px;
  font-size: 2em;
  background-color: white;
  color: rgb(68, 127, 184);
  padding: 20px;
  border-radius: 50px;
}
.container.social .social-icons a i {
  padding: 0;
  margin: 0 auto;
  width: 35px;
}

footer {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5em;
  padding-bottom: 1em;
  border-top: 1px solid white;
  padding-top: 1em;
}
footer h1 {
  font-weight: 100;
}
footer h5 {
  font-size: smaller;
}
footer h5 a {
  color: white;
  text-decoration: none;
  font-weight: 100;
}
footer h5.social-icons {
  padding-top: 5px;
}
footer h5.social-icons a {
  margin: 5px 5px;
}/*# sourceMappingURL=app.css.map */