html {
    overflow:auto;
}

/* .button {
    height: 100%;
} */

.button.align-baseline {
    vertical-align: baseline;
}

.trello-column {
    width: 20rem;
    min-width: 20rem;
}

.trello-add-column {
    width: 17rem;
    min-width: 17rem;
}

.trello-comment {
    cursor: default;
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon.is-very-large {
    height: 5rem;
    width: 5rem;
}

.mw-400 {
    max-width: 400px !important;
}

.expand-button {
    width: 100%;
}

.border {
    border: 1px solid #c1c1c1;
}

.display-none {
    display: none;
}

.cal-label-red {
    color: red;
}


/* Karla Changes */

/* menu */
:root {
    --violet: #6D5896;
    --white:#FFFFFF; 
}

.purple-background{
    background-color: var(--violet);
}

.purple-background-menu{
    background-color: var(--violet);
}

.purple-background:hover {
    background-color: #876eb7;
    color: black;
}

.light-purple-background{
    background-color: #D2CCDF;
}

.white-background{
    background-color: var(--white);
}


.purple-text{
    color : var(--violet) !important;
}

a.navbar-item:hover{
    color: var(--violet);
}

.white-text{
    color: var(--white) !important;
}

.white-text:hover{
    color: var(--purple) !important;
}

.grid{
    display: grid;
    justify-content: center;
}

.bottom-absolute{
    position: absolute;
    right:    0;
    bottom:   46px;
}

.margins-80{
    max-width: 80%;
    margin: 0 auto;
}

.bg-image{
    background-image: url('lib/assets/images/olk_home_header_image1.jpg');
}

.container-fluid{
    margin: 0 auto;
}

.logo-resize{
    max-width: 35%;
}

@media(max-width: 500px) {
    .reverse-columns {
      flex-direction: column-reverse;
      display: flex;
    }
  }

  .titled {
    font-family: 'Raleway', sans-serif !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 64px !important;
  }

  .subtitled {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  #team-image {
    background-image: url('../assets/images/olk_home_header_image1.jpg');
    background-position: center;
    background-size: cover;
  }

  body{
      font-family: 'Roboto', sans-serif;
  }
  .button{
    font-family: 'Roboto', sans-serif;
  }
 
  .button-signup:hover{
        color: white;
        background-color: #876eb7;
  }

  .button-signup{
    color: white;
    background: var(--violet);
}

.footer{
    color: white;
    background-color: var(--violet);
    padding: 1rem 1rem 1rem;
}

a.has-text-white:hover{
    color: black !important;
}

.select:not(.is-multiple):not(.is-loading)::after{
    border-color: var(--purple);
}

.shadow-bottom{
    box-shadow: 0px 15px 10px -15px #111; 
}


/* Lucien changes cookies*/ 

#cookies {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #000000ba;
    color: white;
    }

#cookies p {
    font-size: 20px;
    padding: 20px 0;
}

#cookies button {
    font-size: 24px;
    color: white;
    background: transparent;
    background-color: transparent;
    background-color: black;
    margin-left: 20px;
    }