/*
Theme name: Lander page for My Simone
Description: Child theme of My Simone that adds a custom one-page style front page
Author: Me
Version: 0.1
Template: my-simone2
*/

@import url('../my-simone2/style.css');

.site-main {
	background-color: #E2F2BA !important;
	background-color: hsl(77, 75%, 64%);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	width: 100%;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.site-footer {
    background: #337734;
    background: hsl(121, 40%, 33%);
}