@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body, html {
    margin: 0;
    padding: 0;
     font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

section.main2 p {
    word-break: break-all;
}

header.header.header_container {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

#language {
    display: inline-block;
}

#logo2 {
    display: inline-block;
	padding-left: 50px;
}

#language a {
    color: #a2a2a2;
    text-decoration: none;
    font-size: 14px;
}

#language a:hover {
    color: #298394;
}

#language a:nth-child(1) {
    padding-right: 10px;
}

#language a.active {
	color: #174892;
	font-weight: bolder;
}

.bannerImage {
    width: 100%;
    height: calc(100vh - 127px);
    background-image: url(../images/corfu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bannerImage .image {
    width: 100%;
}

section.banner {
    position: relative;
	height: calc(100vh - 127px);
}

header.header.header_container .left {
    width: 19%;
	display: inline-block;
}

header.header.header_container .right {
    width: 79%;
	display: inline-block;
    text-align: right;
}

.row{
	display: flex;
	align-items: center;
}
#logo {
    display: inline-block;
}

#logo img {
    width: 100%;
	height: auto;
    max-width: 280px;
}

#logo2 img {
    width: 100%;
    max-width: 280px;
	min-width: 100px;
}

.bannerText {
    position: absolute;
    bottom: 20%;
    left: 40px;
    background: #298394;
    color: #fff;
    padding: 20px;
    max-width: 600px;
}

.bannerText h2 {
	font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
}

.bannerText h2 span {
    font-weight: 700;
     font-family: 'Open Sans', sans-serif;
}

.bannerText p {
	font-size: 20px;
    font-weight: 400;
}

.bannerTextContainer {
    width: 80%;
}

section.main {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    padding: 50px 0;
}

section.main .text h2 {
    color: #338798;
    font-weight: bolder;
    font-size: 42px;
    margin-bottom: 0;
}

section.main .text p {
    font-size: 21px;
}

section.main .textContainer p:nth-child(1) {
    color: #8c8c8c;
}

section.main .textContainer p:nth-child(2) {
    color: #298394;
}

section.main  .textContainer {
    border-right: 50px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-right: 50px;
}

section.footer_container {
    background: #174892;
    padding: 50px 0;
}

section.footer_container .container {
    width: 90%;
    color: #fff;
    margin: auto;
}

#footerleft {
    display: inline-block;
    width: 69%;
}

#footerRight {
    display: inline-block;
    text-align: right;
    width: 29%;
}

#footerleft a {
	color: #fff;
	text-decoration: none;
}

#footerleft a:hover {
	text-decoration: underline;
}

#footerRight a {
    color: #fff;
    text-decoration: none;
}

#footerRight a:hover {
	text-decoration: underline;
}

#footerleft .menu a {
    border-right: 1px solid #fff;
    padding-right: 7px;
}

#footerleft .menu a:nth-child(3) {
    border: 0;
}

.logoMobile, .languageMobile {
	display: none;
}

section.main2 {
    padding: 50px 20px;
    width: 80%;
    margin: auto;
    max-width: 1200px;
}

section.main2 h2 {
    font-size: 42px;
    color: #338798;
}

section.main2 h3 {
    font-size: 23px;
    color: #174892;
}

section.main2 p, li {
    font-size: 20px;
    color: #8c8c8c;
}

.tableResponsive {
	overflow-x: auto;
}

/* RESPONSIVE */

@media all and (max-width: 1536px) {
	section.main {
		width: 75%;
	}
	
	.bannerText h2, section.main .text h2 {
		font-size: 36px;
	}
	
	.bannerText p, section.main .text p {
		font-size: 18px;
	}
	
	section.main2 h2 {
		font-size: 36px;
	}

	section.main2 h3 {
		font-size: 20px;
	}

	section.main2 p, li {
		font-size: 18px;
	}
}

@media all and (max-width: 1280px) {
	
	.bannerText h2, section.main .text h2 {
		font-size: 32px;
	}
	
	.bannerText p, section.main .text p {
		font-size: 17px;
	}
	
	#language a {
		font-size: 13px;
	}
	
	section.footer_container .container {
		font-size: 14px;
	}
	
	.bannerText {
		bottom: 12%;
	}
	
	section.main2 h2 {
		font-size: 32px;
	}

	section.main2 h3 {
		font-size: 18px;
	}

	section.main2 p, li {
		font-size: 17px;
	}
}

@media all and (max-width: 1024px) {
	header.header.header_container {
		width: 100%;
	}
	
	#logo {
		display: none;
	}
	
	#logoMobile {
		display: inline-block;
		padding-left: 20px;
		width: auto;
	}
	
	#logoMobile img {
		height: 50px;
	}
	
	section.main {
		width: 90%;
	}
	
	.bannerText {
		bottom: -5%;
	}
	
	.bannerImage {
		height: calc(100vh - 94px);
	}
}

@media all and (max-width: 768px) {
	section.main {
		width: 100%;
	}
	
	.bannerText {
		left: 10px;
		right: 10px;
		padding: 15px;
		max-width: unset;
	}
	
	section.main  .textContainer {
		padding-left: 20px;
	}
	
	.bannerText {
		bottom: -25%;
	}
	
	section.main, section.main2 {
		padding-top: 170px;
	}
	
	section.main .text h2 {
		padding-left: 20px;
	}
	
	#logo2 {
		padding-left: 20px;
	}
}

@media all and (max-width: 600px) {
	section.footer_container .container {
		max-width: 100%;
		padding: 50px 10px;
		margin: auto;
	}
	
	#footerleft {
		width: 100%;
		text-align: center;
	}
	
	#footerRight {
		text-align: center;
		width: 100%;
	}
	
	section.main  .textContainer {
		border-right: 0;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	
	.bannerImage {
		min-height: 400px;
	}
	
	.bannerText h2, section.main .text h2 {
		font-size: 26px;
	}
	
	.bannerText p, section.main .text p {
		font-size: 15px;
	}
	
	.bannerText {
		padding: 10px;
	}
	
	section.main, section.main2 {
		padding-top: 150px;
	}
	
	#logo2 img {
		width: 90px;
	}
	
	#logoMobile img {
		width: 110px;
		height: auto;
	}
	
	#languageMobile {
		display: inline-block;
	}
	
	#languageMobile a {
		color: #a2a2a2;
		text-decoration: none;
		font-size: 14px;
	}

	#languageMobile a:hover {
		color: #298394;
	}

	#languageMobile a.active {
		color: #174892;
		font-weight: bolder;
	}

	#language {
		display: none;
	}
	
	section.main2 h2 {
		font-size: 26px;
	}

	section.main2 h3 {
		font-size: 17px;
	}

	section.main2 p, li {
		font-size: 15px;
	}
	
	section.main2 {
		padding-top: 0;
	}
}

@media all and (max-width: 375px) {
	.bannerText {
		bottom: -15%;
	}
}