body {
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .container {
		width: 300px !important;
		background: #fff;
		padding: 0;
    }
	
	img.logoimg {
	height: 100%;
	width: 300px;
		
	}
	
	img.picresize {
	width: 280px !important;	
	}
	
	.nav-justified {
  width: 300px !important;
  text-align: center;
  margin: 0 auto;
  
}

div.col-lg-4 {
border-left: none;
}

div.row {
width: 300px !important;
margin: 0 auto;	
}

.btn {
width: 280px !important;
font-size: 80%;	
}
	
	
}

div.form-group {
	margin-bottom: 15px !important;	
}

div.col-form-label {
	text-align: right !important;	
}

div.prefooter {
margin-top: 10px;
margin-bottom: 10px;	
}

div.col-lg-4 {
border-left: 1px solid #eaeaea;
padding-top: 10px;
}

table.tableslots td {
	padding: 5px;	
}

table.tableslots h4 {
	font-weight: bold;
	color: #900;	
}

h4.formh4 {
	font-weight: bold;
	color: #900;	
}




@media (min-width: 1200px) { .container {
	width: 1000px;
	padding-top: 0;
	background: url(images/nannies-toronto-background.jpg) repeat-y;	
} }

.container h2 {
	font-size: 24px;	
}

.container h4 {
	font-size: 16px;	
}

h3.text-muted {
padding-top: 0;	
margin: 0 auto;
  text-align: center;
}

div.panel {
	margin-top: 15px;	
}

img.picresize {
	width: 100%;	
	height: 100%;
	border-radius: 15px;
	margin-top: 15px;	
}

div.sep {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #eaeaea;
	margin-top: 15px;	
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

a.btn-primary {
background: #8a1019;
border: 2px solid #8a1019;	
}

a.btn-info {
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;	
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  width: 900px;
  text-align: center;
  margin: 0 auto;
  
}
.nav-justified > li > a {
	font-family: Tahoma;
	font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: 100;
  color: #fff;
  text-align: center;
background: #da201e; /* Old browsers */
background: -moz-linear-gradient(top,  #da201e 0%, #8a1019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #da201e 0%,#8a1019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #da201e 0%,#8a1019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da201e', endColorstr='#8a1019',GradientType=0 ); /* IE6-9 */  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
  
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #8a1019;
  color: #FF0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

div.row {
width: 90%;
margin: 0 auto;	
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    text-align: right;
}

blockquote {
	font-size: 14px;
	margin-left: 0;
}

.social img {
    height: 20px;
    width: 20px;
}

.social a {
    padding: 0 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
/*    border-left: 1px solid #fff;
*/  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
