
@font-face {
font-family: D;
src: url('../fonts/OpenSans-Regular.ttf');
    }
@font-face {
font-family: G;
src: url("../fonts/Swz721t.TTF");
	}


body {
	margin:0 auto;
	padding: 0;
	background-color:#1a1b1b;
	}

/* -- scrol bar --*/
::-webkit-scrollbar
{width: 12px;}
::-webkit-scrollbar-track {/* Track */
    background: #f1f1f1;}
::-webkit-scrollbar-thumb {/* Handle */
    background: #101010;}
::-webkit-scrollbar-thumb:hover {/* Handle on hover */
    background: #555;}

/*---------------------------------------------------------------------------------------------------- Home Header --*/
.row {
    height: 100vh;
    }
.signCol{
    text-align: center;
    }
.signIMG {
    float: none;
    text-align: center;
    }
.disCol {
    margin-top: 20px;
    text-align: center;
    font-family: G;
    font-size: 40px;
    letter-spacing: 1px;
    color: #ff2d2e;
    text-transform: uppercase;
    }
.hostCol {
    margin-top: 5px;
    text-align: center;
    font-family: D;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #FF090D;
    }
.ownerCol {
    margin-top: 5px;
    text-align: center;
    font-family: D;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    }
.payCol {
    margin-top: 15px;
    text-align: center;
    font-family: D;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #969696;
    }
.moreCol {
    margin-top: 30px;
    text-align: center;
    font-family: D;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #626262;
    }
.payBu {
	border-radius: 2px;
	border: none;
	background-color: #009ad7;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
    }
.payBu:hover {
	background-color: #0d8dbf;
    }








@media (max-width: 575.98px) { /* Extra small devices (portrait phones, less than 576px) */
	
	}

@media (min-width: 576px) and (max-width: 767.98px) { /* Small devices (landscape phones, 576px and up) */
	
	}

@media (min-width: 768px) and (max-width: 991.98px) { /*  Medium devices (tablets, 768px and up) */
	
	}

@media (min-width: 992px) and (max-width: 1199.98px) { /*  Large devices (desktops, 992px and up) */
	
	}

@media (min-width: 1200px) { /* Extra large devices (large desktops, 1200px and up) */
	
	}