@font-face {
    src: url(../fonts/ethnocentric/ethnocentric_rg.ttf);
    font-family: ArionFont;
 }

main {
	background-color: #263A4A;
}

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #263A4A;
    z-index: 1;
    width: 90%;
    max-width: 1500px;
	min-height: calc(100vh - 80px);
    margin: auto;
    padding: 2% 0;
}

main h1 {
	font-size: 4.0rem;
	line-height: 1.25;
	font-family: ArionFont;
    color: #ffffff;
    padding-bottom: 1%;
}

main h2 {
	padding-top: 1.5%;
	font-size: 1.60rem;
	line-height: 1;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

main h3 {
	padding-top: 3%;
	font-size: 1.2rem;
	line-height: 1;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
    padding-bottom: 2%;
}

main p {
	margin-top: 2px;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
    color: #ffffff;
	text-wrap: wrap;
}

main a {
	margin-top: 2px;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
    color: #ffffff;
    text-decoration: none;
	cursor: pointer;
}

main a:hover {
	opacity: 0.5;
    transition: 0.3s ease-out;
}

.banner-image img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.team {
    padding-top: 3%;
}

.column {
	float: left;
	width: 25%;
	margin-bottom: 16px;
	padding: 0 10px;
}

.line {
    width: 100%;
    height: 1px;
    margin: 5px auto;
    background-color: #ffffff;
}

.column {
	float: left;
	width: 25%;
	margin-bottom: 16px;
	padding: 0 10px;
}

.container {
    padding-top: 5px;
}

.container::after, .row::after {
	content: "";
	clear: both;
	display: table;
  }

@media only screen and (max-width: 1150px) {
	main h2 {
		font-size: 1.6rem;
	}

	main h3 {
		font-size: 1.1rem;
	}

	main p {
		font-size: 1rem;
	}
	
	main a {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 993px) {
	.column {
		width: 50%;
		display: block;
	  }
}

@media only screen and (max-width: 760px) {
	main h1 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.main-container {
		width: 95%;
	}

	.column {
		width: 100%;
		display: block;
	}

	main h1 {
		font-size: 1.8rem;
		padding-bottom: 2%
	}

	.team {
		padding-top: 5%;
	}

	.row {
		margin: auto;
	}

	.card {
		width: 80%;
		margin: auto;
	}
}
