#section1 {
	background-image: url('/images/ams-blue-bg-mobile.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;
}
.noMobile {
	display: none !important;
}
.mobileOnly {
	display: block !important;
}
/* #mobileButtons.mobileOnly {
	display: flex !important;
} */
.mobileSubTitle {
    display: block;
    font-size: .6em;
	margin-top: -8px;
}
.section>h2 {
	padding-bottom: 27px
}
#mobileButtons {
	display: flex !important;
	text-align: center;
	position: absolute;
	top: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 2.1em;
	padding: 1px 0 4px;
	height: 40px;
	margin-bottom: -1px;
}
#mobileButtons>a, #mobileButtons>span {
	width: 100%;
}
#menuLogo {
	display: none;
}
div#mobileButtons.affix {
	transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms linear;
    position: fixed;
    top: 0;
	bottom: auto;
    background-color: rgba(0,0,0,1);
    color: #1ad5ff;
}
div#mobileButtons.affix>#menuLogo {
    display: block;
    position: absolute;
    background-size: 60% 70%;
    background-image: url('/images/logo-300.png');
    background-position: center;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
}
div#mobileButtons.affix>#userButton {
	text-align: right;
	margin-right: 10px;
	z-index: 99;
}
.loginRegister {
    display: block;
    width: 100%;
	text-align: center;
}
