body{
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: "center";
	background-attachment: fixed; 
}
.coming-soon{
	padding: 10%;
}
.title, .description, .copyright{
	font-family: 'Montserrat', sans-serif !important;
}
.title{
	font-weight: 900;
}
.description, .copyright, .list-group-item a{
	font-weight: 400;
	font-size: 20px;
}
.list-group-item{
	border: 0;
	background-color: transparent;
}
.icons{
	display: block ruby;
}
.logo{
	width: 75%;
	padding: 10px;
}
.square-box{
	max-width: 600px;
	min-height: 600px;
	margin: 6em auto;
}
@media (max-width:430px){
    body{
        background-repeat: no-repeat;
	    background-size: cover !important;
    }
	.square-box{
		max-width: 428px;
		max-height: 926px;
		margin-top:3em;
	}
}