
body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

p{
padding-top: .9vh;
font-size: 2.2rem;
font-family: 'Raleway', sans-serif;
font-weight: 200;
padding-left: 10px;
padding-right: 10px;
}


h2{
  font-weight: 400;
}

h3{
  padding-top: 0;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: sentencecase;
  margin-top: -6px;
}

h4{
  padding-top: 0;
  font-weight: 200;
  font-size: 1.1rem;
}

h5{
  font-weight: 400;
  color: #363636;
}

.main_banner{
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 8vh;
  background-image: url(images/banner.jpg);
  background-position: 50% 0;
  background-size: cover; 
  height:91vh; 
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.swirl{
margin-bottom: -20px;
margin-top: .5vh;
}

.main_banner .swirl img{
width: 42px;
}

.main_banner img{
width: 410px;
}
/*
.scroll{
  position: absolute;
  bottom: 69px;
  margin-top:47vh;
  transform: rotate(-90deg);
}

.scroll-line{
  display: inline-block;
  width: 60px;
  height: 2px;
  margin-right: 16px;
  background-color: rgba(185,116,34,.8);
  font-size: 10px;
}
*/
.caption{
  display: inline-block;
  color: rgba(185,116,34,.8);
  font-size: .9rem;
  /*line-height: 30px;*/
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.detail{
padding-top: 9.5vh;
text-align: center;
text-transform: uppercase;
}
/*
.line{
  content: "";
  position: absolute;
  border-top: 2px solid rgba(0,0,0,1);
  left: 42.5%;
  width: 15%;
  height: 0px;
}
*/

/*flexbox*/
.wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    /*align-self: center;*/
    /*padding-top: 5vh;*/
    padding-top: 1.5vh;
}

.wrapper>div>img {
  width: 320px;
  margin: 8px;
}

@media screen and (max-width: 600px) {
    .main_banner img{
         width: 320px;
    }
    .wrapper {
        flex-direction: column;
    }
    .wrapper>div>img {
        margin: 0 10px 10px 0;
        width:400px; 
    } 
}

@media screen and (max-width: 400px) {
    .wrapper>div>img {
         width: 350px;
         margin: 10px;
    }   
}
/*flexbox*/

.footer{
  padding-top: 8vh;
  text-align: center;
}

.footer img{
  width: 250px;
  margin-bottom: -10px;
}