﻿body
{
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     overflow:hidden;
    height: 900px;
    overflow-y: hidden !important;
}
.text-center
{
    text-align: center !important;
}

.text-frame
{
    background-color:white;
    padding:20px;
}


.headerTop {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #c8ced3;
}

.headerCitation{
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 27px;
}
.headerCitation span
{
    background-color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 17px;
    color: #73818f;
    line-height: 27px;
}

.headerBottom {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    padding-left: 20px;
}


.content{
    padding: 150px;
    background-image: url(Images/Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.welcome-title{
    color: white;
    font-weight: lighter;
    font-size: 2.4em;
}
.center {
    margin: auto;
}
.transparent {
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=93);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.93;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.93;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.93;
}