
/*
 * Color Palete
 */
.primary{
    background-color: #212121;
    color: white;
}
.secondary{
  color: white;
  background-color: #2a609ee0;
}

.text-block{
  background-color: rgba(255, 255, 255, 0.801);
  color: black;
}

.input{
  background-color: white;
}

/*
 * Styles for the logo
 */
 .logo{
     width: 50%;
     object-fit: contain;
 }

/*
 *Headline Styles
 */
  .headline{
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0% 30%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
    border-radius: 0 0 0.25rem 0.25rem;
}

/*
 * Style Card Elements
 */
.card{
    background-color: transparent !important;
}
.button{
    color: white;
    background-color: #10498A;
}
/*
 * Adjust General Font Color and Size
 */
body{
    color: #212121;
    font-size: 16px;
}

/*
 * Footer Styles
 */

.footer{
    min-height: 5%;
}

.footer-link {
    margin: 3% 0px 0px 0px;
}



