body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

.maincontent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.maincontent_wrapper {
  padding-top: 0;
}
img{
  width:100%;
}
.row{
  margin:0! important;
  padding:0! important;
}
.myButton {
     margin-top:20px;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
background-color:#f9f9f9;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
cursor:pointer;
color:#666666;
font-size:18px;
font-weight:bold;
padding:10px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;

}

.myButton:hover {
background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
background-color:#e9e9e9;
}
.myButton:active {
position:relative;
top:1px;
}

p {
color:#737373;
}

h1 {
color:#737373;
}

.hero1{
  display:grid;
  justify-items: center;
  align-items: center;
}
#hero-bg{
  grid-column: 1/2;
  grid-row: 1/2;
}
.logo-overlay{
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
}
.section1{
  display:grid;
}
.sec1-content{
  grid-column:1/3;
  grid-row:1/3;
  min-height:65vh;
  place-self: center;
  align-self:center;
  display:flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding:3%;
  
}
#hero2{
  grid-column:1/6;
  grid-row:3/6;
}
#thumb2{
  grid-column:3/6;
  grid-row:1/5;
  align-self:center;
  justify-self:center;
  max-width:450px;
}
#thumb3{
  grid-column:1/3;
  grid-row:3/6;
  max-width:700px;
  margin-top:-100px;
  margin-left:100px;
  justify-self:center;
}
.colors{
  max-width:1200px;
  margin:50px auto;
}

.my-content{
  display:flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  min-height:50vh;
  max-width:300px;
  margin:0 auto;
}
.my-content h1{
  font-style: italic;
}
.colors-mobile{
  padding-inline:4%;
  text-align: center;
  display:none;
  margin-top:100px;
}
@media screen and (max-width:800px) {
    #hero-logo{
    max-width:50vw;
}
}
@media screen and (max-width:800px) {
  #thumb2{
    display:none;
  }
  .sec1-content{
    grid-column:1/6;
    grid-row:1/3;
    min-height:45vh;
    text-align: center;
    justify-content: center;
   max-width:500px;
    margin-top: -50px;
  }
  #thumb3{
    grid-column:1/6;
    max-width:250px;
    grid-row:3/6;
    margin-top:-100px;
    margin-left:0px;
    justify-self:center;
  }
  .my-content{
    display:flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    min-height:30vh;
    max-width:300px;
    margin:0 auto;
  }
}
@media screen and (max-width:992px) {
  .colors{
    display:none;
  }
  .colors-mobile{
    display:block;
  }
}
@media screen and (max-width:400px) {
  .sec1-content{
    min-height:45vh;
  }
  #thumb3{
    max-width:175px;
    margin-top:-50px;
    margin-left:0px;
  }
}