h1 {
    color: #000000;
    font-family: Arial, sans-serif; font-size: 50px;
    margin-left: 300px;
}

.h2 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    color: #dfb50f;
    text-align: left;
    position: relative;
    margin-left: 290px;
    padding-left: 0px;
    padding-right: 200px;

}


.Logo {
    height: 200px;
    width: 200px;
    
}
.Logo2 {
    height: 200px;
    width: 300px;
    padding-right: 0px;
    padding-left: 40px;
        }

.Logo3 {
    height: 200px;
    width: 400px;
    padding-right: 700px;
        }



.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    top: 250px;
    left: 10px;
    background-color: #dfb50f;
    padding-top: 45px; padding-left: 50px;
    font-family: Arial, sans-serif; font-size: 16px; color: #ffffff; ;
    text-transform: uppercase;

a:link {
    color: #000000;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
a:visited {
text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}


}


.tagline {
    font-size: 25px;
    font-family: Arial, sans-serif;
    color: #dfb50f;
    text-align: left;
    position: relative;
    padding-left: 290px;
    padding-right: 200px;

}




.bodycopy {
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: left;
    position: relative;
    padding-left: 290px;
    padding-right: 200px;

}

.row {
  display: flex;
  margin-left: 250px;
  align-content: center;
}

.column {
  flex: 60%;
  padding: 20px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  max-height: fit-content;
  object-fit: contain;
  

}

a {
    color: #000000;

}

.footer {
    font-size: 14px;
    background-color: #f7ca11;
    color: #000000;
    text-align: center;
    position: fixed;
    left: 260px;
    bottom: 0;
    width: 100%;
    height: 130px;
    font-family: Arial, sans-serif;
    line-height: 2;
    columns: 3;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}
