@import url("fonts.css");

video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

body {
	background: #2974a2;
	background-position: 50% 14%;
	background-size: cover;
	font-family: corbel;
}

h1 {
	text-align: center;
	margin: 0;
	margin-top: -10px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	//text-transform: uppercase;
}

.jumbotron {
	height: 25vh;
	opacity: 0.7;
	margin: 0 !important;
	position: relative;
	z-index: 0;
}

.col-md-6 > .jumbotron:hover {
	background: #39607d;
	color: white;
	opacity: 0.8;

	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);

	z-index: 100;
}

.pointer:hover {
	cursor: pointer;
}

.jumbotron-main {
	align-items: center;
	background: #39607d;
	display: flex;
	height: 60vh;
	justify-content: center;
	opacity: .72 !important;
}

.jumbotron-mini {
	margin-top: 25vh;
	background: #39607d;
	height: 15vh;
	opacity: .8 !important;
}

img {
	width: 19%;
	height: auto;
}

.box {
	margin-bottom: 100px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

@media all and (max-width: 992px) {
	.jumbotron-mini {
		margin-top: 0;
	}
}

@media all and (max-height: 760px) {
	h3 {
		margin-top: 20px;
	}
}

@media all and (max-height: 690px) {
	.jumbotron h1 {
		font-size: 48px;
	}
	h3 {
		margin-top: 10px;
	}
}

@media all and (max-height: 600px) {
	.jumbotron h1 {
		font-size: 38px;
	}
}

@media all and (max-height: 530px) {
	.jumbotron h1 {
		margin-top: -20px;
	}
}