@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&family=Tenor+Sans&display=swap');

.panel-widget-style {
  overflow: hidden;
}

#fv {
  height: 100vh;
  overflow: hidden
}

h1.en{
		position:absolute;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
		font-size:122px !important;
		color:#fff;
		margin:0;
		left:0;
		top:0;
		line-height:1;
}
@media screen and (max-width:770px) {
h1.en{
		font-size:72px !important;
}
}
.fvtextwrap {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 40%;
  margin-left: 5%;
  margin-right: auto;
  transform: translatey(60vh);
}

.fvtext {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px 30px 20px;
}

@media screen and (max-width:770px) {
  .fvtextwrap {
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (orientation:portrait){
  .fvtextwrap {
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    margin-left: auto;
    margin-right: auto;
  }

	#panel-6-0-0-0> .panel-widget-style{
		background-position: 90% center;
		}
}

.flexwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (max-width:770px) {
  .flexwrap {
    flex-direction: column;
    align-items: center;
  }
}

.fvtextwrap .flexwrap {
  justify-content: flex-start;
}

@media screen and (max-width:770px) {
  .fvtextwrap .flexwrap {
    justify-content: center;
    flex-direction: row;
  }
}

.flexwrap .imgwrap {
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.flexwrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition-duration: 400ms;
}

.flexwrap a img:hover {
  transform: scale(1.1);
}

@media screen and (max-width:770px) {
  .flexwrap img {
    margin-bottom: 20px;
  }
}

.flexwrap img.wp-image-17 {
  object-position: 0 20%;
}

img.square {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.flexwrap.contact div {
  box-sizing: border-box;
  background-color: #eee;
  width: 32%;
  padding: 10px 20px;
}

@media screen and (max-width:770px) {
  .flexwrap.contact div {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

.flexwrap.contact div h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.cell {
  color: white;
  display: block;
  border-left: solid 8px #bbb;
  margin-bottom: 10px;
  padding-left: 10px;
}

.cell h4,
.cell p {
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 0;
}

.cell:nth-child(1) {
  margin-left: 10px
}

.cell:nth-child(2) {
  margin-left: 30px
}

.cell:nth-child(3) {
  margin-left: 50px
}

.cell:nth-child(4) {
  margin-left: 70px
}

a.btn {
  color: #666;
  display: block;
  background-color: #ff0;
  padding: 12px 20px;
  margin-right: 10px;
  margin-top: 10px;
}

a.btn:hover {
  background-color: #dd0;
}


#panel-6-0-0-0> .panel-widget-style{
		
}