html, body {
    margin: 0;
    height: 100vh;
}

.navbar{
	height: 65px;
	background-color: rgba(255,255,255,0.80);
	width: 100%;
    position: fixed;
    z-index: 10;
}

.mainContainer{
	height: 100%;
	background-image: url('BG.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media only screen and (max-width: 768px){
	.logo-pill{
		width: 225px;
		height: 85px;
		position: absolute;
		top: 6%;
		z-index: 1;
	}
	
	.display-2{
		font-size: 1.5rem;
		line-height: 1.0;
		margin-top: 20px;
		
	}
	
	.display-4{
		font-size: 1.3rem;
		line-height: 1.0;
		margin-top: 20px;
		width: 90%;
		margin-left: auto;
		margin-right:auto;
	}

	.display-5{
		font-size: 1.6rem;
		line-height: 1.0;
		margin-top: 20px;
		width: 90%;
		margin-left: auto;
		margin-right:auto;
	}
	
	.infoText{
		font-size: 1rem;
		line-height: 1.0;
		text-align: center;
	}
	
		.infoText a{
		text-decoration: none !important;
	}


.text-center img {
	width:25px;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 992px){
	.logo-pill{
		width: 300px;
		height: 100px;
		position: absolute;
		top: 7%;
		z-index: 1;
	}
	
	.display-2{
		font-size: 2.0rem;
		line-height: 1.0;
		margin-top: 30px;
	}
	
	.display-4{
		font-size: 2.0rem;
		line-height: 1.0;
		margin-top: 20px;
	}
	
	.infoText{
		font-size: 1.5rem;
		line-height: 1.0;
		text-align: center;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1300px){
	.logo-pill{
		/*width: 430px;
		height: 140px;
		background-color: #000066;*/
		position: absolute;
		top: 5%;
		z-index: 1;
	}
	
	.display-2{
		font-size: 3.75rem;
		line-height: 1.0;
		margin-top: 65px;
	}
	
	.display-4{
		font-size: 2.5rem;
		line-height: 1.0;
		margin-top: 20px;
	}
	
	.infoText{
		font-size: 1.5rem;
		line-height: 1.0;
		text-align: center;
	}
}

@media only screen and (min-width: 1300px){
	.logo-pill{
		/*width: 430px;
		height: 140px;
		background-color: #000066;*/
		position: absolute;
		top: 5%;
		z-index: 1;
	}
	
	.display-2{
		font-size: 4.75rem;
		line-height: 1.0;
		margin-top: 30px;
	}

	.display-4{
		font-size: 2.5rem;
	}

	.infoText{
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px){
	.subContainer{
		margin-top:100px;
	}
}