/*
|--------------------------------------------------------------------------
| Homepage
|--------------------------------------------------------------------------
*/

.divider-headline {
	font-size: 80px;
}

.welcome-page-background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	text-align: center;
}
.welcome-page-content .subtitle{
	color:white !important;
}

.welcome-panel-left {
	margin: 0 24px 0 0;
}

.welcome-panel-right {
	margin: 0 0 0 24px;
}

.welcome-page-image {
	min-width: 1440px;
	min-height: 900px;
}

.welcome-page-content {
	width: 100%;
	position: absolute;
	height: 100%;
}

.welcome-button:hover, welcome-button:focus {
    background-color: #faa629;
}

.welcome-headline-box {
    height: 150px;
}

.welcome-text-box {
    height: 100px;
}

.welcome-header-bar {
	background: #333;
}

.welcome-page-content a, .welcome-page-content a:hover {
	text-decoration: none;
}

.welcome-footer {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	height: 50px !important;
}

.welcome-message {
	padding: 48px;
}

.welcome-message-left {
	padding: 48px 24px;
}

.welcome-message-right {
	padding: 48px 24px 48px 48px;
}

.welcome-message p, .welcome-message-right p, .welcome-message-left p {
	color: #FFFFFF !important;
}

.welcome-button-already {
    min-width: 154px;
}

.welcome-new {
	width: 50%;
        left: 0;
        top: 0;
        height: 100%;
        position: fixed;
        z-index: -1;
        /*background: rgba(229, 165, 55, 0.75);*/
        background: rgba(255, 166, 0, 0.75);
}

.welcome-returning {
	width: 50%;
        right: 0;
        top: 0;
        height: 100%;
        position: fixed;
        z-index:-1;
        background: rgba(198, 79, 37, 0.75);
}
.ae-bottom-logo{
	background: url('../images/logos/AFBS_logo_footer.png');
	background-size: contain;
	width: 49px;
	height: 36px;
	/*position: absolute;*/
	bottom: 8px;
	/*right: 250px;*/
	display: inline-block;
}
/* Tablet */

@media screen and (max-width: 1120px) and (min-width: 768px) {

    .banner-icon {
        display: none;
    }

    .divider-headline {
        font-size: 45px !important;
        line-height: 55px !important;
    }
    .divider-headline.font52 {
        font-size: 52px !important;
    }
    
    .btn p {
        font-size: 18px !important;
        padding: 8px;
        color: inherit;
    }

    .welcome-page-content {
        margin-top: 0;
    }
    .welcome-headline-box {
        height: 105px;
    }
    .welcome-message, .welcome-message-left, welcome-message-right {
        padding: 24px;
    }
}

/*Mobile*/

@media screen and (max-width:768px) {

    .welcome-panel-left {
        margin: 0;
    }
    .welcome-panel-right {
        margin: 48px 0 0 0;
    }
    .welcome-headline-box {
        height: auto;
    }

    .divider-headline {
        font-size: 38px !important;
    }

    .btn {
        margin-top: 0;
    }
    .btn p {
        font-size: 18px !important;
        padding: 8px;
    }

    .welcome-page-content {
        margin-top: 0;
    }
    .welcome-message {
        padding: 24px;
    }
    .welcome-text-box {
        height: auto;
    }
}
@media screen and (max-width:400px) {
    .ae-bottom-logo{float: right; margin-right: 30px; height: 35px;}
}
