/*
 Theme Name:  Uptown Assistant
 Theme URI:    http://uptownassistant.com/
 Description:  Child theme for Twenty Twenty-Five
 Template:     twentytwentyfive
 Version:      1.0.0
*/

body header nav, footer{
	display: none !important;
}

body p{
	font-size: 1.1rem;
	line-height: 1.6;
}
body h2, body h3{
	font-weight: 500;
}

form label{
	width: 100%;
	display: block;
}
form span, 
form input[type=text],
form input[type=email],
form textarea{
	width: 100%;
	box-sizing: border-box;
}
form input[type=text],
form input[type=email],
form textarea{
	padding: 8px;
}
form input[type=submit]{
	border: 0;
	padding: 10px 20px;
	border-radius: 10px
}