body{
	font-size: 16px;
	margin:auto !important;
	background-color: #f4e6e6;
}

body *{
	font-family: 'Montserrat', sans-serif !important;
}
.row{
	margin: auto;
	width: 90%;
	min-width: 280px;
	max-width: 680px;
	text-align: center;
}

button{
	width: 100%;
}

a, a:hover{
	text-decoration: none !important;
}

/*logo*/
#logo{
	padding: 35px 0 15px 0;
}
#logo img{
	border-radius: 50%;
	padding: 5px;
	width: 100px;
}

/*Username*/
#username{
	font-size: .9em;
}

/*Catchphrase*/
#catchphrase{
	font-size: .75em;
	padding-bottom: 15px;
}

/*link buttons*/
#links .button {
	width: 100% !important;
	margin: 5px auto !important;
	padding: 10px 0 !important;
	line-height: 1.5em !important;
    background-color: white !important;
	border: 1px solid #666666 !important;
    color: #666666 !important;
    font-size: 1em !important; 
    font-weight: 400 !important;   
}

#klaviyo button{
	width: 100% !important;
	margin: 5px auto !important;
	padding: 0 !important;
	line-height: 3em !important;
	font-size: 1em !important;
}

#klaviyo button:hover, #links .button:hover, #links .button:hover a{
	color: white !important;
	background-color: black !important;
	text-decoration: none;
}

#links .button a{
	font-size: 1em !important;
	text-decoration: none !important;
	color: #666666 !important;
}

/*Klaviyo*/
div[class*="RichText"] *{
	/*font-weight: 700 !important;*/
	/*font-size: 16px !important;*/
}
input[class*="Dropdown"]{
	text-align: left;
}

/*social icons*/
.social-icon{
	max-width: 20px;
	margin: 0 5px;}

/*Mobile breakpoints*/
@media screen and (min-width: 600px)  {
    .mobile-break { display: none; }
}