/* ############ FONTS ############ */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Open+Sans:wght@500;700&display=swap');

/* ############ GLOBAL ############ */

html, body {
	height: 100%;
	font: normal 16px/1.4 arial,sans-serif;
	font-family: 'DM Serif Text', serif;
	color: #99a4ab;
	cursor: default;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

/*html {
       overflow-y: scroll;
}*/

body {
	    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26c39d+1,6ae1c5+100 */
	background: #26c39d; /* Old browsers */
	background: -moz-linear-gradient(left, #26c39d 1%, #6ae1c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #26c39d 1%,#6ae1c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #26c39d 1%,#6ae1c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c39d', endColorstr='#6ae1c5',GradientType=1 ); /* IE6-9 */
}

* {
	box-sizing: border-box;
}

::-moz-selection {
    background: #e8e1dc;
    text-shadow: none;
}

::selection {
    background: #e8e1dc;
    text-shadow: none;
}

a {
	text-decoration: none;
}

a:hover{
	opacity:0.6;
}

b, strong {
	font-weight: normal;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-family: 'DM Serif Text', serif;
}
h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
}

ol, ul, li {
	list-style: none;
}

ul, menu, dir, li {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.mobi {
	display: none;
}

.visible {
	-webkit-transition: all 1s;
    transition: all 1s;
	opacity: 1 !important;
}

.clearfix:after{
	display:table;
	clear:both;
	content:"";	
}

.container-fluid{
	padding-left:0px;
	padding-right:0px;
}

/* INDEX */
p.new-info {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    position: fixed;
    top: 44px;
    right: 40px;
    z-index: 20;
    background-color: #000000;
    background-color: rgba(0,0,0,0.6);
    border-radius: 130px;
    height: 220px;
    width: 220px;
    padding-top: 48px;
    font-size: 18px;
    opacity:1;
    transition: opacity 2s ease-in-out 1s;
}
p.new-info.new-info-hidden {
	opacity:0;
    top: 100px;
    right: 50px;
    transition: opacity 2s ease-in-out 1s;
}
img.cute{
	position:absolute;
	z-index:0;
}
img.cute.top-left{
	top:0px;
	left:0px;
	width:32%;
	max-width:288px;
}
img.cute.top-right{
	top:0px;
	right:0px;
	width:30%;
	max-width:238px;
}
img.cute.bottom-left{
	bottom:0px;
	left:0px;
	width:36%;
	max-width:290px;
}
.main-container{
	height:100vh;
	min-height:500px;
	width:100%;
	display: table;
	position:relative;
}
.centered{
	position:relative;
	z-index:10;
	display: table-cell;
    vertical-align: middle;
}
.nurtureit-logo{
	display:block;
	margin:0 auto;
	max-width:247px;
	width:36%;
    margin-top: 60px;
}
h1{
	font-size:80px;
	color:#ffffff;
	font-family: 'DM Serif Text', serif;
	text-align:center;
	max-width: 1230px;
    width: 100%;
    padding-left:15px;
    padding-right:15px;
    margin: 0 auto;
    margin-top:15px;
}
h2{
	font-size:22px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align:center;
	margin-top:36px;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:44px;
}
h2 br{
	display:none;
}
a{
	font-size:24px;
	color:#2d8f6c;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align:center;
	margin-top:0px;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:0px;
    display:block;
    text-align:center;
}
a:hover, a:focus{
	color:#cd1f5b;
	text-decoration:none;
}
a.email{
	margin-bottom:60px;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}

@media only screen and (max-width: 1300px) {
	
	h1{
		font-size:60px;
	}
	h2{
		font-size:18px;
		margin-top:25px;
		margin-bottom: 30px;
	}
	a{
		font-size:20px;
	}
	
}

@media only screen and (max-width: 992px) {
	
	h1{
		font-size:42px;
	}
	h2{
		font-size: 16px;
    	margin-top: 20px;
    	line-height: 1.4;
    	margin-bottom: 24px;
	}
	h2 br{
		display:block;
	}
	a{
		font-size:18px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	h1 {
	    font-size: 28px;
	    margin-top: 15px;
	}
	h1 br{
	    display: none;
	}
	h2 {
	    font-size: 14px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	p.new-info {
	    top: 10px;
	    right: 3px;
	    height: 142px;
	    width: 142px;
	    padding-top: 21px;
	    font-size: 14px;
	}
	a{
		font-size:16px;
	}
	
	
}

@media only screen and (max-width: 600px) {
	
	
}

@media only screen and (max-width: 500px) {
	
	
	
}


@media only screen and (max-width: 400px) {
	
	
	
	
	
}