body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
}

#mainContain{
	width: 100%;
	min-height: 800px;
	height: 100vh;
	text-align: center;
	background-color: gray;
	overflow:hidden;
}

#banner{
	text-align: center;
	/*max-width: 960px; */
	max-width: clamp(450px, 960px, 1000px);
	object-fit: cover;
	margin: 0 auto;
	overflow:hidden;
	/*padding-top: 20vh;*/
}

#banner video{
	text-align: center;
    max-width: 960px;
    }

/*#bannerForm{
	text-align: center;
	max-width: 960px;
	object-fit: cover;
	margin: 0 auto;
	overflow:hidden;
	padding-top: 10vh;
    
}*/



#datContent{
	max-width: 900px;
	/*height: 500px; */
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 30px;*/
	padding-left: clamp(0px, 30px, 50px);
	padding-right: 30px;
	margin-top: -10px;
	margin-bottom: 20vh;
	
}

/*This is the "Simple, creative..."
This does not affect other headers using "h1" outside of a holderDiv.
*/
.holderDiv>h1{
    font-family: "Ubuntu-Light";
    color: #00558f;
    font-size: 60px;
    letter-spacing: -3px;
}

/*This is the "About and Our Services".
This does not affect other headers using "h2" outside of a holderDiv.
*/
.holderDiv>h2{
    font-family: "Ubuntu-Light";
    color: #00558f;
    font-size: 30px;
    text-align: left;
    margin-left:15%;
}


.holderDiv>p{
    font-family: "Open-Sans";
    font-size: clamp(5%, 18px, 50px);
    text-align: left;
    margin-left: clamp(5%, 15%, 500px);
    margin-top:-20px;
}

/*This is the table under "Our Services"
This does not affect other headers using "table" outside of a holderDiv.
Alignments of table components are done inline, so look at index.html at the table
for specficic orientation details.
*/
.holderDiv>table{
    font-family: "Open-Sans";
    font-size: clamp(5%, 18px, 50px);
    margin-left: clamp(5%, 15%, 500px);
    margin-top:-20px;
    width: 67%;
}

#formContent{
    max-width: 900px;
	height: 750px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -10px;
	margin-bottom: 20vh;
	
    
}

.blueType{
	width: 195px;
	height: 44px;
	background-color: #6D92BE;
	border-radius: 25px;
	/*margin-left: -10px;
	margin-right: 10px; */
	color: white;
	font-size: 27px;
	font-family: 'Ubuntu-Light';
}

.blueTypeLong{
	width: 320px;
	height: 44px;
	background-color: #6D92BE;
	border-radius: 25px;
	font-size: 27px;
	font-family: 'Ubuntu-Light';
}

.loginButton{
	width: 195px;
	height: 44px;
	background-color: white;
	color: #5086ad;
	border-radius: 25px;
	font-size: 27px;
	font-family: 'Ubuntu-Light';
	/*margin-left: 10px;
	margin-right: -10px; */
}

#footer{
	width: 960px;
	height: 200px;
	background-color: black;
	margin-left: -30px;
	margin-right: auto;
}



@font-face{
    font-family: 'Ubuntu-Light';
    src: url("Resources/Fonts/UBUNTU-LIGHT.TTF");
}

@font-face{
    font-family: 'Ubuntu-Regular';
    src: url("Resources/Fonts/UBUNTU-Regular.TTF");
}

@font-face{
    font-family: 'Ubuntu-Bold';
    src: url("Resources/Fonts/UBUNTU-BOLD.TTF");
}

@font-face{
    font-family: 'Open-Sans';
    src: url("Resources/Fonts/OPENSANS-VARIABLEFONT_WDTH,WGHT.TTF");
}
