@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway:100,200,300,400|Roboto:100');
@import url('https://fonts.googleapis.com/css?family=Caveat');

body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row: 100vh;
  grid-gap: 1em;
  overflow-x: hidden;
}

header2,
header,
footer {
  grid-row: auto;
  grid-column: 1 / span 5;
      transition:all 0.3s ease;
}

main {
  grid-column: 1 / span 3;
}

aside {
  grid-column: span 2;
}

@media (max-width: 700px) {
  header2,
  header,
  main,
  aside {
    grid-column: 1 / span 5;
  }
}

@media screen and (max-width: 700px){
  h1 {
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 22vw;
    font-weight: 575;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
  }
  h4 {
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 5vh;
    font-weight: 575;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: -100px;
  }
}

@media screen and (min-width: 701px){
  h1 {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 21vh;
    font-weight: 575;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
  }
  h4 {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 50;
    font-weight: 575;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: -100px;
  }
}

/* Demo Specific Styles */
body {
  margin: 0 auto;
  max-width: 48em;
  padding: 1em 0;
}


main,
aside {

  display:flex;
  align-items: center;
  justify-content: center;
  max-width: 56em;
  height:inherit;
}
header2{
  min-height: 100vh;
  overflow: hidden;
  justify-content: center;
  display: block;
}
header{
  height: auto;
  justify-content: center;
}

footer {
  height: auto;
  display:block;
  align-items: center;
  justify-content: center;
  max-width: 100em;
  justify-content: center;
}

header>img {
  object-fit: cover;
  align-items: center;
  align-self: center;
  align-content: center;
  max-width: 100%;
}

main>img{
  object-fit: cover;
  max-width: 100%;
}
aside>figure{
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px;
}
aside>figure>img{
  object-fit: contain;
  max-width: 100%;
  max-height: 70vh;
}

h2 {
  text-align: left;
  font-family: 'Caveat';
  font-size: 40;
  font-weight: 50;
  padding-left: 20px;
  padding-right: 0px;
}

h3 {
  text-align: left;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 21;
  font-weight: regular;
  line-height: 1.7em;
  padding-left: 20px;
  padding-right: 10px;
}


figure{
  text-align: center;
    font-size: 100%;
}
figcaption{
  text-align: center;
  font-family: 'Caveat';
  font-size: 21;
  font-weight: 50;
  padding-left: 0px;
  padding-right: 0px;
}
