@media (min-width: 1200px) {
    html {
        font-size: 118.75%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 81.25%;
    }
}

@media only screen and (min-width: 64em) {

.hide-on-mobile {
	display: inherit !important;
	}
}

@media only screen and (max-width: 40em) {

.hide-on-mobile {
	display: none !important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
	#features_3 {
	margin: 0px;
    padding-top: 4.2rem;
    padding-bottom: 0rem;
    height: 40.625rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
    overflow: hidden;
	}
	
	}

@media (max-width: 767px) {
    html {
        font-size: 81.25%;
    }
    
    #home_content {
    text-align:center;
    position:fixed;
    top: 2em;
    left: 0;
    margin: 0;
    height:auto;
    width:auto;
    }
    
    #features_1, #features_2 {
    text-align:center;
    }
    

    .feature_icon {
    float:none;
    width:3rem;
    height:3rem;
    margin-bottom: 1rem;
    margin-right:0;
    }

    
    #about {
    margin-bottom:4.568em;
    }
    
    p {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    #features_3 {
        height:auto;
    }
    #features_3_content_left {
        text-align:center;
        padding-bottom:6.5rem;
        padding-right:1rem;
    }

    #features_3_content_right {
        text-align:center;
        padding-left:1rem;

    }

    #features_3_content_center img{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    
    #blog_header {
        text-align:center;
        height:auto;
        width:auto;
    }
    
    #title, #logo_blog {
        text-align: center;
    }
    
    #button_back {float:none;}


}

@media (max-width: 480px) {
    html {
        font-size: 62.5%;
    }
    p {
        font-size: 1.5rem;
    }

    h1 {
	    font-size:3rem;
	}
    h5 {
	    font-size:2.75rem;
	    margin-top:1.25rem;
    }
    h6 {
	    font-family: 'Avenir Next';
		font-size:2.0rem;
		line-height: 2.25rem;
		font-weight:400;
		color:white;
	    margin-top:1.5rem;
	    margin-bottom:1.5rem;
    }
    #home {
	height: 63.4rem;
    position:relative;
    z-index:0;
    overflow:hidden;
    }
    .subtitle {
	    margin-top: 1.25rem;
	    font-size: 1.6rem;
	    margin-bottom: 1rem;
    }
    #logo_header {margin-bottom:2em }

    #counter_box {
        margin-bottom:2em;
    }
    .cta1 {
    display: inline-block;
    color: #21a672;
    font-family: 'Avenir Next';
    font-size: 2.0rem;
    font-weight: 400;
    font-style: normal;
    padding-top: 1.4rem;
    padding-bottom: 1.3rem;
    width: 20rem;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1.4rem;
    letter-spacing: -0.03rem;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 28px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 28px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 28px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 28px;
	}
	
	.subscribe-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.3rem;
    width:21.875rem;
    height: 3.25rem;
    font-family: 'Avenir Next';
    font-size:1.4rem;
    font-weight:400;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
	}
	
	.subscribe-submit {
    color:white;
	font-family: 'Avenir Next';
	font-size:1.2rem;
	font-weight:600;
	font-style:normal;
    height:3.25rem;
    width:8rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    color:white;
    outline: 0;
	}

}