@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root{
	--c-blue: rgba(11, 37, 78, 1);
	--c-blue-ltr: rgba(22, 74, 157, 1);
	--c-orange: rgba(250, 118, 76, 1);
	--c-dark: rgba(6, 18, 38, 1);
	--c-light: rgba(255, 255, 255, 1);
}
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: var(--c-blue);
}
.big-maps {
	cursor:zoom-in;
}
.navbar-collapse {
	text-align: right;
}
.nav-tall {
	background-color: rgba(255, 255, 255, 1);
	border-top: 3px solid var(--c-orange);
	backdrop-filter: blur(10px);
	padding: .8rem 1rem;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
}
.nav-tall img {
	width: 240px;
	transition: all 0.3s ease-out 0s;
}
.nav-tall .navbar-nav .nav-link {
	color: var(--c-blue);
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .08rem;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-out 0s;
}
.nav-tall .navbar-nav .nav-link:hover, .nav-tall .navbar-nav .nav-link.active {
	color: var(--c-orange);
}
.nav-tall .navbar-toggler i {
	color: var(--c-blue);
}

.nav-short {
	background-color: rgba(11, 37, 78, .8);
	border-top: 3px solid var(--c-orange);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    z-index: 99;
	padding: .8rem 1rem;
	transition: all 0.3s ease-out 0s;
}
.nav-short img {
	width: 240px;
	transition: all 0.3s ease-out 0s;
}
.nav-short .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .08rem;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-out 0s;
}
.nav-short .navbar-nav .nav-link:hover, .nav-short .navbar-nav .nav-link.active {
    color: var(--c-orange);
}
.nav-short .navbar-toggler i {
	color: rgba(255, 255, 255, 1);
}

.nav-short .parent-link {
	border-left: solid 1px rgba(255, 255, 255, .5);
}

.jumbotron {
	padding: 2rem;
	min-height: 620px;
	height: calc(100vh);
	display: flex;
	background: url('../img/movie_screenshot.webp') no-repeat center center;
	background-size: cover;
}
#video-background {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: url('../img/movie_screenshot.webp') no-repeat center center;
	background-color: var(--c-blue);
	background-size: cover;
}

#video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: calc(100vh + 80px);
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	clip-path: inset(0 0 40px 0);
}

#video-background:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:rgba(11, 37, 78, .4);
  background: linear-gradient(165deg, rgba(11, 37, 78, .6) 0%, rgba(11, 37, 78, .2) 100%);
  /*background: linear-gradient(160deg, rgba(0,63,158,.5) 0%, rgba(255,130,0,.5) 100%);*/
}

.overlay-image {
	position: relative;
	width: clamp(360px, 65vw, 900px); 
	height: auto;
	z-index: 2;
}

.parallax {
  color: var(--c-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
  background-image: url('../img/beetaloo-landscape.webp');
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bkg-blueish {
	background: rgba(51, 102, 153, .125);
	background: linear-gradient(165deg, rgba(51, 102, 153,.04) 0%, rgba(51, 102, 153,.225) 100%);
}

a {
	color: var(--c-blue);
	text-decoration: underline !important;
}

label {
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: .08rem;
	text-transform: uppercase;
}

h1.display-4::after {
	content: "";
	display: block;
	margin: 0 auto 3rem auto;
	border-bottom: 1px solid var(--c-orange);
	width: 32%;
	position: relative;
	bottom: -6px;
}

.alert {
	font-size: .9rem;
}
.alert-heading {
	font-size: 1.2rem !important;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 400;
}
.font-bold, strong {
	font-weight: 700;
}
.site-section {
    padding: 4.5em 0;
}


.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	display: none;
	border-radius: 50% !important;
	height: 40px;
	width: 40px;
}
.btn-outline-blue {
    color: var(--c-blue);
    border-color: var(--c-blue);
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.btn-outline-blue:hover {
    color: #ffffff;
    border-color: var(--c-blue);
    background-color: var(--c-blue);
}
.btn-blue {
    color: #ffffff !important;
    background-color:var(--c-blue);
    border-color: var(--c-blue);
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.btn-blue:hover {
    color: #ffffff;
    border-color: var(--c-blue-ltr);
    background-color: var(--c-blue-ltr);
}
.btn-link {
    font-weight: 400;
    color: var(--c-blue);
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.parent-link {
	border-left: solid 1px rgba(11, 37, 78, .5);
	padding-left: 1.5rem !important;
	margin-left: .5rem;
}

.hidden {
	display: none !important;
}

.inherit {
	color: inherit !important;
}

.no-underline {
	text-decoration: none !important;
}

.mb-lc-0 {
    margin-bottom: 0 !important;
}

.rounded-top {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

/************************/
/*     Strategy     */
/************************/

#strategy .card {
	padding: 2rem 0 0 0;
	background: #fff;
	border: none;
}

#strategy .card i {
	font-size: 4rem;
	color: var(--c-orange);
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
}

#strategy .card .card-body {
	padding: 0;
}

/************************/
/*     Team     */
/************************/

#team h2 {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 1rem;
	line-height: 1;
}
#team h3 {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 2rem;
	line-height: 1;
	opacity: .75;
}
#team .team2 h2 {
	font-size: 1.3rem;
}
#team .team2 h3 {
	font-size: .9rem;
}

#team img {
	transition: transform .2s; 
}
#team img:hover {
	transform: scale(1.1);
}

.modal h2 {
	font-size: 1.8rem;
	margin: 0 0 .4rem 0;
	line-height: 1;
}
.modal h3 {
	font-size: 1.2rem;
	margin: 0;
	line-height: 1;
	opacity: .75;
}

/************************/
/*     Operations     */
/************************/

#operations h2 {
	padding-bottom: .6rem;
}

#operations p.map-info {
	background: var(--c-blue);
	color: var(--c-light);
	font-size: .85rem;
	padding: .5rem;
	text-align: center;
	margin-bottom: 1.5rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-top: 1px solid #cfd3d4;
}

/************************/
/*     News     */
/************************/

#news p.small {
	color: var(--c-orange);
	font-size: 85%;
}

footer {
	color: var(--c-light);
	background-color: var(--c-blue);
	font-size: .8rem;
	margin: 0;
	padding: 2rem 0;
}

.navbar-toggler {
	padding: .5rem .75rem;
	font-size: 2.2rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
	outline: none !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#strategy .card i {
		font-size: 3rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .65rem;
		padding-left: .65rem;
	}
}

@media (max-width: 991.98px){
	.nav-short .parent-link, .parent-link {
		border-left: none;
		padding-left: 1rem !important;
		margin-left: 0;
	}
}

@media (min-width: 1200px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	
	.parent-link {
		padding-left: 3rem !important;
		margin-left: 1.5rem !important;
	}
}

@media (min-width: 768px){
	.jumbotron .display-3 {
		font-size: 4.5rem;
		margin-left: 2rem;
		text-align: left;
	}
	
	.hidden-sm-up {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.parallax {
		background-attachment: scroll;
		height: 100%;
		width: auto;
	}
	
	.nav-short .parent-link, .parent-link {
		border-left: none;
		padding-left: 0 !important;
		margin-left: 0;
	}
	
	.hidden-sm-down {
		display: none;
	}
	
	#video-background video {
		display: none;
	}
	#video-background{
		padding: 2rem;
		min-height: 620px;
		height: 100vh;
		display: flex;
		background: url('../img/movie_screenshot.webp') no-repeat center center;
		background-size: cover;
	}
}