@import url("/third-party/google-fonts/css/fonts.css");



body {
  font-family: "Karla", sans-serif;
 
}

a {
  text-decoration: none;
}

p,
ul,
article,
form {
  max-width: 70ch;
}

.navbar {
  & .navbar-brand {
    font-size: 1.6em;

    @media screen and (min-width: 1024px) {
      margin-left: 0 !important;
      margin-right: 2rem;
    }

    @media screen and (min-width: 1024px) {
      .navbar-item {
        padding: 0;
      }
    }
  }

  .nav-item {
    font-size: 1.3em;
  }
}

.content {
  padding: 3rem 1rem;

  @media screen and (min-width: 1024px) {
    padding: 3rem 0rem;
  }
}


/* Custom Stuff */

body {
  min-height: 100vh !important;
}

.content {
  min-height: 80vh!important;
}

footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo {
  width: 200px;    
}

.button.is-primary{
  background-color: #041c58 !important;
}

.button.is-success {
  background-color: #041c58 !important;
}

.progress {
  color: #041c58 !important;
  accent-color: #041c58 !important;
}