﻿
.LogoDiv {
    background:url("../images/Logo.jpg")no-repeat;
    background-size:contain;
    height:100%;
}

.LogoOpacity {
    height:100%;
    width:100%;
     background:rgba(42,42,42,0.9);
    float:right;
    margin-top:-200px;
    width:100%;
}

@font-face{
    font-family: 'OpenSans-Regular';
    font-style: normal;
	font-weight: 300;
	src: url('Font/OpenSans-Regular.ttf') format('truetype');
}

.centerMainDiv {
    float:right;
    width:600px;
    height:200px;
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-300px;
    margin-top:-100px;  
}


body {
        font-family: OpenSans-Regular !important;
    background: rgb(41,41,41);
}

.InitText {
    text-align:center;
    color:white;
    width:100%;
    padding-top:15px;
    font-size:1.3em;
}


@media (max-width:650px) {
   
.centerMainDiv {
    float:right;
    width:400px;
    height:200px;
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-200px;
    margin-top:-100px;  
}
}