@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Helpers */
.hidden { display:none !important;}
.hidden-desktop { display:none !important;}
.hidden-mobile { display:block !important;}
.mobile-only { display:none;}

/* Colour 
Orange: #ffaf1e
Light grey BG Colour: #f6f7f8 
Grey (Lines): #e6e6e6

*/

/* ------- */
h1, h2, h4, h5, h6 {
		font-family: 'Montserrat', sans-serif; 
		font-weight:900;
}

.mt-intro h2 { margin-bottom:0px; }
.mt-intro h3 {	margin-top:0px; }

.mt-products h2 { margin-top:0px; margin-bottom:0px;  }

h3 {
		font-family: 'Montserrat', sans-serif; 
		font-weight:400;
}


h1 { font-size: 54px; line-height:58px;}

body {font-size: 18px;}


.entry-content a { text-decoration-line: underline; text-decoration-style: solid; } 
.entry-content a:hover { text-decoration: none; }
.mt-entry-content a { text-decoration-line: underline; text-decoration-style: solid; } 
.mt-entry-content a:hover { text-decoration: none; }

.current-menu-item a { text-decoration: underline solid 2px; }
 

.what-I-do h2 { margin-top:0px; margin-bottom: 0px;}

#mobile-menu-button { right: 0px; }



/*  === Mobile and Table Screens / Mobile Menu Switching  === */
@media ( max-width: 1000px ) { 

}


@media ( max-width: 780px ) { 
/* Helpers */
.hidden-mobile { display:none !important;}
.hidden-desktop { display:block !important;}
.mobile-only { display:block;}

h1 { font-size: 32px; line-height:32px;}
h2 { font-size:24px; } 
h3 { font-size:21px; } 

.mt-intro h2 { margin-bottom:5px; }
.mt-intro h3 {	margin-top:5px; }		
		
		
p { font-size:16px; line-height:24px; }  
body {font-size: 16px;}
		
		.entry-content a { text-decoration: underline solid 2px;}
.entry-content a:hover { text-decoration: none; }

}