
body {
			font-family: Roboto Mono, Helvetica, Arial, sans-serif;
			 background: #fff;
	 		 margin: 0 0px 0 0;
			 padding: 10px;
		}

a.textlink {
  			color: #00f;
			text-decoration: none;
   			border-bottom: 2px solid;
			display: inline-block;

}		


h0, .h0 {
        font-size: 62px;

    }

h1, .h1 {
        font-size: 32px;
        line-height: 52px;
    }
 
 h2, .h2 {
        font-size: 28px;
        line-height: 42px;
    }          

 h3, .h3 {
        font-size: 12px;
        line-height: 32px;
    }  
    
 h4, .h4 {
        font-size: 14px;
        line-height: 32px;
    }          
        
 h5, .h5 {
        font-size: 18px;
        line-height: 18px;
    }    
    
h6, .h6 {
        font-size: 10px;
        line-height: 24px;
    }       

.content {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 5px;
}

sup { 
    vertical-align: super;
    font-size: larger;
}

img.mobile {
    width: 30%;
    height: auto;
}
img.mobile1 {
    width: 22.2%;
    height: auto;
}
img.mobile2 {
    width: 55%;
    height: auto;
}


/* MOBILE BREAKPOINT */
@media screen and (max-width: 1080px) {
    body {
			font-family: Roboto Mono, Helvetica, Arial, sans-serif;
			 background: #fff;
	 		 margin: 0 0px 0 0;
			 padding: 0px;
		}
		


h0, .h0 {
        font-size: 62px;

    }

h1, .h1 {
        font-size: 54px;
        line-height: 62px;
        color: black;
    }
 
 h2, .h2 {
        font-size: 28px;
        line-height: 42px;
    }          

 h3, .h3 {
        font-size: 18px;
        line-height: 38px;
    }  
    
 h4, .h4 {
        font-size: 28px;
        line-height: 38px;
    }          
        
 h5, .h5 {
        font-size: 18px;
        line-height: 18px;
    }    
    
h6, .h6 {
        font-size: 24px;
        line-height: 38px;
    }       

.content {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 15px;
}

sup { 
    vertical-align: super;
    font-size: larger;
}

img.mobile {
    width: 30%;
    height: auto;
}
img.mobile1 {
    width: 22.2%;
    height: auto;
}
img.mobile2 {
    width: 100%;
    height: auto;
}

