@charset "UTF-8";
@import 'fonts.css';

body {
  background-color: rgb(250, 246, 242);
  font-family: 'Open Sans';
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;

}
.merlina-green{
  color:  rgb(129, 159, 31);
}
a:hover {
  color: rgb(129, 159, 31);
}
#savebutton{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 35px !important;
  height: 35px !important;
  padding: 15px;
  background-color: rgb(129, 159, 31);
  
  border-radius: 50%;
  border: 0
}
.button{
color: white;
font-size: 25px;
}
#savebutton:hover, .button:hover{
  background-color:  rgb(110, 138, 19);
  color: white;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.marto-5{
  margin-top: 40px;
}
.site-header {
  .banner-image {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 4vw;
  }
}

.site-main {
  margin-left: 20%;
  margin-right: 20%;
  padding: 0.5rem;

  h2 {
    font-size: 1.6rem;
    font-weight: 100;
  }
}

.headline {
  font-size: 4vh;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Condiment';
  color: rgb(255, 255, 255);
  letter-spacing: 0.5cqmin;
}

.lead-text {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  
}

.white{
  color: white;
}

.site-footer {
  background-color: rgb(129, 159, 31);
  color: #333;
  padding: 2rem;
  border-top: 2px solid white;
  bottom: 0;

  .my-at {
    font-size: 2em;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
  }

  .footer-content {
    a {
      color: #333;
      font-size: small;
    }

    a:hover {
      font-weight: 500;
      color: #333;
    }

    hr {
      border: 0;
      border-top: 1px solid #333;
    }

    h2 {
      margin-bottom: 0.5rem;
    }

    ul {
      list-style-type: none;
      padding-left: 0;

      li {
        display: inline;
        padding-left: 0;
        padding-right: 20px;
      }
    }

    p {
      font-size: 1rem;
      line-height: 1.4;
    }
  }
}