/*---- Just a Custom Stylesheet -----*/
#the-body .app-container {
	max-width: 1020px;
	padding-top: 35px;
	padding-bottom: 35px;
}
#the-body .app-container #the-image {
	
	margin: 0;
	max-width: 100%;
}
#the-body .app-container .content {
	width: 100%;
}
#the-body .app-container .buttons #btnSave {
	display: block;
}

h1, p {
	color: #ff8557;
}
h1 {
	font-family: 'Sequel100Wide-75';
    font-size: 30px;
    line-height: 0.9;
}
#the-body .app-container .buttons .color-buttons #btnColor {
background-color: #ff8557;	
}
body,
#the-body .app-container .buttons .color-buttons #btnBackground {
	background-color: #cbff6b;
}
#the-body .app-container .buttons button {
	margin-top: 35px;
}
@media screen and (min-width: 767px) {
	#the-body .app-container {
	padding-top: 95px;
	padding-bottom: 95px;
	padding-left: 15px;
	padding-right: 15px;
	}
	#the-body .app-container .content {
	width: auto;
	}
	h1 {
	    font-size: 52px;
	}
	#the-body .app-container #the-image {
	max-width: 332px;
	margin-right: 20px;	
	}
#the-body .app-container .buttons button {
			margin: 0;
	}
	#the-body .app-container .buttons .color-buttons #btnColor {
	margin-right: 20px;
	}	
		#the-body .app-container .content p {
			line-height: 1.2;
			

}
@media screen and (min-width: 993px) {
	#the-body .app-container {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 0;
	padding-right: 0;
	}
	#the-body .app-container #the-image {
	max-width: 362px;
	margin-right: 50px;	
	}
	#the-body .app-container .buttons .color-buttons #btnColor,
	#the-body .app-container .buttons .color-buttons #btnBackground {
	margin-right: 20px;
	}
	#the-body .app-container .buttons .color-buttons button:last-child {
	margin-right: 0px;
	}			
	#the-body .app-container .buttons #btnSave {
	max-width: 320px;
    width: inherit;
    flex: 1;
    min-width: 120px;
    margin-top: 0;
	
	}
	#the-body .app-container .content p {
		font-size: 14px;
	}
}	
@media screen and (min-width: 1040px) {
	#the-body .app-container #the-image {
	margin-right: 100px;	
	}	
}