body {
	margin: 0;
	font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
main{
	/*background: -webkit-linear-gradient(left, rgb(215, 222, 248) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(left, rgb(215, 222, 248) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(left, rgb(215, 222, 248) 0%, rgb(255, 255, 255) 100%);
	background: -moz-linear-gradient(left, rgb(215, 222, 248) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to right, rgb(215, 222, 248) 0%, rgb(255, 255, 255) 100%);*/	
}
.fixed-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #272727;
	padding: 10px 0;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fixed-menu img:first-child {
    margin-left: 2.5%;
    margin-right: 15px;
}
.fixed-menu img {
	max-height: 24px;
	margin: 0 15px;
}

.fixed-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
	gap: 15px; 
}

.fixed-menu li {
	white-space: nowrap;
	margin: 2px 15px 0 15px;
}

.fixed-menu a {
	font-size: 13px;
	color: #272727;
	text-decoration: none;
}

.fixed-menu a:hover {
	text-decoration: underline;
}
.page-content .banner {
	width: 95%;
	aspect-ratio:  3.3/ 1;
	margin: 70px 2.5% 0;
    background: url('../images/slide-1.png') no-repeat center center;
    background-size: cover;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2), 0 0 2px rgba(0, 0, 0, .1);
}

.page-content .banner .text {
    position: absolute;
	padding-top: 7%;
    width: 45%;
    color: black;
	font-size: 2.2vw;
	font-weight: bold;
    /*background: rgba(0, 0, 0, 0.5);*/
    border-radius: 5px;
}

.page-content .banner p {
text-align: right;
}
.page-content .banner a {
	font-size: 1.7vw;
	color:#2171B9;
	text-decoration: none;
}


.page-content .banner .left {
    left: 2.5%;
	padding-left: 2%;
	text-align: left;
}

.page-content .banner .right {
    right: 2.5%;
	padding-right: 2%;
	text-align: right;
}
.page-content{
	padding-bottom:20px;
	padding-top: 1px;
}
.page-content img{
	width: 95%;
	margin: 70px 2.5% 0;
	/*-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;*/
}
.page-content .video-content{
	width: 95%;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-content .text-content{
	width: 95%;
	margin:20px auto 0;
	/*-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;*/
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2), 0 0 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	text-align: center;
}
.page-content .text-content table {
	border-collapse: collapse;
	width: 80%;
	margin: 20px auto;
}

.page-content .text-content th,
.page-content .text-content th {
	text-align: center;
	padding: 8px;
	font-size:18px;
}
.page-content .text-content th {
	font-size:36px;
}
.page-content .contact-content{
	width: 95%;
	margin:20px auto 0;
	/*-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;*/
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2), 0 0 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	text-align: center;
}
.page-content .contact-content table {
	border-collapse: collapse;
	width: 80%;
	margin: 20px auto;
}

.page-content .contact-content th,
.page-content .contact-content td {
	text-align: left;
	padding: 8px;
	font-size:18px;
}
.page-content .contact-content th {
	font-size:18px;
}
.page-content .contact-content a {
	display: block;
	text-decoration: none;
	color: #464FEB;
}
.page-content .about-content{
	width: 95%;
	margin:20px auto 0;
	/*-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;*/
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2), 0 0 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	text-align: center;
}
.page-content .about-content .about{
	width: 70%;
	margin:0 auto 0;
	padding: 20px 0;
	text-align: left;
}
.footer {
	background-color: #f3f3f3;
	padding:20px 5%;
	display: flex;
	justify-content: space-between;
}
.footer-column {
	flex: 1;
	padding: 10px;
	color: #555555;
}
.footer-column h3 {
	margin-bottom: 10px;
}
.footer-column p, .footer-column a {
	margin: 5px 0;
}
.footer-column a {
	display: block;
	text-decoration: none;
	/*color: #272727;*/
	color: #555555;
}
