﻿body {
    margin: 0;
    font-family: SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Container
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:20px;
}

#Header {
    height: 70px;
    background-color: white;
    position: fixed;
    top: 0px;
    width: 100%;
    border-bottom: solid;
    border-bottom-color: #06a7e2;
	 z-index: 100;
}

#header-content {
    width: 1180px;
    margin: 0 auto;
    padding-top: 10px;
}

#VideoBar
{
	height:auto;
	margin-left:15%;
	margin-right:15%;
	color:#333333;
}

#videoArea
{
	height: 400px;
	width: 600px
}

.video-container {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    height: 354px;
    width: 0%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 95%;
}

#videocontainer
 {
	background: -webkit-linear-gradient(left, rgba(51,51,51,1), rgba(51,51,51,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(51,51,51,1), rgba(51,51,51,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(51,51,51,1), rgba(51,51,51,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(51,51,51,1), rgba(51,51,51,0)); /* Standard syntax (must be last) */

	background: blue; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* Standard syntax (must be last) */
	
	background: -webkit-linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(36,88,155,0), rgba(36,88,155,1)); /* Standard syntax (must be last) */

	background: -webkit-linear-gradient(rgba(21, 87, 153), rgba(21, 87, 153)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(21, 87, 153), rgba(21, 87, 153)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(21, 87, 153), rgba(21, 87, 153)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(120deg, rgb(21, 87, 153), rgb(21, 153, 87));

	
	margin-top: 20px;
	
}

#textArea {
    height: 400px;
    width: 100%;
    font-size: large;
    margin-right: 170px;
}

#youtubediv
{
	height:394px;
	width:700px;
}

#MainBody1
{
	width:40%;
}

MainBody2
{
	width:40%;
}

#videocontainer1 {
    width: 100%;
    margin-top: 70px;
    background: -webkit-linear-gradient(rgba(21, 87, 153), rgba(21, 87, 153)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(21, 87, 153), rgba(21, 87, 153)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(21, 87, 153), rgba(21, 87, 153)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(120deg, #247ed8, #115aa3);
    height: 400px;
    color: white;
}

#office64
{
    margin: 0 auto;
	color:gray;
}

#office64 > p {
    margin: 0;
}

#SideBarContainer
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	margin-top: 30px;
}

#SideBar
{
	margin-top:50px;
	height:50px;
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	color:gray;
}

#SideBar li
{
	list-style-type:none;
	line-height:60px;
	float:left;
}

    #SideBar a {
        border-radius: 50px;
        background-color: #247ed8;
        padding: 20px;
        width: 500px;
        height: 20px;
        text-decoration: none;
        color: white;
    }

#SideBar a:hover
{
	background-color:#24589b;
	color:white;
}

#MainBodyContainer
{
	background-color: whitesmoke;
    margin-top: 30px;
}

#MainBody {
    color: gray;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width:1180px;
    height:250px;
}

#footer {
    align-content: center;
    text-align: center;
    line-height: 18px;
    margin-top: 15px;
    background-color: #444444;
    color: white;
    padding: 20px;
}

#footer p 
{
	font-size: 12px;
	margin: 0;
}

#footer a
{
	color: white;
    padding: 20px;
}

#footer ul
{
	margin-bottom: 0;
    padding: 20px;
}

#footer a:hover 
{
	color: #007ABC;
	text-decoration: none;
}

.faq-question {
    color: #115aa3;
    font-size: 1.3em;
}