/*  ======================================  */
/*     							        	*/
/* 	      www.dingleprinting.ie          	*/
/*	 Copyright 2024. All rights reserved.   */
/*  ======================================  */

/* ------------------------------ */
/*           standard             */
/* ------------------------------ */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}
	
img {
	border: none;
	}

h1, h2, h3, h4, h5, h6, ul, ol, p {
    font-style: normal;
    font-weight: normal;
	margin: 10px;
	}
	
table{
	border-collapse:collapse;
	}

li {
	list-style-type: none;
	}

.skip {
	display: none;
	}

.bold {
    font-weight: bold;
	}
	
.italic {
    font-style: italic;
	}

.capitalize  {
	text-transform:capitalize;
}

.uppercase {
text-transform:uppercase;
}

.lowercase {
text-transform:lowercase;
}

.center {
	text-align: center;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}
	
.justify {
	text-align: justify;
	}
	
.float-right {
	float: right;
	}

.float-left {
	float: left;
	}

.clear-both {
	clear: both;
	}

.clear-left {
	clear: left;
	}
	
.clear-right {
	clear: right;
	}
	
 @media screen, projection, print {
	.skip, .accessibility {
		display: none;
		}
	}
	  

/* ------------------------------ */
/*            Design          */
/* ------------------------------ */

@font-face {
	font-family: 'Aller';
	src: local('Aller'), url('../fonts/Aller.ttf');
	}
	
@font-face {
	font-family: 'KabelBd';
	src: local('KabelBd'), url('../fonts/kabelbn.ttf');
	}

html, body {
	margin: 0px;
	font-family: 'Aller',Arial,Verdana,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	scroll-behavior: smooth;
	}
	
	
		
#captcha {
	display: none;
	}
	
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:  rgba(0,157,186, 0.8);
	z-index: 2;
	cursor: pointer;
	}
	
	#text_container {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		}
	
		.text {
			font-size: 20px;
			color: #FFFFFF;
			user-select: none;
			text-align: center;
			}

#mobile_logo {
	height: 35px;
	margin: 10px 0;
	}
	
	#mobile_logo h2 {
		text-transform: uppercase;
		font-family: 'KabelBd',Arial,Verdana,sans-serif;
		font-weight: normal;
		width: 100%;
		}
			
	.mobile_menu {
		overflow: hidden;
		}

	.mobile_menu a {
		float: left;
		display: block;
		color: black;
		text-align: center;
		padding: 14px 10px;
		text-decoration: none;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		}

	.mobile_menu a:hover {
	  color: #B04C88;
	}

	a.active {
	  color: #780c64;
	}

	.mobile_menu .icon {
	  display: none;
	} 
	
		@media screen and (max-width: 600px) {
		  .mobile_menu a:not(:first-child) {display: none;}
		  .mobile_menu a.icon {
			float: right;
			display: block;
		  }
		}

		/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
		@media screen and (max-width: 600px) {
		  .mobile_menu.responsive {position: relative;}
		  .mobile_menu.responsive a.icon {
			position: absolute;
			right: 0;
			top: 0;
		  }
		  .mobile_menu.responsive a {
			float: none;
			display: block;
			text-align: left;
		  }
		} 
	

	#menu, #contact_info {
		margin: 5px 0;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
		#contact_info i {
			color: #780c64;
			margin: 0 5px;
			}
			
		#contact_info a:hover {
			  color: #B04C88;
			}
	
#header_main {
	height: 510px;
	padding: 0 0 15px 0!important;
	}
	
	@media only screen and (min-width:1120px) {
	#header_main {
		height: auto;
		}
	}
		
	#name {
		display: block;
		margin: 0;
		line-height: 1.2;
		background-position: top center;
		background-repeat: repeat-x;
		background-image: url('../images/name_bg.png');
		}
		
		#name h1 {
			margin: -2px 0 0 0;
			text-transform: uppercase;
			font-family: 'KabelBd',Arial,Verdana,sans-serif;
			font-weight: normal;
			font-size: 30px;
			padding: 2px 6px 20px 6px;
			}
		
	#logo {
		height: 60%;
		margin: 25px 0;
		line-height: 1;
		text-align: center;
		background-position: top center;
		background-repeat: no-repeat;
		background-image: url('../images/logo.png');
		background-size: contain;
		}
				
		@media only screen and (min-width:1120px) {
		#logo {
			height: 350px;
			}
		}
		
	#contact_button a {
		width: 290px;
		text-transform: uppercase;
		font-size: 34px;
		display: inline-block;
		border: 3px solid #FFFFFF;
		}
		
		#contact_button a:hover {
			background-color: #ffeb3b;
			border: 3px solid #400554;
			color: #400554;
			}
			
#need_a_print {
	border-top: 3px solid #ffeb3b;
	}

#services {
	margin-top: 20px;
	color: #780c64;
	}
	
	.services {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 120px auto;
		padding-top: 140px;		
		}
	
		#services1 {
				background-image: url('../images/services1.png');
				}
	
		#services2 {
				background-image: url('../images/services2.png');
				}
	
		#services3 {
				background-image: url('../images/services3.png');
				}	
				
		#services4 {
				background-image: url('../images/services4.png');
				background-size: 140px auto;
				}
				
	#services ul {
		padding: 0;
		display: block;
		}
				
		#services li {
			display: block;
			width: 80%;
			text-align: center;
			padding: 10px 0;
			font-size: 20px;
			font-weight: bold;
			border-bottom: 2px solid #780c64;
			margin: auto;
			}
			
			#services li:last-child {
				border-bottom: none;
				margin-bottom: 15px;
				}
		
#contact {
	margin-top: 15px;
	}
	
	#contact_form_container, #contact_text {
		margin: 25px 0;
		padding: 0 25px;
		}
		
			
		@media only screen and (min-width:1120px) {
			#contact_form_container {
				text-align: left;
				}
			}
	
	#map_container {
		margin: 25px 0;
		padding: 0 25px;
		}
			
		#map {
			width:100%;
			height:250px;
			border: 2px solid #780c64;
			border-radius:10px;
			background: url(../images/map_bg.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			}
			
					@media only screen and (min-width:1120px) {
			#map {
				width:90%;
				}
			}
		
#footer {
	padding-bottom: 15px;
	}
	
	#footer h4 {
		margin: 16px 0 0 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.2;
		}
		
	#footer p {
		margin: 0;
		font-size: 11px;
		}		
		
#back-to-top {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 25px; /* Place the button at the bottom of the page */
	right: 0;
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	background-image:url('../images/to_top.png');
	background-position: center left; 
	background-repeat:no-repeat;
	width: 90px;
	height: 36px;
	background-size: contain;
	opacity: .8;
	}

	#back-to-top:hover {
		opacity: 1;
		}		

/* ------------------------------ */
/*              Tags              */
/* ------------------------------ */

h1, h2 {
	color: #780c64;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
	}
	
h3 {
	color: #780c64;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
	}
	
	
hr {
	border-top: 2px solid #780c64;
	margin: 0;
	}
	
label {
	display: block;
	}
	
input, textarea {
	width: 95%;
	padding: 5px 10px;
	border-radius:4px;
	border: 2px solid #FFFFFF;
	color: #adadad;
	margin-bottom: 15px;
	}
	
	textarea {
		height: 100px;
		}
			
	input[type="submit"] {
		color: #780c64;
		background-color: #FFFFFF;
		cursor: pointer;
		border: none;
		width: 80%;
		}
		
		input[type="submit"]:hover {
			color: #FFFFFF;
			background-color:#780c64;
			}
			
	.captcha img {
		margin: 0 5px 15px 0;
		}
	
	@media only screen and (min-width:1120px) {	
		input {
			width: 80%;
			}
			
			input[name="name"]{
				width: 90%;
				}
			
		textarea {
			width: 90%;
			height: 100px;
			}
			
		input[type="submit"] {
			width: 25%;
			}
		}

/* ------------------------------ */
/*     Tags W3.css overrides      */
/* ------------------------------ */

.w3-container {
	padding: 0.01em!important;
	}

.w3-content {
	max-width: 1120px;
	}

.w3-bar {
	width: auto!important;
	}
	
.w3-button:hover {
	color: #B04C88!important;
	background: none!important;
	}

/* ------------------------------ */
/*            classes             */
/* ------------------------------ */

.blue_background {
	background-color: #780c64;
	background-image: radial-gradient(#780c64, #530E6B);
	}
	
.dark_blue_background {
	background-color: #400554;
	}
	
.blue {
	color: #780c64;
	}
	
.white {
	color: #FFFFFF;
	}
	
	.white_hr {
		border-top: 2px solid #ffeb3b;
		}
		
.yellow {
	color: #ffeb3b;
	}
		
.grey {
	color: #AFB0B4;
	}
	
.purple {
	color: #B04C88;
	}
	
.line-height1 {
	line-height: 1;
	}
	
@media only screen and (max-width:1119px) {
	.small100 {
		width: 100%;
		display: block;
		}
	}