* {
  font-family: 'Montserrat',
    sans-serif;
}

#header {
  color: #E3DFD9;
  font-size: 1.75em;
  width: 100%;
  position: fixed;
  top: 3%;
  padding-left: 50px;
  padding-top: 25px;
}

#wordmark {
  width: 70%;
}


body {
  background: #33312E;
  margin: 0pt;
}

div.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5%;
}

@media only screen and (max-width:750px) {
  div.grid {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

div.aboutgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10%;
  margin-top: 800px;
}

h1 {
  font-family:
    'Montserrat';
  color: #E3DFD9;
  font-weight: 700;
  font-size: 5em;
  line-height: 1em;
  max-width: 7ch
}

@media only screen and (max-width:750px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-family: 'Montserrat';
  color: #E3DFD9;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.25em;
}

@media only screen and (max-width:750px) {
  h2 {
    font-size: 1.3em;
  }
}

h3 {
  font-family: 'Montserrat';
  color: #E3DFD9;
  text-align: right;
  font-weight: 500;
  font-size: 4em;
  line-height: 1.2em;
}

@media only screen and (max-width:750px) {
  h3 {
    font-size: 2.25em;
  }
}

h4 {
  font-family: 'Montserrat';
  color: #E3DFD9;
  text-align: right;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2em;
  padding-left: 10%;
  margin-left: 25%;
}

@media only screen and (max-width:750px) {
  h4 {
    margin-left: 10%;
    font-size: 1.3em;
  }
}

h5.right {
  font-family: 'Montserrat';
  color: #33312E;
  text-align: right;
  font-weight: 500;
  font-size: 2.2em;
  line-height: 1em;
  padding-left: 15%;
}
@media screen and (max-width:500px) {
  h5.right {
    text-align: center;
    padding-left: 0px;
  }
}

h5.left {
  font-family: 'Montserrat';
  color: #33312E;
  text-align: left;
  font-weight: 500;
  font-size: 2.2em;
  line-height: 1em;
}

p.right {
  font-family: 'Montserrat';
  color: #33312E;
  text-align: right;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
  padding-left: 30%;
}
@media screen and (max-width:750px) {
  p.right {
    font-size: .7em;
    text-align: center;
    padding-left: 0px;
  }
}

p.left {
  font-family: 'Montserrat';
  color: #33312E;
  text-align: left;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
}
@media screen and (max-width:750px) {
  p.left {
    font-size: .7em;
  }
}

h6 {
  font-family: 'Montserrat';
  color: #E3DFD9;
  text-align: left;
  font-weight: 500;
  font-size: 2em;
  line-height: .5em;
}
@media screen and (max-width:750px) {
  h6 {
    font-size: 1.5em;
    text-align: center;
  }
}

div.parent {
  height: 750px;
  width: 100%;
  background: #E3DFD9;
  display: inline-flex;
}

div.parent2 {
  height: 750px;
  width: 100%;
  background: #dbd4c8;
  display: inline-flex;
}

div.child {
  height: 750px;
  width: 100%;
  top: 350px;
  align-items: center;
}

div.child2 {
  width: 100%;
  top: 125px;
  align-items: center;
}

div.carousel {
  height: 750px;
}

div.catagory {
  font-family: 'Montserrat';
  color: #33312E;
  text-align: center;
  font-weight: 500;
  font-size: 3em;
  line-height: normal;
  align-items: center;
}

div.title1{
  text-align: center;
  padding-top: 3%;
  font-size: 2em;
  color: #33312E;
  font-weight: 500;
  background-color: #E3DFD9;
}

div.title2{
  text-align: center;
  padding-top: 3%;
  font-size: 2em;
  color: #33312E;
  font-weight: 500;
  background-color: #dbd4c8;
}

p.contact {
  font-family: 'Montserrat';
  color: #E3DFD9;
  text-align: left;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
}
@media screen and (max-width:750px) {
  p.contact {
    font-size: .8em;
    text-align: center;
  }
}

p.contactinfo {
  font-family: 'Montserrat';
  color: #E3DFD9;
  text-align: center;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.25em;
}
@media screen and (max-width:750px) {
  p.contactinfo {
    font-size: 1em;
  }
}


hr {
  max-width: 150px;
  color: #E3DFD9;
  background-color: #E3DFD9;
  height: 1px;
}

div.slide {
  min-height: 1100px;
  position: relative;
}

@media screen and (max-width:750px) {
  div.slide {
    min-height: 800px;
  }
}

div.halfslide {
  min-height: 50vh;
}

div.name {
  position: relative;
  align-content: right;
  margin-right: 25%;
  min-height: 25vh;
  margin-top: 10%;
}

div.about {
  min-height: 25vh;
  margin-bottom: 40%;
}

@media only screen and (max-width:1100px) {
  div.about {
    right: 45%;
  }
}


div.one{
  background-color: #E3DFD9;
}

img.logoimg {
  max-height: 70vh;
  max-width: 90%;
  justify-self: left;
  padding-top: 5%;
  padding-bottom: 5%;
  margin: 5%
}

img.maxsize {
  max-height: 525px;
  max-width: 85%;
  padding-right: 10%;
}
@media screen and (max-width:500px) {
  img.maxsize {
    max-height: 350px;
    max-width: 80%;
    padding-right: 0%;

  }
}

div.logo {
  position: relative;
  align-self: center;
  margin: 10%;
}

div.contact {
  position: relative;
  align-self: center;
  padding-bottom: 50px;
  margin-left: 10%;
  padding-right: 5%;
  padding-top: 10%;
}
@media screen and (max-width:500px) {
  div.contact {
    padding-bottom: 0px;
    margin-left: 0%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 15%;
  }
}


div.contactinfo {
  position: relative;
  align-self: center;
  padding-bottom: 50px;
  padding-top: 45px;
}


a:link {
  color: #33312E
}

a:visited {
  color: #33312E
}

a:hover {
  color: #6b665e
}

a:active {
  color: #33312E
}

a.instagram:link {
  color: #E3DFD9
}

a.instagram:visited {
  color: #E3DFD9
}

a.instagram:hover {
  color: #aba396
}

a.instagram:active {
  color: #aba396
}

button {
  position: fixed;
  top: 40px;
  background-color: #33312E;
  border: none;
  outline: none;
  color: #E3DFD9;
  font-size: 1.5em;
  margin-left: 75%;
}
