*{box-sizing: border-box;}

body{margin: 0;padding:0;
font-family: "proxima-nova",sans-serif;
}

section.kid-says{
    position: relative;
    padding: 80px 0;
}
section.kid-says:before {
    content: "";
    background: url('.././img/layer2.png') no-repeat center;
    height: 980px;
    width: 100%;
    position: absolute;
    bottom: -41%;
    background-size: cover;
    background-position: 100% 100%;
}

img {
    vertical-align: middle;
    width: auto;
    height: auto;
    display: inline-block;
}
p{
		font-family: "source-sans-pro",sans-serif;
	
}
p.main-header{
	font-size: 23px;
}
.inner-left-right {
    width: 100%;
}

.content-img_discover {    
    text-align: left;
}

.content-img_discover img{
    width: 100%;
}

.parent_discover .inner-left-right:first-child{
    margin-right: 40px;
}

.parent_discover .inner-left-right:last-child{
    margin-left: 40px;
}



.grid_view,
.inner_footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.parent_content, .story_card , .parent_discover{
	display: flex;
    flex-wrap: nowrap;
   
}
.padding-40{
	padding:0px 40px; 
}
.grid_view{
    justify-content: space-between;
    margin: 70px 0;
}

.inner_footer{
    justify-content: space-between;
    margin: 20px 0;
}

.inner_footer p{margin: 0;font-size: 14px!important;}

.inner_footer p a{color: #fff;text-decoration: none;font-size: 14px;}

.inner_footer p a:hover,
.inner_footer p a:active,
.inner_footer p a:focus,
a.amazon_buy.green:hover,
a.amazon_buy.green:active,
a.amazon_buy.green:focus{
	text-decoration: none;
	color: #fff;
}

.parent_discover {
    margin: 70px 0 0;
    justify-content: space-between;
}

.story_card .video_content,
.story_card .video_stream,
.img-section,
.content {
    width: 100%;
}

.story_card .video_content h4 {    
    font-weight: 600;
	font-size: 23px;
	margin-top:0px;
}

.story_card .video_content p{
    font-size: 17px;
	font-family: "source-sans-pro",sans-serif;
}

.story_card .video_content {
    padding: 0 50px 0;
}
 

section.all_started h2,
section.discover-left h2,
section.get_your_copy h2{
    text-align: center;
}

.story_card {
    margin: 90px 0 0;
}

section.all_started {
    background: #e9f6fa;
    padding: 0 0 100px;
}

.story_card .video_stream .inner_stream{
    max-width: 460px;
    height: 250px;
    background: #000;
    color: #fff;
    text-align: center;
    position: relative;
}

.story_card .video_stream .inner_stream a,
.story_card .video_stream .inner_stream a:hover{
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.story_card .video_stream .inner_stream p{    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.img-section .inner_img,
.img-section .inner_img img {
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
}

.button_section {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.button_section a:hover,
.button_section a:active,
.button_section a:focus{
    text-decoration: none;
}

a.green,
a.blue {
    color: #fff;    
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 263px;
}

a.green{
    background: #93ca7f;
    border-bottom: 8px solid #6f8856;
    border-top: 2px solid #6f8856;
    border-left: 2px solid #6f8856;
    border-right: 2px solid #6f8856;
}

a.blue{
    background: #9bc6d7;
    margin-left: 20px;
    border-bottom: 8px solid #7596a3;
    border-top: 2px solid #7596a3;
    border-left: 2px solid #7596a3;
    border-right: 2px solid #7596a3;
}


.inner_content h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.inner_content h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.parent_discover .inner-left-right .content-text-discover h5 {
    font-size: 21px;
    font-weight: 600;
}

.content-text-discover {
    padding: 20px 50px 0 0;
    text-align: left;
}
a.org{
	    font-size: 16px;
    color: #000;
    display: block;
    text-decoration: underline;
	text-align:center;
	font-family: "source-sans-pro",sans-serif;
}

.content-text-discover p{
    margin: 20px 0 10px;
	font-family: "source-sans-pro",sans-serif;
	font-size: 17px;
}

section.discover-left,
section.get_your_copy{
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

section.author_pages{
    background: url('.././img/blue_layer.jpg') no-repeat center;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
}

.img_author_content {
    padding: 120px 40px;
    display: flex;
    flex-wrap: nowrap;
   
    justify-content: space-between;
}
.img_author_content p{
	    font-size: 20px;
    margin-bottom: 24px;
}


section.author_pages .circle_img,
section.author_pages .content_author {
    display: inline-block;
    vertical-align: top;
}

section.author_pages .circle_img{
    max-width: 390px;
}
section.author_pages .content_author{
    max-width: 740px;
    padding-left: 40px;
}

section.author_pages .content_author h4 {
    font-size: 40px;
    font-weight: 600;
}

section.author_pages .content_author h5 {
    font-weight: 600;
    margin-bottom: 25px;
	font-size: 25px;
  
}

section.get_your_copy .inner_get_content h5 span {
    color: #93ca7f;
    font-weight: 600;
}

section.get_your_copy .inner_get_content h5{
    font-size: 18px;
}

section.get_your_copy .inner_get_content a.org {
    font-size: 16px;
    color: #000;
    display: block;
    text-decoration: underline;
}

section.get_your_copy .inner_get_content {
    margin: 20px 0 0;
}

a.amazon_buy.green {
    padding: 10px 20px;
    margin: 40px 0;
    display: inline-block;
}

.grid_view .author_detail {
    background: #e2f3f9;
    max-width: 320px;
    padding: 30px 0;
}

footer {
    background: #000;
    color: #fff;
}

.ver{
	font-family: verveine, sans-serif;
font-weight: 400;
font-style: normal;
font-size:60px;
}

/* media query */
@media(min-width: 1100px){
	.padding-r{
	    padding-left:30px;
    }
.padding-right-50{
	    padding: 0 0px 0 50px;
}
	
}
@media(max-width: 1200px){
    .content-text-discover{padding: 20px 60px 0 0;}

    .grid_view .author_detail{    max-width: 260px;
    padding: 30px 20px;
    }
		
}


@media(max-width: 992px){
    .content-text-discover{padding: 20px 30px 0 0;}

    .parent_content {
        display: flex;
    }

    .grid_view .author_detail {
    max-width: 200px;
    padding: 30px 20px;
}

    section.kid-says { 
    padding: 0px 0 80px;
}

    .parent_content {
    flex-direction: column-reverse;
}

.parent_content .content {
    margin-top: 20px;
}

    .img-section {
        margin: 60px 0 0;
    }
    section.kid-says:before{    bottom: 0;}
}

@media(max-width: 1200px) and (min-width: 992px){
	a.blue{    display: inline-block;
    margin-left: 0;}

    a.green{    display: inline-block;
    margin-bottom: 20px;}

    section.kid-says:before{    bottom: 0;}
}

@media(max-width:767px){
    .parent_content, .story_card, .parent_discover, .grid_view, .inner_footer,.img_author_content{
    display: flex;
    flex-wrap: wrap;
    
	}
	section.all_started{
		    padding: 0 0 50px;
	}

    .grid_view .author_detail{
    	    max-width: 320px;
    	    margin: 0 auto 40px;
    }

    p{
    	font-size: 18px!important;
    }

    .img-section {
    margin: 60px auto 0;
    width: 90%;
}


section.kid-says {
    position: relative;
    margin: 0;
	}

	.inner_content h2{
		font-size:30px;
	}
	.ver{
		font-size:40px;
	}

	.inner_content h4{    font-size: 24px;}

	.parent_content .inner_content h2 {
    font-size: 40px;
}

.padding-40 {
    padding: 0px 20px;
}
    .parent_discover .inner-left-right:first-child {
        margin-right: 0px;
            margin-bottom: 30px;
    }

    section.author_pages{    padding: 40px 0;background: url(.././img/JB-_BG.jpg) no-repeat center;}

    .parent_discover .inner-left-right:last-child {
        margin-left: 0px;
    }

    .story_card .video_stream .inner_stream{
        margin: 0 auto;
        height: 100%;        
    }

    .story_card {
    margin: 50px 0 0;
}
 
 section.all_started .col-xs-12.col-sm-12 .story_card:last-child {
    margin: 40px 0 0;
    flex-direction: column-reverse;
}   

    section.discover-left, section.get_your_copy{    margin-bottom: 0px; margin-top:40px;}

    .story_card .video_content {
        padding: 0 0px 0;
        margin-bottom: 20px;
    }

    .video_stream {
        margin-bottom: 40px;
    }

    section.kid-says:before{bottom: 0px;background-position: 80% 100%;    height: 95%;}

    

.img-section .inner_img, .img-section .inner_img img {
    max-width: 100%;
    height: auto; 
}

section.author_pages .content_author {
    max-width: 100%;
    padding-left: 0px;
}

.story_card {
    margin: 40px 0 0;
}
.story_card .video_stream .inner_stream{
	height: 100%;
}

}

@media(max-width: 600px){
    a.green, a.blue{
        display: block;
        text-align: center;
        margin: 20px 0 !important;
        padding: 14px 20px;
        max-width: unset;
    } 

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