
body {
  overflow-x: hidden;

}

p {
	line-height: 1.75;
	font-size: 1.125em;
	 color: #0d2a4b;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
  color: #0d2a4b;
}

a:hover {
  color: #f48d87;
  text-decoration: none;
}

.text-primary {
  color: #1f3f77 !important;
}

.newstitle{
  font-weight: 600;
  font-style: italic;
	
}


h1{ 
font-family: spumante, sans-serif;
font-style: normal;
font-weight: 400;
color: #4a6499;
 font-size: 45px;
}

h2 {
font-family: spumante, sans-serif;
font-style: normal;
font-weight: 400;
color: #4a6499;
 font-size: 55px;
vertical-align: middle;

}
h3 {
font-family: spumante, sans-serif;
font-style: normal;
font-weight: 400;
color: #4a6499;
 font-size: 35px;
vertical-align: middle;

}

@media (min-width: 768px) {
h1{ 
font-family: spumante, sans-serif;
font-style: normal;
font-weight: 400;
color: #4a6499;
 font-size: 48px;
}

h2 {
font-family: spumante, sans-serif;
font-style: normal;
font-weight: 400;
color: #4a6499;
 font-size: 60px;
vertical-align: middle;

}
h3 {
font-family: spumante, sans-serif;
font-style: normal;
font-weight: 400;
color: #4a6499;
 font-size: 35px;
vertical-align: middle;

}
}

.page-full {
  padding: 0px 0;
}

.page-section {
  padding: 00px 0;
}
.no-bottom-padding {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px !important;
	padding-left: 0;
}


@media (min-width: 768px) {
  section {
    padding: 0px 0;
  }

}

::-moz-selection {
  background: #f48d87;
  text-shadow: none;
}

::selection {
  background: #f48d87;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 400;
  border-radius: 50%/50% !important;
		 background-color: #f48d87!important;
	color: #273e68!important;
}

.btn-xl {
  font-size: 20px;
  padding: 20px 40px;
  border-radius: 2em !important;
	 background-color: #f48d87!important;
	color: #273e68!important;
}

.btn-primary {
  background-color: #f48d87!important;
  border-color: #f48d87;
  border-radius: 0em !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #f48d87!important;
  border-color: #f48d87!important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}


.btn-main {
  color: #f48d87;
}

.btn-main:active, .btn-main:focus, .btn-main:hover {
  background-color: #fff!important;
  border-color: #f48d87!important;
  color: #273e68;
}

.btn-main:active, .btn-main:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}



#mainNav {
  background-color: transparent;
}

#mainNav .navbar-toggler {
  font-size: 13px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #4a6499;
 font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 400;
}

#mainNav .navbar-brand {
  color: #f48d87;
font-family: montserrat, sans-serif;
font-style: normal;
}


@media (max-width: 768px) {
  .navbar-brand{
    width:70%;
	    
  }
	
	 #mainNav.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #ebf4fb;
  }
	
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f48d87;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
  padding: 0.75em 0;
  color: #1f3f77;
  font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 500;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f48d87;
}


.clouds{
	background-image: url("../img/middle.jpg");
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top; 
	background-size: cover;
		
	}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
	
  }
  #mainNav .navbar-brand {
    font-size: 1.0em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
  }
  #mainNav.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #ebf4fb;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.0em;
  }
  .navbar {
  	min-height: 80px;
	}

  .navbar-brand {
 	height: 80px;
  	line-height: 80px;
	}
}

	.dropdown-menu{
	 background-color: #1A1C3D;
	 color: #fff;
	}
	
	.dropdown-item{
	 background-color: #1A1C3D;
	 color: #fff;
	}
	
	.dropdown-item:focus, .dropdown-item:hover {
    color: #E6C71E;
	text-decoration: none!important;
	background-color:#1A1C3D;
}
	.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}	


header.masthead {
  background-image: url("../img/sleepy-mama-baby-sleep.jpg");
  background-repeat: no-repeat;
background-position: right top;
background-size: cover;
height: 450px;
}



header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
   font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

header.masthead .intro-text .intro-heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style: italic;
}



@media (min-width: 768px) {
	
	header.masthead {
  background-image: url("../img/sleepy-mama-baby-sleep.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  height: 700px;
}
}

.service-heading {
  margin: 20px 0;
  text-transform: none;
}


.footer {
	padding: 25px 0;
	text-align: center;
	background-image: url("../img/bottom.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 300px;
}

.footer-header {
	color: #FFF;
    font-style: italic;
}

.footer-text {
	color: #FFF;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #C22227;
}


.copyright{
	padding: 25px 0;
	text-align: center;
	background-color: #03071E;
}

.nopadding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}


/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}



.content {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: auto;
	overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 1.2em;
}

.content-title{
  color: #fff;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.column-no-padding{
	margin: 0px !important;
	padding: 0px !important;;
}

li{
	
	font-size: 1.125em;
}



.padding-bottom-40{
 padding-bottom: 40px;
}

.padding-top-20{
	padding-top: 20px;
}
.padding-top-100{
	padding-top: 100px;
}

.padding-left-40{
 padding-left: 40px;
}
.padding-left-20{
 padding-left: 20px !important;
}

/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #1a1c3d;
  color: white;
}

@media (max-width: 768px) {
	.margin-40{
	margin-left: 40px;		
		
  }
	.padding-bottom-40-mobile{
	padding-bottom: 40px;		
		
  }
	
	}
@media (min-width: 768px) {
	.padding-left-30{
	padding-left: 30px !important;
  }
	}