@charset "utf-8";
/* CSS Document */

body {
	overflow: auto;
	color: black;
}

* {
  box-sizing: border-box;
}

.top-right {
  position: absolute;
  top: 30px;
  right: 16px;
	color: #eab34f;
}

.cont {
	position: relative;
}

.cont1 {
	width: 80%;
	margin: 0 auto;
	padding:30px;
}

.text-block {
  position: absolute;
  top: 20%;
 left: 10% ;
 background-color: #eab34f;
  color: white ;
	font-size: 1.5vw ;
  padding: 30px 50px 80px;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 460px;
	opacity: 80% ;
	overflow: auto;
}

.top, .row {
	text-align: center;
	padding: 60px 60px 35px 60px;
	color: black ;
}

.box2 {
	 background-color: #fefbcc;
  	padding: 10px 0px;
	color: black ;
	font-size: 70px ;
	margin: 10px 0px;
	align-content: center;
}
.p{
	color: white;
	font-size: 2vw ;
}

h1 {
	font-size: 90px;
	color: #9d0900;
}

h2 {
	color: #eab34f ;
	font-size: 60px;
}

a1 {
	text-decoration:none;
		color: black;
}

	a { text-decoration:none;
		color: black;
	}

body {
  margin: 0;
	font-family: 'Bebas Neue';
	text-decoration: none ;
}

#navi {
		list-style:none;
		text-align: center;
		padding: 5px;
		color:#eab34f;
		margin: auto;
	background-color: #F3E1A5 ;
	
	}	
		
		#navi li{
		display: inline;
		color:#eab34f;
	}
		
	#navi a:link, a:visited {
		color:#eab34f;
		font-size: 2vw ;
		font-weight: 200 ;
	}
	
	#navi a:hover , a:active {
		color: #9d0900 ; 
	}

#navi1 {
		list-style:none;
		text-align: center ;
		position: relative ;
		top: auto;
	overflow: auto;
	}
	#navi1 li{
		display: inline-block; 
	}
		
	#navi1 a:link, a:visited {
		color:white;
		font-size: 2vw ;
		font-weight: 500 ;
	}
	
	#navi1 a:hover , a:active {
		color: #9d0900 ; 
	}

.box {
	position: absolute;
	left: 50% ;
	 transform: translate(-50%, -50%);
	top: 25% ;
}

.box1 {
	width: 450px;
	height: 10px;
	font-family: "Bahnschrift";
	font-size: 12pt;
	color: black ;
	margin: 0px 10px 30px;
}

.box3 {
	width: 300px;
	height: 10px;
	font-family: "Bahnschrift";
	font-size: 12pt;
	font-color: black ;
	margin: 30px;
	text-align: center;
}


.wrapper {
	display: flex;
}

.wrapper > div {
	flex: 1;
}

button {
			position: absolute;
			background-color: #9d0900 ;
			color: white ;
			font-family:"Bebas Neue" ;
			width: 80% ;
			font-size: 3vw ;
			border-color: white ;
			transition: all 0.5s;
  			cursor: pointer;
			text-align: center;
  			padding: 10px;
		margin: 0px;
		}

button:hover {
	background-color: #7A0D06 ;
}

button_1 {
			background-color: #eab34f ;
			color: white ;
			font-family:"Bebas Neue" ;
			width: 497px ;
			height: 89px ;
			font-size: 25pt ;
			padding: 10px 150px;
			border-color: white ;		
		}

button_1:hover {
	background-color: #F1A824
}

.row {
	text-align: center;
	padding: 60px 60px 35px 60px;
	color: black ;
	font-size: 20px ;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33.3%; /* IE10 */
  flex: 33.3;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.footer {
  text-align: center;
  padding: 22px;
}

img {
opacity: 1;
  display: inline-block;
  max-width: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
align-content: center
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 315px;
  perspective: 1000px; 
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: white;
  color: black;
}

.flip-box-back {
  background-color: #eab34f;
  color: #ffffff;
	font-family: "Bahnschrift" ;
	padding: 10px;
	font-size: 20px;
  transform: rotateY(180deg);
}

.container {
	width: 100%;
	margin: 0 auto;
	padding:0px;
	overflow: auto;
}

@media screen and (max-width:800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}