body {
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.back-container {
	position: absolute;
	top: 0px;
    left: 0px;
    background-repeat:no-repeat;
    background-color:#343a40;
    background-attachment:fixed;
    background-size:cover;	
}

.main-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.welcome-image-background {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.welcome-image-desc {
    position: absolute;
    top: 20%;
    left: 60%;
    width: 10%;
    height: 10%;
}

.welcome-image-logo {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 17%;
    height: 17%;
}

.welcome-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.welcome-header-section {
    position: relative;
	margin-right: 2%;
    height: 100%;
}

.welcome-header-section-holiday {
	display: inline-block;
	align-items: flex-start;
	text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
	width: 100%;
	line-height: 0;
    word-break: break-word;	
	text-shadow:
	    1px  1px 1px black,
	    1px -1px 1px black,
	   -1px  1px 1px black,
	   -1px -1px 1px black;
}

.welcome-header-section-date {
	display: inline-block;
	align-items: flex-start;
	text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
	width: 100%;
    height: 0%;
    text-shadow:
	    1px  1px 1px black,
	    1px -1px 1px black,
	   -1px  1px 1px black,
	   -1px -1px 1px black;
}

.welcome-body-section {
	display: flex;
    align-items: flex-start;
    height: 100%;
}

.welcome-body-msg {
    position: relative;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    flex: 3 1 750px;
}

.welcome-body-msg-title {
    position: relative;
    margin-left: 10%;
    padding-right: 10%;
    margin-bottom: 21px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 42px;
    word-break: break-word;
    text-shadow:
	    1px  1px 1px black,
	    1px -1px 1px black,
	   -1px  1px 1px black,
	   -1px -1px 1px black;
}

.welcome-body-button-web {
    position: relative;
    margin-left: 10%;
    margin-bottom: 7%;
    padding-right: 10%;
}

.welcome-gif {
    position: relative;
    margin-left: 10%;
    padding-right: 10%;	
}

.welcome-body-button-movie {
    position: relative;
    margin-left: 10%;
    padding-right: 10%;
}

.welcome-footer-section {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.welcome-footer-msg {
    position: relative;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    flex: 3 1 750px;
}

.welcome-footer-msg-desc {
    position: relative;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    height: auto;
}