@import url("/assets/fonts/webfonts/Montserrat.css");

*,
html,
body {
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
	margin: 0px;
	color: white;
}

html,
body {
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
}

section {
	height: 85vh;
}

ul {
	margin-right: 50px;
	padding: 0px;
}

a {
	text-decoration: none;
}

p {
	text-shadow: 0.3px 0.3px #00000040;
}

footer {
	flex-grow: 1;
	background-color: #000033;
}

button {
	background: #ff6154;
	border-radius: 10px 0px;
	font-size: 16px;
	height: 2.3em;
	width: 12em;
	border: none;
	cursor: pointer;
	margin: 10px;
}

button:hover {
	background: #ff9087;
}

.hero {
	display: flex;
}

.hero__image {
	width: 100%;
	background-size: cover;
}

.hero__image-left {
	background-color: #5c8e85;
}

.hero__image-right {
	background-image: url("/assets/images/background.jpg");
}

.hero__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: white;
}

.hero__title,
.hero__subtitle {
	text-align: center;
	margin-left: 10px;
}

.logo {
	position: absolute;
	max-width: 150px;
	margin-left: 60px;
	margin-top: 40px;
	margin-bottom: 36px;
}

.countries {
	display: flex;
	align-content: center;
	justify-content: center;
	min-width: 500px;
	margin-left: 56px;
	margin-top: 50px;
}

.country {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style-type: none;
	padding: 10px;
	font-weight: 500;
}

.country:hover {
	background-color: #306c60;
	border-radius: 10px;
}

.flag {
	width: 36px;
	height: 36px;
}

.bottom__images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo__bottom {
	width: auto;
	height: 60px;
	padding-left: 80px;
}

.vectors {
	position: relative;
	height: 150px;
}

.content {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media only screen and (max-height: 440px) {
	.logo {
		margin-top: 10px;
		margin-left: 10px;
		width: 100px;
	}

	body {
		display: block;
	}
}

@media only screen and (max-height: 668px) {
	.logo {
		max-width: 80px !important;
		top: 0 !important;
		left: 0 !important;
		margin-bottom: 40px !important;
	}

	/* .logo {
		position: absolute;
		max-width: 150px;
		margin-left: 60px;
		margin-top: 40px;
		margin-bottom: 36px;
	} */

	.countries {
		display: flex;
		flex-direction: column;
		overflow-x: auto;
	}

	.countries__left,
	.countries__right {
		display: flex;
		flex-direction: row;
	}

	.country {
		max-width: 140px;
		font-size: 14px;
		padding: 18px;
	}

	.hero__copy {
		/* background: red; */
		display: flex !important;
		flex-direction: row !important;
	}

	.hero__title {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	section {
		height: 77vh !important;
	}
	footer {
		height: auto !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 921px) and (min-height: 700px) {
	.bottom__images {
		padding: 60px !important;
	}

	.hero__title {
		font-size: 30px;
	}

	.countries {
		margin-top: 60px !important;
	}

	.country__name {
		font-size: 24px;
	}

	footer {
		/* background-color: red !important; */
	}
}

@media (max-width: 921px) {
	.hero {
		height: 70vh;
		overflow: hidden;
	}

	footer {
		height: auto;
	}

	.hero__title {
		margin-top: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.hero__image-right {
		display: none;
	}

	.bottom__images {
		background-color: #000033;
		flex-direction: column;
		padding: 20px;
	}

	.logo__bottom {
		padding-left: 0;
		margin: 20px;
	}

	.countries {
		margin-top: 30px;
		min-width: 0px;
	}

	.country {
		font-size: 14px;
	}

	.content__title {
		left: 50px;
	}

	button {
		display: block;
		margin: auto;
		margin-top: 20px;
	}

	.vectors {
		display: none;
	}
}

@media (min-width: 1460px) {
	section {
		height: 83vh;
	}

	footer {
		height: auto;
	}

	.vectors {
		height: 160px;
	}
}
