.sections {
}
.btn-green {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #4D6B1F;
	background-image: -moz-linear-gradient(top, #669933, #4D6B1F);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#669933), to(#4D6B1F));
	background-image: -webkit-linear-gradient(top, #669933, #4D6B1F);
	background-image: -o-linear-gradient(top, #669933, #4D6B1F);
	background-image: linear-gradient(to bottom, #669933, #4D6B1F);
	background-repeat: repeat-x;
	border-color: #4D6B1F;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669933', endColorstr='#4D6B1F', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	color: #FFFFFF;
	background-color: #4D6B1F;
}
#welcome-banner{
	background: #112;
	height: 60vh;
}

@media (max-width: 1200px){
	#welcome-banner{
		height: 50vh;
	}
}
@media (max-width: 900px){
	#welcome-banner{
		height: 42vh;
	}
}

#welcome-banner-loggedIn{
	padding-top: 48px;
	padding-bottom: 48px;
}

.carouselItem {
	width: 50%;
	height: 100%;
	text-align: center;
	margin-left: 26%;
	margin-right: 24%;
}

.loggedOutContainer {
	position: relative;
	height: 40%;
	overflow: visible;
	width: 100%;
	background-color: #112;
}

.loggedInPage {
	display: flex;
	height: calc(100% - 139px);
	width: 100%;
	position: static;/* was absolute */
	overflow: hidden;
}

.insertGif {
	position: static;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: calc(100% - 120px);
	overflow: hidden;
	top: 6.5em;
	margin-top: 1.5em;
	margin-bottom: 3em;
}

@media screen and (width: 980px) and (height: 1306.67px){
	.insertGif {
		position: static;
		text-align: center;
		width: 53vw;
		top: 6.5em;
		height: 23vh;
		margin-top: 1.5em;
	}
}

@media screen and (width: 1024px) and (height: 768px){
	.insertGif {
		position: static;
		text-align: center;
		width: 53vw;
		top: 6.5em;
		height: 40vh;
		margin-top: 1.5em;
	}
}

@media screen and (width: 1024px) and (height: 1366px){
	.insertGif {
		position: static;
		text-align: center;
		width: 50vw;
		top: 6.5em;
		height: 25vh;
		margin-top: 1.5em;
	}
}

@media screen and (height: 1024px) and (width: 1349.33px){
	.insertGif {
		position: static;
		text-align: center;
		width: 45vw;
		top: 6.5em;
		height: 33vh;
		margin-top: 1.5em;
	}
}

.insertText {
	position: static;
	text-align: center;
	color: white;
	width: 55vw;
	max-height: 10em;
	margin-left: -1.75em;
	margin-top: -1.7em;
	font-size: 1.6em;
}

.welcomeSLNContainer{
	width: calc(100% - 350px);
	display: inline-block;
	height: 300px;
	position: relative;
}