@charset "utf-8";


  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
  @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: montserrat;
	
}

html, body {
	height: 100%;
	width: 100%;
}

#nav{
	height: 100px;
	width: 100%;
	background-color: rgba(0,0,0,0.37);
	display: flex;
	align-items: center;
	padding: 0 100px;
	gap: 45px;
	position: fixed;
	justify-content: flex-start;
	z-index: 99;
}
#nav img{
	height: 75px;
}
#nav h4{
	text-transform: uppercase;
	font-weight: 500;
	color: white;
} 
video{
	height: 50%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	position:absolute;
}  
#main{
/*	position: relative;
	background-color: rgba(0,0,0,0.37);
	*/
}
#page1{
	height: 50vh;
	width: 100;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.page1 h1{
font-size: 60px;
	font-weight: 900;
	position: relative;
	color: white;}

#page1 h1{
font-size: 60px;
	font-weight: 900;
	position: relative;
	color: white;
}
#page1 h1::before{
	content: "Travel the Extraordinary";
	position: absolute;
	color: black;
	top: -6px;
	left: -6px;
	-webkit-text-stroke: 2px #1F6E8C;
	z-index: -1;
}

#page1 h2{
	font-size: 30px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
	color: white;
}

#page1 p{
	font-size: 22px;
	font-weight: 300;
	width: 40%;
	color: white;
}

#page2{
	height: 100vh;
	width: 100%;
}

.jumbotron2 {
	align-content: center;
	padding: 2rem 1rem;
  	margin-bottom: 2rem;
  	background-color: #0E2954;
  	border-radius: 0.3rem;
	text-align: center;
	font-weight: 700;
}

.row2 {
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-right: -15px;
  	margin-left: -15px;
}

.row3 {
  	float: right;
	margin-right: -15px;
	
}
.row4 {
  	float: left;
	margin-left: -15px;
}

.img-fluid-right {
  	max-height: 100%;
	max-width: 100%;
  	height: auto;
	width: auto;
	
}
.same-align{
	max-height: 100%;
	max-width: 100%;
	padding-left: 50px;
	height: 300px;
	width: 450px;
}

.pad-left{
	padding-left: 50px;
}

.row5 {
	display: inline-flex;
	column-gap: 20px;
	max-height: 100%;
	max-width: 100%;

}
