body {	
	font-family: 'Source Sans 3', sans-serif;
	color: #444242;
	margin: 0;
}

a{	
	font-family: 'Source Sans 3', sans-serif;
	color: #444242;
	text-decoration: none;
	font-size: .75em;
}

p{
	margin-bottom:.2em;
	margin-top:.2em;
}

.main{
	text-align: center;
	margin-top: 25vh;
	margin-bottom: 10vh;
}

.coming-soon{
	font-size:2em;
}

#domain{
	font-size:4em;
	font-weight: bold;
}

.image-text{
	display:flex;
	background: #D3D3D3;	
}

.footer {
	display: flex;	
	background-color: #ededed;
	justify-content: center;
}

.is-background{
	padding: 0em 1em 0 1em;
	display: flex;
	align-items: center;
}

.image-coming-soon {
	border: white .5em solid;
	border-radius: 50%;
	align-items: center;
	display: flex;
	aspect-ratio: 1/1;
	padding: 1.2em;
	min-height: 70%;
	margin-top: -.5em;
	height: 7em;
	width: 7em;
	margin-bottom: -.5em;
	text-align: center;
}

.hosted-by{
	font-size: .75em;
}

.is-logo{
	height: 2.5em;
	margin-bottom: .4em;
}

.is-logo-text{	
	text-align: center;
	width: inherit;
}


.icons{
	margin-top:.6em;
}

.red-circle{
	width: 1.3em;
	height: 1.3em;
	background: #D73f30;
	border-radius: 100%;    
	display:inline-block;
}

.facebook-icon {
	fill: white;
  	padding: .25em;
}

.linkedin-icon, .youtube-icon {
	fill: white;
  	margin: .35em;
}


.footer-main-text{
	display: inline;
}

.columns{
	display:inline-flex;
	width:100%;
}

.column-left{
	width: 50%;
	font-size: .75em;
}

.column-right{
	text-align: right;
	width: 50%;
	font-size: .75em;
}

.claim-space{
	font-size: .4em;
}

.is-claim{
	height:.8em;
}



@media (max-width: 1024px){
	.coming-soon{
		font-size:3em;
	}

	#domain{
		font-size:5em;
	}

	.hosted-by, .column-left, .column-right, a, p{
		font-size: 1.2em;
	}

	.image-coming-soon{
		height: 14em;
		width: 14em;
	}

	.red-circle{
		width: 2em;
		height: 2em;
	}
	.facebook-icon {
	  	padding: .25em;
	}

	.linkedin-icon, .youtube-icon {
	  	margin: .35em;
	}

	.image-text {
		flex-wrap: wrap;
	}

	.is-background{
		padding: .5em 1em 0 1em;
	}
	.is-claim{
		height:1.5em;
	}
}
@media (min-width: 1536px){
	.coming-soon{
		font-size:3em;
	}

	#domain{
		font-size:5em;
	}

	.image-coming-soon {
		height: 11em;
		width: 11em;
	}
	.is-claim{
		height:1.25em;
	}

	.is-logo{
		height: 2.75em;
	}

	.red-circle{
		width: 1.4em;
		height: 1.4em;
	}
	.facebook-icon {
	  	padding: .2em;
	}

	.linkedin-icon, .youtube-icon {
	  	margin: .3em;
	}

	.hosted-by, .column-left, .column-right, a, p{	
		font-size:1em;
	}
}