/**
 * 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: 20px !important;
    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: center;
    flex-wrap: wrap;
}
.appForm{
       width: 98%;
       padding-left: 1%;   
       float: left;
              order: 2;
}
.appVideo{
	width: 94%;
	padding-top: 8px;
	padding-left: 2%;   
	float: left;
		order: 1;
}
/** 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;
}