/* ==========================================================================
   ERA: 1987 — "The Neon Future"
   Synthwave grid, neon gradients, glowing text, dark starfield backdrop.
   ========================================================================== */
@font-face {
    font-family: 'Mangolaine';
    src: 
        url('../assets/fonts/Mangolaine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mavine';
    src: url('../assets/fonts/Mavine-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mavine';
    src: url('../assets/fonts/Mavine-Bold.woff2') format('woff2'); 
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mavine';
    src: url('../assets/fonts/Mavine-ExtraBold.woff2') format('woff2'); 
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mavine';
    src: url('../assets/fonts/Mavine-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'RockSalt';
    src: url('../assets/fonts/RockSalt-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
  --mw-bg: #0d0221;
  --mw-text: #f5f0ff;
  --mw-text-muted: #b09ce0;
  --mw-accent: #ff2ee0;
  --mw-surface: #1a0b33;
  --mw-border: #4a2e7a;

  --mw-font-heading: "quatro", sans-serif;
  --mw-font-body: "Rajdhani", system-ui, sans-serif;

  --mw-radius: 6px;
}

body.era-1987 {
 
 
 }
::selection {
  color: #ffffff;          /* Text color */
  background-color: #ff00f2; /* Highlight background color */
}


.mw-wayback-hint {
	position: fixed;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	opacity: 0;
	transform: translateY(-4px);
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 1000;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 350px;
	
	/* From https://css.glass 
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.7px);
	-webkit-backdrop-filter: blur(6.7px);
	border: 1px solid rgba(255, 255, 255, 0.75);*/
	
	margin-left: 15px;

}

.mw-wayback-hint-arrow::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    width: 30px;
    height: 30px;
     background-image: url('data:image/svg+xml;utf8,<svg id="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97.37 117.97"><g id="layer1" fill="%23000000" ><path d="M89.65,101.96c-8.32.1-17.32.32-24.87-3.74-6.19-3.32-10.83-8.61-14.25-14.68-7.48-13.29-7.87-29.03-7.62-44.04,10.38,10.28,20.69,19.59,32.76,28.07,2.75,1.94,4.97,1.64,7.65-.23,6.34-4.43-9.73-21.03-18.77-29.94-9.36-9.23-19-17.8-25.79-29.1-2.36-3.94-4.52-9.93-10.69-7.89-2.82.93-6.24,6.33-6.14,9.54.18,6.04-.4,10.95-1.94,16.62-2.55,9.38-4.96,18.59-8.71,27.57-4.4,8.92-7.89,17.63-11.27,26.92l1.19,3.08c.66,1.7,9.05-1.56,12.82-9.9l5.61-12.39c2.34-5.16,4.92-9.69,7.33-15.1.25,16.52,2.25,33.21,11.29,47.4,4.74,7.44,11.19,14.15,19.11,18.21,10.05,5.14,21.21,5.72,32.3,5.59,10.29-.12,10.32-16.12,0-16Z"/></g></svg>');
    background-repeat: no-repeat;
}



.mw-wayback-hint-text {
    font-family: inherit;
    font-size: 1.25em;
    line-height: 1.3;
	background-color: transparent;
    color: #000;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: normal;
    padding: 15px;
    font-family: 'RockSalt';
  
    
}





/*=====================================================================================================*/
/*======================================================================== NAVIGATION BAR ==============*/
/*=====================================================================================================*/

.navigation {
	background-color: transparent;
	align-items:center;
}
.navigation ul {

	
			/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.7px);
-webkit-backdrop-filter: blur(6.7px);
border: 1px solid rgba(255, 255, 255, 0.75);
padding: 15px;
margin-left: 15px;
width: min-content;


}
.navigation li a {
	padding: 0px;
	margin-left: 30px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	margin-bottom: 15px;
	font-family: 'Mangolaine';
	text-decoration: none;
	font-size: 1.75em;
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: bold;
     
}
.navigation #nav-welcome  {
	background-image: url('../assets/2026/icon-logo.svg');
	color: transparent;
	padding: 45px;
	padding-left: 45px;
	background-position: left center;
	background-size: 100px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 15px;
	font-family: "Noto Sans Display", sans-serif;
	text-decoration: none;
	font-size: 2em;
}



.navigation #nav-about  {
	/*background-image: url('../assets/2026/icon-about.svg');*/
}

.navigation #nav-services  {
	/*background-image: url('../assets/2026/icon-services.svg');*/
}



.navigation #nav-contact {
	/*background-image: url('../assets/2026/icon-contact.svg');*/
}
.navigation #nav-clients {
	/*background-image: url('../assets/2026/icon-clients.svg');*/
}


.navigation #nav-work {
	/*background-image: url('../assets/2026/icon-work.svg');*/
	
}



/*=====================================================================================================*/
/*======================================================================== WELCOME slide ==============*/
/*=====================================================================================================*/

#welcome .slide-content {
	width: 80%;
	padding: 30px;
}


.hero-headlines {


}
h1 {
    color: #1a1c2c;
    text-align: right;
    font-family: 'Mavine';
    font-weight: bold;
    font-size: 10.5em;
    font-weight: 900;
    line-height: .95em;
    text-transform: uppercase;
   
}


h1.greeting {


}

h1.idesign {

}



/*=====================================================================================================*/
/*======================================================================== ABOUT slide ==============*/
/*=====================================================================================================*/


#about {
	background-color: transparent;
	
}
#about .slide-content {
	width: 80%;
	background-color: #f6f6f6;
	border-radius: 27px;
	padding: 60px;
	border: 1px solid #fff;;
	text-align: left;
	color: #1a1c2c;
	
	/* From https://css.glass */
background: rgba(255, 255, 255, 0.4);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.7px);
-webkit-backdrop-filter: blur(7.7px);
border: 1px solid rgba(255, 255, 255, 0.75);



}
.card-aboutme {
	}

.card-aboutme h1 {
    color: #1a1c2c;
    text-align: left;

    font-size: 8.5em;

    text-transform: uppercase;
}
.card-aboutme h2 {
	 font-family: 'Mangolaine';
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 15px;
	margin-top: 60px;
	font-weight: bold;
	color: #1a1c2c;
}

#about p {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 15px;
	font-family: "Noto Sans Display", sans-serif;
	font-weight: 200;
}

#about p a {
	color: #0ea8d6;
	text-decoration: none;
	font-weight: bold;
}


/*=====================================================================================================*/
/*======================================================================== SERVICES slide ====*/
/*=====================================================================================================*/



#services {
	background-color: transparent;
	
}

#services .slide-content {
	width: 80%;
	background-color: #f6f6f6;
	border-radius: 27px;
	padding: 60px;
	border: 1px solid #fff;;
	text-align: left;
	color: #1a1c2c;
	margin-top: 60px;
	margin-bottom: 60px;
	
		
	/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.7px);
-webkit-backdrop-filter: blur(6.7px);
border: 1px solid rgba(255, 255, 255, 0.75);
}



.card-services {
	
}
.card-services h1 {
    color: #1a1c2c;
    text-align: left;
   
    font-size: 8.5em;

    line-height: 1em;

    text-transform: uppercase;
}
.card-services ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 60px;
}
.card-services ul li {
	font-weight: 300;
	text-transform: none;
	font-size: 1.5em;
	text-align: center;
	font-family: "Mangolaine";
	
	
	line-height: 1em;
	
	
	
	
	
	text-align: left;
	
	
	border-radius: 36px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.7px);
	-webkit-backdrop-filter: blur(6.7px);
	border: 1px solid rgba(255, 255, 255, 0.75);
	
	padding: 30px;
	
}

.card-services ul li h2 {
	
	background-color: #1a1c2c;
	text-align: center;
	padding: 15px;
	color: #1a1c2c;
	
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 175px;
	padding-bottom: 30px;
	height: 280px;
	
	
}




.card-services ul li.website h2 {
    background-image: url(../assets/2026/icon-websites.png);
    min-height: 250px;
    border-radius: 17px;
    background-position: center top 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    color: #fff;
}

.card-services ul li.branding h2 {
    background-image: url(../assets/2026/icon-branding.png);
    min-height: 250px;
    border-radius: 17px;
    background-position: center top 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    color: #fff;
	
}

.card-services ul li.marketing h2 {
    background-image: url(../assets/2026/icon-marketing.png);
    min-height: 250px;
    border-radius: 17px;
    background-position: center top 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    color: #fff;

}
.card-services ul li.fractional h2 {
    background-image: url(../assets/2026/icon-fractional.png);
    min-height: 250px;
    border-radius: 17px;
    background-position: center top 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    color: #fff;

}





/*=====================================================================================================*/
/*======================================================================== CLIENT EXPERIENCE slide ====*/
/*=====================================================================================================*/




#client-experience {
	background-color: transparent;
	
}
#client-experience .slide-content {
	width: 80%;
	background-color: #f6f6f6;
	border-radius: 27px;
	padding: 60px;
	border: 1px solid #fff;;
	text-align: left;
	color: #1a1c2c;
	margin-bottom: 60px;
				/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.7px);
-webkit-backdrop-filter: blur(6.7px);
border: 1px solid rgba(255, 255, 255, 0.75);
}
.card-clients {
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
#client-experience h1 {
	text-align: left;
	color: #1a1c2c;

	
}
#client-experience p {
    text-align: left;
    color: #1a1c2c;
    font-family: 'Mangolaine';
    font-size: 2.25em;
    line-height: 1em;
	
}
.card-clients {

	padding: 90px;
	padding-top: 90px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 90px;
	

	
}


.card-clients li {
	padding-left: 45px;
	padding-right: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #1a1c2c;
	min-height: 150px;
	border-radius: 12px;
	
}

.card-clients img {
    max-width: 175px;
    


}



/*=====================================================================================================*/
/*======================================================================== WORK slide =================*/
/*=====================================================================================================*/



#work {
	background-color: transparent;
	padding-bottom: 60px;
	
}
#work .slide-content {
	width: 80%;
	background-color: #f6f6f6;
	border-radius: 27px;
	padding: 60px;
	border: 1px solid #fff;;
	text-align: left;
	color: #1a1c2c;
	
	
		
	/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.7px);
-webkit-backdrop-filter: blur(6.7px);
border: 1px solid rgba(255, 255, 255, 0.75);



}
#work h1 {
	text-align: left;
	color: #1a1c2c;
}

.card-work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 60px;
    position: relative;
}

.card-work li  {	
	position: relative;
	width: 100%;            /* Define your width */
	height: auto;           /* Must remain auto for aspect-ratio to work */
	aspect-ratio: 16 / 9;   /* Height scales automatically to a 16:9 ratio */

}

.card-work li a {	
	color: #000;
	font-family: "Mangolaine", sans-serif;
	text-align: center;
	font-size: 1.5em;
	transition: all .75s ease-in-out;
	width: 100%;            /* Define your width */
	height: auto;           /* Must remain auto for aspect-ratio to work */
	aspect-ratio: 16 / 9;   /* Height scales automatically to a 16:9 ratio */

	
}

.card-work li a span {
	z-index: 2;
	position: absolute;
	text-align: center;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	justify-content: center;
	border-radius: 15px;
	
	width: 100%;            /* Define your width */
	height: auto;           /* Must remain auto for aspect-ratio to work */
	aspect-ratio: 16 / 9;   /* Height scales automatically to a 16:9 ratio */
	
	

}


.card-work li a:hover {
	
}

.card-work li a img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 15px;
	width: 100%;            /* Define your width */
	height: auto;           /* Must remain auto for aspect-ratio to work */
	aspect-ratio: 16 / 9;   /* Height scales automatically to a 16:9 ratio */

}



.card-work li a  {
	position: relative;
	z-index: 0;
}



/*===========================Modal for Service =======*/
dialog[data-mw-modal]::backdrop {
    background: rgba(255, 255, 255, 0.5);
}
.mw-modal-close {
    position: absolute;
    top: 20px !important;
    right: 45px !important;
    width: 42px !important;
    height: 45px !important;
    border-radius: 50%;
    border: none !important;
    background: transparent !important;
    color: #1a1c2c !important;
    font-size: 5em !important;
    line-height: 1;
    cursor: pointer;
}

#mw-service-modal, #mw-work-modal {
	max-width: none;
	height: 95vh;
	max-height: 95vh;
	top: auto;
	background-color: #fff;
	border-radius: 27px 27px 0 0;
	color: #1a1c2c;
	padding-bottom: 60px;
	
		/* From https://css.glass */
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(7.7px);
-webkit-backdrop-filter: blur(7.7px);
border: 1px solid rgba(255, 255, 255, 0.75);

  
}



#mw-service-modal h2, #mw-work-modal h2 {
	font-size: 5em;
	color: #1a1c2c;
	font-weight: 300;
	font-family: "Mavine", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 1em;
	margin-bottom: 30px;
	
}
#mw-service-modal h3, #mw-work-modal h3 {
    font-family: 'Mangolaine';
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #1a1c2c;
}

#mw-work-modal h3:not(:first-of-type) {
  margin-top: 60px;
}


#mw-service-modal ul, #mw-work-modal ul {
	margin-left: 30px;
	margin-bottom: 30px;

}
#mw-service-modal ul li, #mw-work-modal ul li {

	margin-bottom: 15px;
	list-style-type: square;

}

#mw-service-modal li::marker, #mw-work-modal li::marker {


}

.mw-service-overview {
	font-size: 1.35em;
	line-height: 1.25em;
	font-weight: 200;
	margin-bottom: 15px; 
	font-family: "Noto Sans Display", sans-serif;
	text-align: left;
	color: #1a1c2c;
}


.mw-work-role span, .mw-work-industry span, .mw-work-services span, .mw-work-platform span   {
	font-family: "Mangolaine", sans-serif;
	text-transform: none;
	color: #1a1c2c;
	font-size: 1.5em;
	text-align: left;
}

.mw-work-role, .mw-work-industry, .mw-work-services, .mw-work-platform  {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.25em;
	font-weight: 100;
	color: #1a1c2c;
	text-transform: none;
	margin-bottom: 30px;
	text-align: left;
	
}








.mw-work-overview {
	font-family: "Noto Sans Display", sans-serif;
  	font-size: 1.5em;
		color: #1a1c2c;
		font-weight: 200;
}
.mw-work-live-link {

    
    
    display: block;
    font-family: "Mangolaine";
    font-size: 1.25em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #1a1c2c;
    text-align: center;
    margin-top: 60px;
    padding: 15px;
    text-transform: none;
    border-radius: 30px;
    width: 100%;
    
    
    
}
.mw-work-live-link img.emoji {
    display: none !important;
}




/*=====================================================================================================*/
/*======================================================================== CONTACT slide ==============*/
/*=====================================================================================================*/
#contact {
	background-color: transparent;
	
}
#contact .slide-content {
	width: 80%;
	background-color: #f6f6f6;
	border-radius: 27px;
	padding: 60px;
	border: 1px solid #fff;;
	text-align: left;
	color: #616161;
	    margin-bottom: 60px;
	    
	    	
	/* From https://css.glass */
background: rgba(255, 255, 255, 0.4);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.7px);
-webkit-backdrop-filter: blur(6.7px);
border: 1px solid rgba(255, 255, 255, 0.75);



}
#contact h1 {
	text-align: left;
	margin-bottom: 30px;
	color: #1a1c2c;
}
.card-contact  {
	color: #1a1c2c;
}
/*-------------------------------------------------FORM Styles------------------*/



/* Targets <input type="text"> */
input[type="text"], input[type="name"], input[type="email"]   {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
 background-color: rgba(245, 245, 245, 0.45);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 7px;
}


.form-field textarea {
	background-color: rgba(245, 245, 245, 0.45);
	border: 1px solid #fff;
	 border-radius: 7px;
}

.form-field select {   
	appearance: none;
	height: 50px;
	width: 100%;
	background-color: rgba(245, 245, 245, 0.45);
	border: none;
	border-bottom: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('../assets/1912/downarrow-brown.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 15px center;
	 border-radius: 7px;
}



.form-field select:required:invalid {
	font-family: "Mangolaine";
	font-weight: 400;
	font-style: normal;
	font-size: 1.25em;
}

.form-field select:valid {
		font-family: "Mangolaine";
		font-size: 1.25em;
}








/* Targets <input type="checkbox"> */
input[type="checkbox"] {
  margin: 10px;
} 


.frm_opt_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	font-family: "Mangolaine";
	font-size: 1.25em;
}
.frm_primary_label {
	font-weight: normal;
	font-family: 'Mavine';
	font-size: 1.5em;
	letter-spacing: 1px;
}
.form-field {
	padding-bottom: 30px;
}

.frm_error, .frm_required {
	color: #ff00ea;
}
.frm_button_submit {
	appearance: none;
	padding: 15px;
    width: 250px;
    font-family: "Mangolaine";
    background-color: #1a1c2c;
    border-radius: 30px;
    font-size: 1.5em;
    color: #fff;
}

/*=====================================================================================================*/
/*======================================================================== MISC Elements ==============*/
/*=====================================================================================================*/





/*=====================================================================================================*/
/*======================================================================== THE QUERIES! ==============*/
/*=====================================================================================================*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */

#welcome .slide-content {
    width: 100%;
    padding: 15px;
}
h1 {

    font-size: 3.5em;

}


.hero-headlines {
	background-image: url('../assets/2026/icon-logo.svg');
	background-position: right top;
	background-size: 100px;
	background-repeat: no-repeat;
	padding-top: 115px;
}
h1.greeting {


}
h1.myname {


}

h1.idesign {
	


}

.slide {
	padding-top: 30px;
	padding-bottom: 30px;
}

#about .slide-content, #services .slide-content, #client-experience .slide-content, #work .slide-content, #contact .slide-content  {
    width: 100%;
    padding: 0px;

}


.card-aboutme {
    padding: 15px;

}
.card-aboutme h1 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 4em;
}
#about p {
	
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;

}
.card-services {
	padding: 15px;
	
	padding-bottom: 30px;
}

.card-services ul li {
    padding: 15px;
    margin-bottom: 0;

}


.card-services ul li h2 {
   height: auto;
}



 #client-experience .slide-content, #work .slide-content, #contact .slide-content {
        width: 100%;
        padding: 15px;
        padding-top: 30px;
   
}
.card-clients {

	grid-template-columns: repeat(2, 1fr);

	
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;



}

.card-clients li {
    padding-left: 5px;
    padding-right: 5px;

}
.card-clients img {
    max-width: 125px;
}
.card-work {

    grid-row-gap: 30px;

}

.card-work {
	grid-template-columns: repeat(1, 1fr);
	width: 100%;

}

.card-work li {
    padding: 0;
 
}


.card-clients {
	grid-template-columns: repeat(2, 1fr);
}

.card-clients li {


}
.card-services h1 {
	font-size: 4em;
}
.card-services ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    margin-top: 60px;
    position: relative;
}

.card-skill h2 {
	line-height: 1em;
}
.card-services li {
	
	font-size: 1.25em;
	
}

#client-experience h1 {
	font-size: 3.5em;
}

.card-work {
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(2, 1fr);

}

.card-work li a {
	text-align: center;
	justify-content: center;
}
.card-work li a span {

}

.navigation {
	display: none;
}

.frm_opt_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.frm_button_submit {
    appearance: none;
    padding: 15px;

    width: 100%;
    
    font-size: 1.5em;
}



dialog[data-mw-modal] {
    width: 99vw;
    max-height: 95vh;
    overflow-y: auto;
    padding: 15px;

}

.mw-modal-close {
    position: absolute;
    top: 0px !important;
    right: 15px !important;
    width: 42px !important;
    height: 45px !important;
    border-radius: 50%;
    border: none !important;
    background: transparent !important;
    color: #2f2f2f !important;
    font-size: 3em !important;
    line-height: 1;
    cursor: pointer;
}


#mw-service-modal h2, #mw-work-modal h2 {
	font-size: 3em;
	margin-top: 30px;
	}
.mw-work-role {

    font-size: 1.25em;
    line-height: 1.25em;

}

.mw-work-overview {

    font-size: 1.15em;
     line-height: 1.35em;

}
.mw-work-live-link {
    display: inline-block;

    font-size: 1.25em;
    text-decoration: none;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}








/* End Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-device-width : 480px) {
/* Styles */

/* End Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */



/* End Styles */
}


 
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {



/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */





}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {





/* Styles */
}







/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
/* Styles */


}

