/*
    FOR ANY ALTERNATE COMPUTER SIZES
*/
/*FOR TIGHTENING HEADER*/
@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-title-margins {
        margin-left: -20px;
    }
}

@media only screen and (min-width:700px) and (max-width:991px) {
    footer * {
        font-size: 12px;
    }
    .header-title-margins {
        margin-left: 10px;
    }

    .logo-size {
        width: 75px;
    }

    .title-font-size {
        font-size: 32px;
    }

    .h2-mobile-sizing {
        font-size: 28px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 22px;
        margin-top: 5px;
    }
}

@media only screen and (min-width:665px) and (max-width:699px) {
    footer * {
        font-size: 12px;
    }

    .header-title-margins {
        margin-left: 20px;
    }

    .title-font-size {
        font-size: 30px;
    }

    .logo-size {
        width: 75px;
    }

    .h2-mobile-sizing {
        font-size: 26px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 20px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 16px;
    }
}

@media only screen and (min-width:620px) and (max-width:664px) {
    .header-title-margins {
        margin-left: 15px;
        margin-top: -5px;
    }

    .title-font-size {
        font-size: 28px;
    }

    .logo-size {
        width: 65px;
    }

    .h2-mobile-sizing {
        font-size: 24px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 18px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 14px;
    }

    footer * {
        font-size: 12px;
    }
}
@media only screen and (min-width:527px) and (max-width:619px) {
    .header-title-margins {
        margin-left: 0;
        margin-top: 0;
    }

    .title-font-size {
        font-size: 26px;
    }

    .logo-size {
        width: 65px;
    }

    .h2-mobile-sizing {
        font-size: 22px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 18px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 14px;
    }

    footer * {
        font-size: 12px;
    }
}

@media only screen and (min-width:464px) and (max-width:526px) {
    .header-title-margins {
        margin-left: 0;
        margin-top: 0;
    }

    .title-font-size {
        font-size: 24px;
    }

    .logo-size {
        width: 65px;
    }

    .h2-mobile-sizing {
        font-size: 22px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 18px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 14px;
    }

    footer * {
        font-size: 12px;
    }
}

@media only screen and (min-width:423px) and (max-width:463px) {
    .header-title-margins {
        margin-left: 30px;
        margin-top: -10px;
    }

    .title-font-size {
        font-size: 24px;
    }

    .logo-size {
        width: 65px;
    }

    .h2-mobile-sizing {
        font-size: 22px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 18px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 14px;
    }

    footer * {
        font-size: 12px;
    }
}

@media only screen and (min-width:401px) and (max-width:422px) {
    .header-title-margins {
        margin-left: 20px;
        margin-top: -20px;
    }

    .title-font-size {
        font-size: 24px;
    }

    .logo-size {
        width: 65px;
    }
        
    .h2-mobile-sizing {
        font-size: 22px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 18px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 14px;
    }

    footer * {
        font-size: 12px;
    }
}
/*END FOR TIGHTENING HEADER*/

@media only screen and (min-width:664px) and (max-width:767px) {
    body {
        padding-bottom: 400px;
    }
    /*.main {
	    margin-left: 0;
	    margin-right: 0;
	}*/
	.m-margin-fix {
		margin-left: 0;
	}
	.m-margin-body{
		margin-left:15px;
		margin-right:15px;
	}
	.m-padding-body{
		padding-left:15px;
		padding-right:15px;
	}
}
@media only screen and (min-width:527px) and (max-width:664px) {
    body {
        padding-bottom: 400px;
    }
    .xs-header-title-font-size {
        font-size: 2.0em;
        /*background-color: red;*/
    }
    .font-size-em-1-5 {
        font-size: 1.1em;
    }
    .button-pos {
        font-size: 1.2em;
        font-weight: bold;
    }
    .button-neg {
        font-size: 1.2em;
        font-weight: bold;
    }
    /*FOR PLACES THAT SHOULD ONLY BE 100% WIDTH WHEN THE SCREEN IS TINY TO HELP WITH FINGERS ON TOUCH SCREENS*/
    .xs-width-percent-100 {
        width: 100%
    }
    /*.xs-height-px-50 {
        height: 50px;
    }*/
    main p, main div, main span, main label, main h3, main a, main abbr, main ul li {
        font-size: 16px;
    }
    /*RADIO BUTTONS*/
    /*WITH HELP FROM https://codepen.io/jamesbarnett/pen/yILjk */
    .with-font {
        display: none;
    }  
    .with-font + label:before{
        font-family:FontAwesome;
        
    }
    .with-font + label:before {
        content: "\f10c";
        color:#bfbfbf;
        font-size:3.0em;
    }
    .with-font + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .with-font:checked + label:before {
        content: "\f111";
        color:#acbece;
    }
    /* checked icon */
    .with-font:checked + label:before {
        letter-spacing: 5px;
    }
    /* allow space for check mark */
    /*END RADIO BUTTONS*/
    /*.main {
	    margin-left: 0;
	    margin-right: 0;
	}*/	
	.m-margin-fix {
		margin-left: 0;
	}
	.m-margin-body{
		margin-left:15px;
		margin-right:15px;
	}
	.m-padding-body{
		padding-left:15px;
		padding-right:15px;
	}
}
@media only screen and (min-width:401px) and (max-width:526px) {
    body {
        padding-bottom: 400px;
    }
    .xs-header-title-font-size {
        font-size: 1.5em;
        /*background-color: yellow;*/
    }
    .font-size-em-1-5 {
        font-size: 1.1em;
    }
    .button-pos {
        font-size: 1.2em;
        font-weight: bold;
    }
    .button-neg {
        font-size: 1.2em;
        font-weight: bold;
    }
    /*.xs-height-px-50 {
        height: 50px;
    }*/
    .xs-width-percent-100 {
        width: 100%
    }
    main p, main div, main span, main label, main h3, main a, main abbr, main ul li {
        font-size: 16px;
    }
    /*RADIO BUTTONS*/
    /*WITH HELP FROM https://codepen.io/jamesbarnett/pen/yILjk */
    .with-font {
        display: none;
    }  
    .with-font + label:before{
        font-family:FontAwesome;
        
    }
    .with-font + label:before {
        content: "\f10c";
        color:#bfbfbf;
        font-size:3.0em;
    }
    .with-font + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .with-font:checked + label:before {
        content: "\f111";
        color:#acbece;
    }
    /* checked icon */
    .with-font:checked + label:before {
        letter-spacing: 5px;
    }
    /* allow space for check mark */
    /*END RADIO BUTTONS*/
    /*.main {
	    margin-left: 0;
	    margin-right: 0;
	}*/
	.m-margin-fix {
		margin-left: 0;
	}
	.m-margin-body{
		margin-left:15px;
		margin-right:15px;
	}
	.m-padding-body{
		padding-left:15px;
		padding-right:15px;
	}
}
@media only screen and (max-width:400px) {
    /*FOR TIGHTENING HEADER*/
    .header-title-margins {
        margin-left: 22px;
        margin-top: -15px;
    }

    .title-font-size {
        font-size: 24px;
    }

    .logo-size {
        width: 65px;
    }

    .h2-mobile-sizing {
        font-size: 22px;
        margin-top: 5px;
    }

    .h3-mobile-sizing {
        font-size: 18px;
        margin-top: 5px;
    }

    .h4-mobile-sizing {
        font-size: 14px;
    }

    footer * {
        font-size: 12px;
    }
    /*END FOR TIGHTENING HEADER*/
    body {
        padding-bottom: 400px;
    }
    .xs-header-title-font-size {
        font-size: 1.4em;
        /*background-color: green;*/
    }
    .font-size-em-1-5 {
        font-size: 1.0em;
    }
    .button-pos {
        font-size: 1.2em;
        font-weight:bold;
    }
    .button-neg {
        font-size: 1.2em;
        font-weight:bold;
    }
    /*.xs-height-px-50 {
        height: 50px;
    }*/
    .xs-width-percent-100 {
        width: 100%
    }
    main p, main div, main span, main label, main h3, main a, main abbr, main ul li {
        font-size: 16px;
    }

    /*RADIO BUTTONS*/
    /*WITH HELP FROM https://codepen.io/jamesbarnett/pen/yILjk */
    .with-font {
        display: none;
    }  
    .with-font + label:before{
        font-family:FontAwesome;
        
    }
    .with-font + label:before {
        content: "\f10c";
        color:#bfbfbf;
        font-size:3.0em;
    }
    .with-font + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .with-font:checked + label:before {
        content: "\f111";
        color:#acbece;
    }
    /* checked icon */
    .with-font:checked + label:before {
        letter-spacing: 5px;
    }
    /* allow space for check mark */
    /*END RADIO BUTTONS*/
    /*.main {
	    margin-left: 0;
	    margin-right: 0;
	}*/
	.m-margin-fix {
		margin-left: 0;
	}
	.m-margin-body{
		margin-left:15px;
		margin-right:15px;
	}
	.m-padding-body{
		padding-left:15px;
		padding-right:15px;
	}
}

