/*
Theme Name: Meanwood Preschool Theme
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ed1c24 */


body{font-family: 'Varela Round', sans-serif;line-height: 1.3;font-size: 16px;}

a{color: inherit;text-decoration: none;}


img{max-width: 100%;}

.first-screen{    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 0;
    bottom: 0;
    background-color:#ed1c24;}

.second-screen {
    position: absolute;
    top: 100%;
    z-index: -1;
    width: 100%;
    color:#58585a;
}







.wrapper-outer{width: 90%;max-width: 1000px;margin: auto;  }

.wrapper-menu{width: 100%;background: #57585a;color:#fff;padding: 18px 0;z-index: 6;position: fixed;}

.menu{width: 90%;max-width: 1000px;margin: auto;font-size: 0.9375em;}

.menu li{display: inline-block;margin-right: 20px;}

.home-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    overflow: hidden;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
}

.arrow-container{position: absolute;bottom:0;left:0;right:0;text-align: center;}

.down-arrow{
    display: inline-block;
    width: 68px;
    margin-bottom: 28px;
            cursor: pointer;

}

.banner-image-container {
    margin-top: 32px;
    display: table-cell;
    vertical-align: middle;
}

.logo{width: 450px;}

.strapline-text{
    font-size: 3em;
    margin-top: 18px;
}

.wrapper-inner{width: 80%;max-width: 600px;margin: auto;text-align: center;padding-top: 60px;color:#58585a;}

.wrapper-inner h2{
    font-size: 1.4em;
    font-weight: bold;
    padding: 62px 0 0.3em 0;
    margin-top: -18px;
}
.wrapper-inner p{font-size: 1.125em;margin-bottom: 1em;}
.main-intro{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 auto 0.7em auto;
}
.second-intro{
    font-size: 1.4em;
    max-width: 435px;
    margin: 0 auto 2.2em auto;
}

hr{border: none;height: 2px;background: grey;width: 169px;margin: 48px auto 0 auto;}

.children{margin:auto;display: block;}

.back{    text-align: left;
    display: block;
    margin-bottom: 26px;}

input, textarea{font-family: inherit;
    font-size: inherit;
    color: inherit;
    overflow: hidden;
    margin-top: 6px;}

.contact-button, input[type="submit"]{
    background-color: #ed1c24;
    color: #fff;
    padding: 14px 23px 12px 23px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.1em;border:none;cursor: pointer;   }

@media only screen and (max-width: 560px) {
    .logo {
        max-width: 80%;
    }
    
    .strapline-text {
    font-size: 2em;
    margin-top: 18px;
    max-width: 80%;
    margin: auto;
    }
    
    .down-arrow {
    display: inline-block;
    width: 55px;
    margin-bottom: 28px;
    }
    
    .main-intro {
    font-size: 2.5em;}    
    
    .wrapper-inner {
        width: 90%;}
}