/* 

FONTS 

font-family: 'Merriweather' 300 + 700, serif;
font-family: 'Noto Sans' 700, sans-serif;

*/ 

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&family=Noto+Sans:wght@700&display=swap');

/*

COLORS

Dark Red: #742006
Yellow: #EBC677
Dark Brown: #442916
Pink: #E0A49A

*/

/* GENERAL STYLING */


h1 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color:#742006;
    font-size: 3.5rem !important;
}

h2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color:#742006;
    font-size: 2rem !important;
}

p,ul,ol {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    margin: 0 !important;
    padding: 0 !important;
    color: #442916;
}



/* HEADER STYLING */

.hrow {
    height: 5rem !important;
    background-color: #EBC677;
    margin-left: 25% !important;
    margin-right: 25% !important;
    margin-bottom: 20px !important;
}


.button {
  background-color: #742006 !important;
  font-family: 'Noto Sans', sans-serif !important;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.button:hover {
    background-color: #E0A49A !important;
    font-family: 'Noto Sans', sans-serif !important;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
  }


.img-container {
    margin: 0 !important;
    padding: 0 !important;
}


