/**
 * Overall page size
 */

html {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	background: #ffffff; /* Old browsers */
	font-size: 12px;
	}

body {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	}
h1 {
    font-weight: bold;
    font-size: 24px;
        padding-left: 10px;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

/**
 * Footer size information
 */
#footer {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
	display: inline-block;
	color: #999999;
	text-align: center;
	}

/**
 * main display information
 */
#content {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	min-height: 400px;
	}
.appFlex {
    display: flex;
    justify-content: space-between;
}
.appForm{
       width: 50%;
       float: left;
}
.appVideo{
       width: 45%;
       padding-left: 2%;   
       float: left;
}
/** YouTube Video Responsiveness **/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.translateBtn {
    display: flex;
    justify-content: flex-end;
    font-size: 24px;
    padding-right: 20px;
}
.translateBtn a{
    color: #4b63fa;
    text-decoration: underline;
}
.translateBtn a:hover{
    color: #000000;
    text-decoration: underline;
}