@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&family=Rubik:ital,wght@0,600;1,600&display=swap');

.home #main,
.archive #main{
    padding: 0;
}
.home #main-view,
.archive #main-view{
  background: none;
}
.home #branding,
.archive  #branding{
  position: relative;
}
.home-content{
  justify-content: space-around;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.seg-3{
  position: relative;
  flex: 1;
  text-align: center;
  position: relative;
  background-size: cover;
  border: solid 5px rgb(0, 0, 0);
}
.seg-3:first-child{ background: url(../images/bk-pro-qualifier.jpg) no-repeat center center; }
.seg-3:nth-child(2){ background: url(../images/bk-japan-pro.jpg) no-repeat center center; }
.seg-3:nth-child(3){ background: url(../images/bk-oa-japan-df.jpg) no-repeat center center; }
.seg-3:nth-child(4){ background: url(../images/bk-japan-pro.jpg) no-repeat center center; }
.seg-3:nth-child(5){ background: url(../images/bk-pro-qualifier.jpg) no-repeat center center; }
.seg-3:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.seg-3:first-child:before { background-color: rgba(70, 0, 0, 0.92); }
.seg-3:nth-child(2):before { background-color: rgba(0, 40, 70, 0.92); }
.seg-3:nth-child(3):before { background-color: rgba(70, 70, 0, 0.92); }
.seg-3:nth-child(4):before { background-color: rgba(70, 70, 0, 0.92); }
.seg-3:nth-child(5):before { background-color: rgba(70, 0, 0, 0.92); }
.seg-content{
  color: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* height: 60%; */
  height: 75%;/*add*/
  padding: 0 20px;
}
.seg-content .date,
.seg-content h2{
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}
.seg-content .date{
  margin: 0 0 10px;
  display: inline-block;
  /* font-size: 18px; */
  font-size: 12px;/* add */
  height: auto;/* add */
  line-height: 1;
  color: #000;
  background: rgb(204, 204, 0);
  padding: 3px 5px;
}
.seg-content .date .place{
  position: relative;
  display: inline-block;
  padding: 5px 5px 2px;
  margin-right: 5px;
  background: #000;
  color: #cc0;
}
.seg-content .date .place:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: calc(-100% - 0px);
    top: 50%;
    margin-top: -2px;
    background: rgb(204, 204, 0);
}
.seg-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  min-height: 6em;/* add */
}
.seg-content p{
  height: 2.5em;
  line-height: 1.4;

  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

ul.seg-banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  line-height: 0;
  margin: 0 auto 2em;
}
ul.seg-banner li{
  width: 170px;
  margin: 0 5px;
}
ul.seg-banner li img{
  width: 100%;
  height: auto;
}
.seg-content a{}
.seg-content a.btn-more{
  text-align: center;
  margin: 0 auto;
}

/* =Responsive Structure
----------------------------------------------- */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
@media (max-width: 1200px) {
  .seg-content .date{
    /* font-size: 15px; */
  }
  .seg-content h2{
    font-size: 32px;
  }
}
@media (max-width: 1070px) {
  .home #main-view{}
  .home section,
  .archive section{
    display: block;
    position: initial;
  }
  .seg-content{
    position: relative;
    padding: 40px 20px;
  }
  .seg-3{
    text-align: left;
  }
  .seg-3:first-child,
  .seg-3:nth-child(2),
  .seg-3:nth-child(3),
  .seg-3:nth-child(4){
    background-size:100% auto;
  }
  .seg-content .date{
    font-size: 14px;
    font-weight: 600;
  }
  .seg-content h2{
    font-size: 28px;
    min-height:auto;
  }
  .seg-content p{
    margin-bottom: 10px;
  }
  ul.seg-banner{
    justify-content: flex-start;
    margin: 0 0 15px;
  }
  ul.seg-banner li{
    margin: 0 5px 0 0;
    width: 120px;
  }
  .seg-content a.btn-more{
    margin: 0;
}

}
@media (max-width: 650px) {}
@media (max-width: 320px) {}
@media screen and (max-device-width: 650px) {}

