@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color:#BFC0EC
}



header {
	width: 100%;
	background-color: #2E27E0;
    text-align: center;
	height: 80px;
	padding-top: 10px;
	color: white;
	font-size:35px;
	font-weight: bolder;
}

#contact1{
	color: white;
	font-size:20px;
	font-weight: bolder;
	background-color: #2E27E0;
	display: none;
	margin-left: 20px;
	padding-left: 20px;
}

#contact{
	width: 100%;
	text-align: center;
	height: auto;
	color: #2E27E0;
	font-size:22px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contact_whatsapp{
	
	width: 100%;
	text-align: center;
	height: auto;
	color: #2E27E0;
	font-size:22px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#email{
	width: 100%;
	text-align: center;
	height: auto;
	color: #2E27E0;
	font-size:22px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}


#headerpic {
	width: 100%;
	height: 180px;
	background-image:url("image2021/toronto2.jpg");
/*	background-image:url("image2021/toronto15.jpg");*/
	background-size: cover;
	
}

nav {
	width: 100%;
	
    margin-left: auto;
	margin-right: auto;	
	height: 110px;	
}

.menu {
	height: 48px;
	width: 48.5%;
	float: left;
	margin-left: 1%;
}

.menu_middle {
	height: 48px;
	width: 48.5%;
	float: left;
	margin-left: 1%;
}

.button {
	text-decoration: none;
	display: block;
	background-color: #2E27E0;
	border-radius: 8px;
	text-align: center;
	padding-top: 4px;
	color: white;
	font-size: 20px;	
}

.forms{
	width: 100%;
	clear: both;
	text-align: center;
    height: auto;
	
}

.forms{
	width: 100%;
	clear: both;
	text-align: center;
    height: auto;
	
}

.button2 {
	width: 41%;
	margin-left: 6%;
	float: left;
	text-decoration: none;
	display: block;
	background-color:#5E59E1; 
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	font-size: 20px;
	margin-top: 8px;
	border-radius: 8px;
}



.button3 {
	width: 25%;
	margin-left: 6%;
	float: left;
	text-decoration: none;
	display: block;
	background-color:#5E59E1; 
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	font-size: 20px;
	margin-top: 8px;
	border-radius: 8px;
	
}	
	

main {
	width: 100%;	
    margin-left: auto;
	margin-right: auto;
	text-align:left;
	height: auto;
	padding: 10px;
}
.picrow {
		width: 100%;
		margin-top: 5px;
	    text-align: center;
	}

img {
	width: 95%;	
	height: auto;
	border-radius: 8px;
}
#nannypics{
	float: left;
	width: 100%;
	height: auto;
	
}

.nannyphoto{
	width: 32%;
	height: auto;	
	margin-top: 10px;
	float: left;
	text-align: center;
}


#app{
	width: 100%;
	text-align: center;
	
}
.app_logo{
	float: left;
	width: 30%;
	margin-left: 15%;
}

#howto{
	float: left;
	margin-top: 15px;
	padding: 8px;
	
}

.title {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
}

.intro{
	font-size: 18px;
	margin-top: 20px;
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.intro2{
	font-weight: bolder;
	font-size: 18px;
	color: #E74040;
	margin-top: 20px;
}

.pwords{
		padding-top: 5px;
		font-size: 18px;
		margin-top: 10px;
	}
.pquestions{
		color: #3D1BEB;
		font-size: 21px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

.ptitle{
		text-align: center;
		font-size: 20px;
		padding-top: 10px;
		margin-top: 25px;
		margin-bottom: 15px;
	}



footer {
	clear: both;
	width: 100%;
	margin-top: 50px;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 30px;
	padding-top: 10px;
}


.button1{
	
	font-display: block;
	background-color: blue;
	color: white;
	text-decoration: none;
	height: 25px;
	width: 200px;
}





/*Tablet View*/

@media (min-width: 680px){
	
header {
	width: 100%;
	
}
	
#headerpic {
	width: 80%;
	height: 250px;
	background-image:url("image2021/toronto2.jpg");
/*	background-image:url("image2021/toronto15.jpg");*/
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	
}	
.forms{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	
}	

nav {
	width: 80%;
	
}

main {
	width: 80%;
	
}
	
img {
	width: 95%;	
	height: auto;
	border-radius: 8px;
}
#nannypics{
	float: left;
	width: 100%;
	height: auto;
	
}

.nannyphoto{
	width: 32%;
	height: auto;	
	margin-top: 10px;
	float: left;
	text-align: center;
}
	
#app{
	width: 100%;
	text-align: center;
	
}
.app_logo{
	float: left;
	width: 30%;
	margin-left: 15%;
}
	
	
	
footer {
	width: 80%;
	
}

	
}




/*Desktop View*/

@media (min-width: 1124px){
	
header {
	width: 100%;
	font-size: 50px;
	height: 90px;
}
	
	
#contact1{
	
	display:contents;
}
	
#contact{
		
	display: none;	
}	
	
#headerpic {
	width: 70%;
	height: 320px;
	background-image:url("image2021/toronto2.jpg");
/*	background-image:url("image2021/toronto15.jpg");*/
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	
}	

nav {
	width: 70%;
	margin-left: auto;
	margin-right: auto;	
	height: 50px;	
	margin-top: 10px;
}
	
.menu {
	
	width: 20%;
	
	margin-left: 4%;	
}	
	
.menu_middle {
	
	width: 20%;
	float:left;
	margin-left: 18%;	
}		
	
	
	
	
img {
	width: 100%;	
	
}		
.button {
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding: 5px;
	
}
main {
	width: 70%;
	
}	
.forms{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

footer {
	width: 60%;
	
}
	
.button2 {
	width: 26%;
	margin-left: 16%;
	float: left;
	
}	
	
.nannyphoto{
	width: 15%;
	height: auto;
	margin-left: 1.5%;
	margin-top: 10px;
	float: left;
}
	
#app{
	width: 100%;
	height: auto;
	
	
}
.app_logo{
	float: left;
	width: 15%;
	height: auto;
	margin-left: 23%;
}
	
	
	
}

