@charset "utf-8";

body{
	background:#404258;
	padding: 0;
	margin: auto;
	overflow-x: hidden;
	flex-flow:column-reverse;
	flex-flow: row-reverse;
}

.banner {
	width:100%;
	height:100vh;
	background-image:linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)),url( "image/interactivedesign3.jfif");
	background-size:cover;
	background-position:center;
}

.button2,.button3,.button1{
   background-color:#FFE35A;
}

.button2,.button3,.button1{
   width: 15%;
   border-radius: 30px;
   padding:5px;
   color:black;
   display:block;
   text-align: center;
   margin: 20px 50px;
}

.button2,.button3,.button1 p {
	font-size: 16px;
}

.title p{
	text-align:right;
	font-family: 'Playfair Display', serif;
	font-size:180px;
	line-height:20pt;
	letter-spacing:0.35pt;
	color:#FFFFFF;
}

.title2 p{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size:60px;
	line-height:10pt;
	letter-spacing:0.35pt;
	color:#FFFFFF;
}

.navi {
	list-style: none;
	display: flex;
	gap:4%;
	align-items: center;
	justify-content: center;
	min-height: 90px;
}

.navi a:link, a:active {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.5em;
	color:#FFFFFF;
	text-decoration: none;
}

.footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navi a:hover, a:visited {
	color:#FFFFFF;
}

.end {
	padding: 2%
}

.container {
	width: 90%;
	background:#000000;
	margin:auto;
	border: 0px solid;
}

.container1 {
	width: 90%;
	background: #000000;
	margin:auto;
	color:white;
}

.main {
	background:#000000;
	min-height: 450px;
	padding: 2%;
	text-align:center;
}

li,ui,ol{
	font-size:12pt;
	line-height: 15pt;
	letter-spacing:0.1pt;
	color:white;
}

.row {
	padding:10px;
	background:#000000;
	display: flex;
	gap:2%;
	justify-content: center;
	margin:45px;
}

.column {
	min-width: 30%;
	background: #FFFFFF;
	min-height: 200px;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 15px;
}

h2 {
	font-family:'Playfair Display', serif;
	font-size:50px;
	color:#FFFFFF;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-size:60px;
	color:#FFFFFF;
} 

.aside-right {
	float:right;
	padding:1%;
}

.aside-left {
	float:left;
	padding:1%;
}

@media (max-width:992px){
	.row{
		display:block;
	}
	.column{
		width:100%;
		margin:10px auto;
	}
	.aside-right{
		float:none;
		width:100%;
		margin:10px auto;
	}
	.navi{
		display:block;
	}
	.image{
		margin:10px auto;
		width:auto;
	}
}

.footer {
	list-style:none;
	display: flex;
	gap:4%;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	color:#FFFFFF;
	background-color:black;
}