@font-face {
    font-family: gothamblack;
    src: url('assets/font/GothamMedium.ttf');
}
@font-face {
    font-family: gothambold;
    src: url('assets/font/GothamBold.ttf');
}
@font-face {
    font-family: gothambook;
    src: url('assets/font/GothamBook.ttf');
}
.maintitle1 {
    font-family: gothamblack;
    font-size: 38px;
	color: #f37a21;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e6e6e6;
    outline: 0;
    box-shadow: none;
}
.mview{
    display: none;
}
.btn-sub1 {
    background-color: rgb(240, 80, 80);
    color: white;
    width: 39%;
    font-size: 17px;
    font-weight: 700;
}

.banner{
    background-image: url('assets/img/Banner-11.jpg');
    background-size: cover;
    height: 650px;
    background-repeat: no-repeat;
}
.banner h1 {
    color: #f37a21;
    font-family: gothamblack;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 600;
    transform: translate(65px, 77px);
    line-height: 1;
}
.contactfrm {
    background: #f37a21;
    padding: 34px;
    
}
.contactfrm h4{
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    /* text-align:center; */
}
.btn-dark1 {
    color: #fff;
    background-color: #131418;
    border-color: #343a40;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 2;
    font-family: gothamblack;
}
.contactfrm .input-group{
    width: 100%;
    
}
.contactfrm input{
    border-radius: 0;
    border:0

}
.contactfrm .input-group-text{
    border-radius: 0;
    border:none;
    background: white;
}
.contactfrm select{
    border-radius: 0;
    border:none;
}
.btn-sub1{
    background-color: rgb(240, 80, 80);
    color: white;
}
.btn-sub1:hover{
    color: white;
}

.section4 h3 {
    font-family: gothambook;
    text-transform: uppercase;
    color: #585858;
    font-size: 39px;
}
.section4 h2 {
    font-family: gothamblack;
    text-transform: uppercase;
    color: #f37a21;
    font-weight: 600;
    font-size: 56px;
}
.section2{
    padding-top: 80px;
    font-family: 'Lato', sans-serif;
}
.section2 p{
    font-size: 26px;
    color: #4e4d4d;
}

.section3 {
    background-image: url(assets/img/whoarewe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 674px;
    width: 100%;
    background-position-x: -25px;
}
.section4{
    font-family: 'Lato', sans-serif;
}
.section4 p{
    font-size: 26px;
    color: #4e4d4d;
}
.section5{
    margin-top: 30px;
}
.section5 h3{
   color: #f37a21;
   font-family: gothamblack;
   font-size: 55px;
   text-align: center;
}
.section5 p {
    
    font-size: 22px;
    margin-top: -14px;
    line-height: 1;
    color: #5d5d5d;
    font-family: gothambook;
}
.stattxt1{
    margin-left: 31px;
}
.stattxt2{
    margin-left: 31px;
}
.stattxt3{
    margin-left: 31px;
}
.section6
{
    background-image: url('assets/img/nutrientsbanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.videoblock{
    margin-top: 230px;
   
}
.videoblock iframe{
    height: 520px;
}
.section7 {
    padding-top: 100px;
}
.section7 h3{
    font-family: gothambook;
    text-transform: uppercase;
    color: #585858;
    font-size: 39px;
}
.section7 h2{
    font-family: gothamblack;
    text-transform: uppercase;
    color: #f37a21;
    font-weight: 600;
    font-size: 56px;
}
.section7 p{
    font-family: 'Lato', sans-serif;
    font-size: 26px;
}
.section8 {
    margin-top: 234px;
    background: url(assets/img/mom-child.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-bottom: 125px;
    width: 90%;
}
.upchildimg{
    transform: translate(128px, -392px);
}
.mtn347{
    margin-top: -347px;
}
.section9 {
    background-image: url(assets/img/ryan.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 635px;
}
.ryan{
    margin: 112px 0 0 67px;
    font-size: 45px;
    font-weight: 600;
    color: #f37a21;
    font-family: gothamblack;
}
.aboutryan {
    font-family: 'Lato', sans-serif;
    margin: 11px 0 0 67px;
    font-size: 27px;
    font-weight: 600;
    color: #54575a;
}
.section10{
   padding: 150px 0 0 0;
   font-weight: 600;
}
.section10 h2{
    color: #54575a;
    font-family: gothamblack;
    padding: 0 0 0 77px;
    font-size: 45px;
}
#testimonial {
    margin-top: 0px;
    margin-left: 0px;
}

.ftrsection {
    background: #f37a21;
    padding: 20px 0 10px 0;
    margin: 273px 0 0 0;
}

/* ----------------------------media queries------------------ */

@media only screen and (max-width:660px){
    .mt300{
        margin-top: 300px;
    }
  
    .mbanner {
        background: url(assets/img/mbanner.jpg);
        height: 191px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mform{
        margin-top: -275px;
       }
       .mform.contactfrm h4 {
        color: #fff;
        font-weight: 900;
        font-size: 16px;
        /* text-align: center; */
    }
    .logo img {
        width: 163px;
        margin-top: 85px;
        display: block;
        margin-left: auto;
    }
    .contactfrm {
        background: #f37a21;
        padding: 13px 30px 12px 30px;
    }
	input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0 0 -19px;
}
.termtxt{
	font-size:20px;
}
	.frame {
    height: 350px;
    width: 350px;
    margin: 14px 0 0 0;
}
    /* .contactfrm {
        transform: translate(0px, 8px);
        margin-top: 0;
    } */
    /* .banner {
        background-size: cover;
        height: 877px;
        background-repeat: no-repeat;
    }
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 600;
        transform: translate(0px, 24px);
        line-height: 1;
    } */
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(10px, 36px);
        font-size: 25px;
        color: #cacaca;
    }
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(10px, 53px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .section2 {
        padding-top: 42px;
        font-family: 'Lato', sans-serif;
    }
    .section2 p {
        font-size: 19px;
        color: #4e4d4d;
    }
    .section3 {
        background-image: url(assets/img/whoarewe.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 221px;
        width: 100%;
        background-position-x: 0px;
    }
	.section4 {
    font-family: 'Lato', sans-serif;
    margin: 27px 0 0 0;
}
.section4 h3 {
    font-size: 21px;
}
.section4 h2 {
    font-size: 33px;
}
    .section4 p {
        font-size: 19px;
        color: #4e4d4d;
    }
    .section5 h3 {
        color: #f37a21;
        font-family: gothamblack;
        font-size: 45px;
        text-align: center;
    }
    .section5 p {
        font-size: 19px;
        margin-top: 0px;
        line-height: 1;
        color: #5d5d5d;
        font-family: gothambook;
        text-align: center;
        margin-left: 0;
    }
	.section6{
		margin: 45px 0 0 0;
	}
    .videoblock iframe {
        height: 375px;
    }
    .section7 {
    padding-top: 45px;
}
.section7 h3 {
    font-size: 26px;
}
    .section7 p {
        font-family: 'Lato', sans-serif;
        font-size: 19px;
    }
    .momchild{
        margin-top: 18px;
    }
    /* .upchildimg {
        transform: translate(161px, -1px);
        width: 234px;
    } */
    .section8 {
        margin-top: 162px;
        background: url(assets/img/mom-child.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 164px;
        margin-bottom: 28px;
        width: 90%;
    }
    .upchildimg {
        transform: translate(155px, 160px);
        width: 71%;
    }
    
    .section7 h2 {
    font-family: gothamblack;
    text-transform: uppercase;
    color: #f37a21;
    font-weight: 600;
    font-size: 30px;
}
    .dview{
    display: none;    
    }
    .mview{
        display: block;
    }
   .section9a {
    margin-top: 33px;
}
    .section9 {
        background-image: url(assets/img/ryan.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 498px;
    }
    .section10 {
        padding: 29px 0 0 0;
        font-weight: 600;
    }
    .section10 h2 {
    color: #54575a;
    font-family: gothamblack;
    padding: 0 0 0 33px;
    font-size: 35px;
    margin: 98px 0 0 0;
}
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 22px;
        font-weight: 600;
        color: #54575a;
    }
    #testimonial {
        margin-top: 13px;
        margin-left: 19px;
    }
	.ftrsection {
    background: #f37a21;
    padding: 20px 0 10px 0;
    margin: 140px 0 0 0;
}
}
@media only screen and (min-width:1024px){
    .logo img {
        width: 163px;
    }
     .contactfrm {
    transform: translate(687px, -499px);
    margin-top: 0;
}
.frame {
    background: #fff0!important;
}
    .banner {
        background-size: cover;
        height: 530px;
        background-repeat: no-repeat;
    }
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 600;
        transform: translate(0px, 77px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(10px, 82px);
        font-size: 29px;
        color: #cacaca;
    }
   
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(10px, 104px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .section2 p {
        font-size: 22px;
        color: #4e4d4d;
    }
    .section3 {
        background-image: url(assets/img/whoarewe.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 529px;
        width: 100%;
        background-position-x: 0px;
    }
    .section4 p {
        font-size: 22px;
        color: #4e4d4d;
    }
    .section7 p {
        font-family: 'Lato', sans-serif;
        font-size: 26px;
    }
    /* .upchildimg {
        transform: translate(38px, -254px);
    } */
    .section8 {
        margin-top: 234px;
        background: url('assets/img/mom-child.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 409px;
        margin-bottom: 125px;
        width: 90%;
    }
    .upchildimg {
        transform: translate(115px, 69px);
    }
   .section9 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 498px;
    margin: 80px 0 80px 0;
}
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 22px;
        font-weight: 600;
        color: #54575a;
    }
	.section10 {
    padding: 150px 0 0 0;
    font-weight: 600;
    margin: 147px 0 0 0;
}

}

@media only screen and (min-width:1280px){
    .logo img{
        width: 216px;
    }
    .contactfrm {
    transform: translate(-32px, 140px);
    margin-top: 0;
	padding: 26px;
}

   .banner {
    background-size: cover;
    height: 587px;
    background-repeat: no-repeat;
}
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 600;
        transform: translate(65px, 77px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(61px, 82px);
        font-size: 29px;
        color: #cacaca;
    }
   
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(71px, 104px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
	.section4 {
    font-family: 'Lato', sans-serif;
    margin: 52px 0 0 0;
}
    .section2 p {
        font-size: 26px;
        color: #4e4d4d;
    }
    .section3 {
        background-image: url(assets/img/whoarewe.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 622px;
        width: 100%;
        background-position-x: 0px;
    }
    .section4 p {
        font-size: 26px;
        color: #4e4d4d;
    }
    .section6 {
        margin-top: 97px;
    }
    .section7 p {
        font-family: 'Lato', sans-serif;
        font-size: 26px;
    }
    /* .upchildimg {
        transform: translate(75px, -392px);
    } */
    .upchildimg {
        transform: translate(141px, -8px);
    }
    .section9 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin: 80px 0 0 0;
}
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 27px;
        font-weight: 600;
        color: #54575a;
    }
    .section10 h2 {
        color: #54575a;
        font-family: gothamblack;
        padding: 0 0 0 77px;
        font-size: 55px;
    }
	.section10 {
    padding: 150px 0 0 0;
    font-weight: 600;
    margin: 147px 0 0 0;
}
}

@media only screen and (min-width:1366px){
    .contactfrm {
    transform: translate(19px, 133px);
    margin-top: 0;
}
    .banner {
       
        background-size: cover;
        height: 634px;
        background-repeat: no-repeat;
    }
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 600;
        transform: translate(65px, 77px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(61px, 82px);
        font-size: 29px;
        color: #cacaca;
    }
   
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(71px, 104px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .section2 p {
        font-size: 26px;
        color: #4e4d4d;
    }
   
    .section4 {
        margin-top: 51px;
    }
    /* .upchildimg {
        transform: translate(128px, -392px);
    } */
    .upchildimg {
        transform: translate(194px, 7px);
    }
    .section9 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 655px;
    margin: 80px 0 0 0;
}
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 27px;
        font-weight: 600;
        color: #54575a;
    }
    .section10 h2 {
        color: #54575a;
        font-family: gothamblack;
        padding: 0 0 0 77px;
        font-size: 55px;
    }
	.section10 {
    padding: 150px 0 0 0;
    font-weight: 600;
    margin: 151px 0 0 0;
}

}

@media only screen and (min-width:1440px){
	
    .logo img {
        width: 245px;
        margin-left: 48px;
    }
    .banner {
        background-size: cover;
        height: 668px;
        background-repeat: no-repeat;
    }
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 600;
        transform: translate(65px, 102px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(61px, 111px);
        font-size: 29px;
        color: #cacaca;
    }
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(71px, 133px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
   .contactfrm {
    transform: translate(34px, 108px);
    margin-top: 0;
}
    .section2 p {
        font-size: 26px;
        color: #4e4d4d;
    }
    .section3 {
        
        background-size: cover;
        background-repeat: no-repeat;
        height: 704px;
        width: 100%;
        background-position-x: 0px;
    }
    /* .upchildimg {
        transform: translate(165px, -392px);
    } */
    .upchildimg {
        transform: translate(236px, -3px);
    }
}
@media only screen and (min-width:1600px){
    .logo img {
        width: 245px;
        margin-left: 85px;
    }
    .banner {
    background-size: cover;
    height: 735px;
    background-repeat: no-repeat;
}
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 600;
        transform: translate(12px, 139px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(24px, 151px);
        font-size: 29px;
        color: #cacaca;
    }
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(29px, 161px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .contactfrm {
    transform: translate(40px, 112px);
    margin-top: 0;
}
    .section3 {
        background-size: cover;
        background-repeat: no-repeat;
        height: 746px;
        width: 100%;
        background-position-x: 0px;
    }
    .upchildimg {
        transform: translate(316px, 28px);
    }
}
@media only screen and (min-width:1680px){
    .logo img {
        width: 245px;
        margin-left: -6px;
    }

    .banner {
    background-size: cover;
    height: 782px;
    background-repeat: no-repeat;
}
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 66px;
        font-weight: 600;
        transform: translate(-50px, 102px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(-35px, 111px);
        font-size: 33px;
        color: #cacaca;
    }
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(-23px, 133px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .contactfrm {
    transform: translate(46px, 124px);
    margin-top: 0;
}
    .section3 {
        background-size: cover;
        background-repeat: no-repeat;
        height: 789px;
        width: 89%;
        background-position-x: 0px;
    }
    /* .upchildimg {
        transform: translate(91px, -392px);
    } */
    .section8 {
        margin-top: 234px;
        background: url(assets/img/mom-child.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 661px;
        margin-bottom: 125px;
        width: 90%;
    }
    .upchildimg {
        transform: translate(368px, 4px);
    }
    .section3 {
        background-size: cover;
        background-repeat: no-repeat;
        height: 768px;
        width: 89%;
        background-position-x: 0px;
    }
    .section9 {
        background-image: url(assets/img/ryan.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 795px;
    }
    .ryan {
        margin: 112px 0 0 67px;
        font-size: 56px;
        font-weight: 600;
        color: #f37a21;
        font-family: gothamblack;
    }
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 32px;
        font-weight: 600;
        color: #54575a;
    }
    
}
@media only screen and (min-width:1920px){
    .logo img {
        width: 245px;
        margin-left: 191px;
    }
    .banner {
    background-size: cover;
    height: 884px;
    background-repeat: no-repeat;
}

    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 77px;
        font-weight: 600;
        transform: translate(-117px, 104px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(-97px, 111px);
        font-size: 33px;
        color: #cacaca;
    }
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(-86px, 133px);
        font-size: 19px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .contactfrm {
    transform: translate(101px, 76px);
    margin-top: 0;
}
    .section2 p {
        font-size: 26px;
        color: #4e4d4d;
    }
    .upchildimg {
        transform: translate(491px, 4px);
    }
    .ryan {
        margin: 112px 0 0 67px;
        font-size: 59px;
        font-weight: 600;
        color: #f37a21;
        font-family: gothamblack;
    }
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 37px;
        font-weight: 600;
        color: #54575a;
    }
}

/* ----------------device specific query */
@media screen 
  and (device-width: 320px) 
  and (device-height: 568px) 
  and (orientation: portrait){
    .mbanner {
       
        height: 143px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section3 {
        background-size: cover;
        background-repeat: no-repeat;
        height: 179px;
        width: 100%;
        background-position-x: 0px;
    }
    .section7 h2 {
        font-family: gothamblack;
        text-transform: uppercase;
        color: #f37a21;
        font-weight: 600;
        font-size: 30px;
    }
    .upchildimg {
        transform: translate(105px, 60px);
        width: 200px;
    }
}
@media screen 
  and (device-width: 375px) 
  and (device-height: 667px) 
  and (orientation: portrait){
    .mbanner {
       
        height: 169px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section3 {
       
        background-size: cover;
        background-repeat: no-repeat;
        height: 211px;
        width: 100%;
        background-position-x: 0px;
    }
    .upchildimg {
        transform: translate(142px, 164px);
        width: 71%;
    }
    
    


  }
@media screen 
  and (device-width: 375px) 
  and (device-height: 812px) 
  and (orientation: portrait){
    .mbanner {
        background: url(assets/img/mbanner.jpg);
        height: 170px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section3 {
        background-size: cover;
        background-repeat: no-repeat;
        height: 207px;
        width: 100%;
        background-position-x: 0px;
    }
    .section7 h3 {
        font-family: gothambook;
        text-transform: uppercase;
        color: #585858;
        font-size: 20px;
    }
    .section7 h2 {
        font-family: gothamblack;
        text-transform: uppercase;
        color: #f37a21;
        font-weight: 600;
        font-size: 29px;
    }
    .upchildimg {
        transform: translate(125px, 10px);
        width: 234px;
    }
    .section10 h2 {
        color: #54575a;
        font-family: gothamblack;
        padding: 0 0 0 61px;
        font-size: 29px;
    }


  }
  @media screen 
  and (device-width: 768px) 
  and (device-height: 1024px) 
  and (orientation: portrait){
    .logo img {
        width: 96px;
    }
    .contactfrm {
        transform: translate(14px, -385px);
        margin-top: 0;
        padding: 12px;
    }
    .banner {
        background-size: cover;
        height: 530px;
        background-repeat: no-repeat;
    }
    .banner h1 {
        color: #f37a21;
        font-family: gothamblack;
        text-transform: uppercase;
        font-size: 55px;
        font-weight: 600;
        transform: translate(0px, 77px);
        line-height: 1;
    }
    .bannertxtsub h3 {
        font-family: gothambold;
        transform: translate(10px, 82px);
        font-size: 29px;
        color: #cacaca;
    }
   
    .cta button {
        font-family: gothamblack;
        background: #0f1113;
        transform: translate(10px, 83px);
        font-size: 16px;
        text-align: left;
        border: 2px solid #f37a21;
        border-radius: 5px;
        padding: 7px;
        line-height: 1;
    }
    .section2 p {
        font-size: 17px;
        color: #4e4d4d;
    }
    .section3 {
        
        background-size: cover;
        background-repeat: no-repeat;
        height: 403px;
        width: 100%;
        background-position-x: 0px;
    }
    .section4 p {
        font-size: 17px;
        color: #4e4d4d;
    }
    .section5 h3 {
        color: #f37a21;
        font-family: gothamblack;
        font-size: 37px;
        text-align: center;
    }
    .section5 p {
        font-size: 13px;
        margin-top: -5px;
        line-height: 1;
        color: #5d5d5d;
        font-family: gothambook;
    }
    .stattxt1 {
        margin-left: 19px;
    }
    .stattxt2 {
        margin-left: 19px;
    }
    .stattxt3 {
        margin-left: 19px;
    }
    .section7 h2 {
        font-family: gothamblack;
        text-transform: uppercase;
        color: #f37a21;
        font-weight: 600;
        font-size: 30px;
    }
    
    .section7 p {
        font-family: 'Lato', sans-serif;
        font-size: 17px;
    }
    .upchildimg {
        transform: translate(38px, -154px);
    }
    .section9 {
        
        background-size: cover;
        background-repeat: no-repeat;
        height: 398px;
        margin-top: 144px;
    }
    .ryan {
        margin: 62px 0 0 67px;
        font-size: 30px;
        font-weight: 600;
        color: #f37a21;
        font-family: gothamblack;
    }
    .aboutryan {
        font-family: 'Lato', sans-serif;
        margin: 11px 0 0 67px;
        font-size: 22px;
        font-weight: 600;
        color: #54575a;
    }

  }
  