@charset "utf-8";
/* CSS Document */


/* ------- Standar Styles ------- */

body {
	color: #fff;
    background-color: #fff;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px !important;
    overflow: hidden;
}


/* ------- top ------- */
.comingsoon-t {
    background-color: #103B68;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 50px;
    border: 2px solid #fff;
}
.comingsoon-t h1 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Kaushan Script', cursive;
}
/* ------- top ------- */

/* ------- top-logo ------- */
.logo {
    margin: 0 auto;
    box-shadow: 3px 3px 25px 3px;
    padding: 10px 60px;
    border-radius: 10px;
    border: 3px solid #fff;
    background-color: #fff;
}
/* ------- end-top-logo ------- */


.footer-bottom {
	color: #1a1a1a;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
}

.footer-bottom a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.inner-cover {
	margin-top: 50px;
}
/* -------end-inner-text ------- */	
.bg-color {
    background-color: rgba(0,0,0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 20px;
    border: 5px solid #4b5ea8;
    border-radius: 10px;
    box-shadow: 4px 4px 25px 4px;
}