/* FOR TESTING */

html, body {
	position: fixed;
	-webkit-overflow-scrolling: touch;
	height:100%;
	margin: 0;
    font-family: "Arial Black", Gadget, sans-serif;
	padding: 0;
	width: -webkit-calc(100% - 0px);
	font-size: 16px;
	overflow-y: hidden;
	overflow-x: hidden;
}

@font-face {
    font-family: sourcesansproLight;
    src: url('source-sans-pro/SourceSansPro-Light.otf');
}
@font-face {
    font-family: sourcesansproRegular;
    src: url('source-sans-pro/SourceSansPro-Regular.otf');
}
@font-face {
    font-family: sourcesansproSemiBold;
    src: url('source-sans-pro/SourceSansPro-Semibold.otf');
}
@font-face {
    font-family: sourcesansproBold;
    src: url('source-sans-pro/SourceSansPro-Bold.otf');
}
.fontLight {
    font-family: sourcesansproLight;
}

.fontRegular {
    font-family: sourcesansproRegular;
}

.fontSemiBold {
    font-family: sourcesansproSemiBold;
}

.fontBold {
    font-family: sourcesansproBold;
}

.logos {
    display: inline-block;
    position: absolute;
    margin-top: 29px;
    margin-left: 35px;
    width: 170px;
    transition-duration: 0.3s;
    cursor: pointer;
}
.logos2 {
    display: inline-block;
    position: absolute;
    width: 100%;
	margin-top:px;
	margin-left:300px;
    transition-duration: 0.3s;
    cursor: pointer;
	z-index:-100000;
}

.mainText {
    display: inline-block;
    margin-top: 190px;
    margin-left: 35px;
    font-size: 55px;
    margin-bottom:35px;
    font-family: sourcesansproSemiBold;
    width: 870px !important;
    transition-duration: 0.3s;
    cursor: pointer;
}

.subText {
    display: inline-block;
    margin-top: 0px;
    margin-left: 35px;
    font-size: 24px;
    font-family: sourcesansproLight;
    margin-bottom:0px;
    width: 470px !important;
    line-height: 1.5em;
    transition-duration: 0.3s;
    cursor: pointer;
}
