@import url("https://fonts.googleapis.com/css?family=Rubik");
@import url("https://fonts.googleapis.com/css?family=Rubik");

.second {
  min-height: 50vh;
  background-color: #F9F9F9; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-toggler.navbar-toggler {
  border-color: transparent; }

.nav
.jumbotron {
  background-color: transparent; }

.header .navbarNav {
  font-family: "Helvetica Neue", sans-serif;
  margin-right: 150px; }
  .header .navbarNav .nav-link {
    color: white; }
  .header .navbarNav .nav-item {
    margin-right: 50px; }
  .header .navbarNav .nav-link:hover {
    color: white;
    font-weight: bold; }

.call-header {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  color: white; }
  .call-header .main-header {
    margin-top: 25px; }
  .call-header .second-header {
    margin-top: 45px; }

.second .button-container {
  margin-top: 50px; }
.second .step-container {
  margin-top: 50px; }
.second .button {
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #192152;
  font-family: "Helvetica Neue", sans-serif;
  color: #192152; }
.second .button:hover {
  background: #192152;
  color: #fff; }
.second h2 {
  font-family: "Helvetica Neue", sans-serif;
  margin-top: 15px;
  font-weight: bold;
  color: #4C4D5C; }
.second p {
  margin-top: 15px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif; }

@media (min-width: 1440px) {
  .button {
    font-size: 20px; }

  .nav-item {
    font-size: 20px; }

  h1 {
    font-size: 50px; }

  h2 {
    font-size: 46px; }

  p {
    font-size: larger; }

  .call-header {
    margin-top: 50px; } }
.contact {
  margin-top: 75px;
  margin-bottom: 100px;
  font-family: "Helvetica Neue", sans-serif;
  min-height: 50vh; }
  .contact .contact-header {
    font-weight: bold;
    margin-top: 50px;
    color: #333; }
  .contact .about-container {
    margin-top: 50px; }
    .contact .about-container p {
      margin-top: 40px;
      font-size: 1.2em; }
  .contact .map-container {
    margin-top: 100px; }
  .contact #map {
    border: 1px solid; }
  .contact .hidden-legend {
    margin-top: 25px; }
  .contact .icon {
    margin-bottom: 15px; }
  .contact .legend-container {
    margin-top: 200px; }
    .contact .legend-container .icon-container {
      margin-bottom: 25px; }

@media (max-width: 426px) {
  .about-container p {
    text-align: center; }
    font-size: 0.5em; 
    } 

/*# sourceMappingURL=contact.css.map */
