.myBoxes {

padding: 0px 10px 10px 20px;

padding: 0px 10px 10px 10px;

background: rgb(255,255,255);

/* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 75%, rgba(247,247,247,1) 100%); /* FF3.6+ */;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(253,253,253,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */;

    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */;

    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */;

    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* IE10+ */;

    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* W3C */;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */;

    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

border: 1px #CDCDCD solid;

border-radius: 5px;

}

 



#nav {

  width: 975px;

  float: left;

  margin: 16px 0 13px 0;

  padding: 0;

  list-style: none;

  background-color: #666666;

  border-bottom: 1px solid #666666;

  border-top: 1px solid #666666; }

#nav li {

  float: left; }

#nav li a {

  display: block;

  padding: 8px 19px;

  text-decoration: none;

  font-weight: bold;

  font-size:12px;

  color: #ffffff;

  border-right: 1px solid #666666; }

#nav li a:hover {

  color: #ffffff;

  background-color: #333333; }

/* End primary navigation bar styling. */



  #nav1 {

  width: 975px;

  float: left;

  margin: 0 0 3em 0;
  margin: 0 0 1em 0;

  padding: 0;

  list-style: none;

  background-color: #f2f2f2;

  border-bottom: 1px solid #ffffff;

  border-top: 1px solid #ffffff; }

#nav1 li {

  float: left; }

#nav1 li a {

  display: block;

  padding: 8px 15px;

  text-decoration: none;

  font-weight: bold;

  font-size:70%;

  color: #000000;

  border-right: 1px solid #ffffff; }

#nav1 li a:hover {

  color: #c00;

  background-color: #ffffff; }

/* End secondary navigation bar styling. */

   

.myBoxesWhiteBackground {

padding: 10px;

width:450px;

height:200px;

background: rgb(255,255,255);



    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

border: 1px #CDCDCD solid;

border-radius: 5px;

}





.myBoxesGrayBackground {

padding: 10px;

width:450px;

height:200px;

background: #f8f8f8;



    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

border: 1px #CDCDCD solid;

border-radius: 5px;

}



#nav1 {

      border-bottom: 1px solid #f2f2f2;

      border-top: 1px solid #f2f2f2; }


   #nav1 li a {

      border-right: 1px solid #f2f2f2; }


a:link{color:blue;}

a:visited{color:blue;}

a:hover{color:red;}

a:active{color:red;}



BODY{font-family: "Arial"; background-color: #f2f2f2; margin: 0px ;padding: 0px; text-align: center; min-width: 1046px;}



p{margin-top: 20px; margin-left: 100px; margin-right: 100px; text-align: left; font-size: 120%; line-height: 1.50;}

blockquote{margin-top: 20px; margin-left: 150px; margin-right: 150px; text-align: left; font-size: 100%; line-height: 1.5;}


h4{margin-top: 20px; margin-bottom:0px; margin-left: 50px; margin-right: 50px; text-align: left; font-size: 120%; line-height: 1.50;}




#centerwrapper{text-align:left;width:975px;margin-left:auto;margin-right:auto;}





@media screen and (max-width: 1000px){

        body, #nav, #nav1, #content,iframe,#centerwrapper,.myBoxesGrayBackground,.myBoxesWhiteBackground{

          max-width: 100%;

          width: 100% !important;

          min-width: 100% !important;

        }

        *{

          margin-right: 0 !important;

          margin-left: 0 !important;

        }

        p{

          margin-right: 0 !important;

          margin-left: 0 !important;

          width: 100%;

          display: block;

          float: none;

        }

   

        img{

          width: 100%;

          height: auto;

        }

        #nav1 li a{

      

          display: block;

          padding-left: 0;

          padding-right: 0;

          text-align: center;

        }

        ul, ol, li{

          /*display: inline;*/

        }

 

        #nav li{

          text-align: center;

        }

        *{

          /*border: 1px solid;*/

          float: none !important;

          margin-left: 0 !important;

          margin-right: 0 !important;

          padding-left: 0 !important;

          padding-right: 0 !important;

        }

        .myBoxesGrayBackground, #content{

          margin-top: 10px !important;

          height: auto !important;

        }

        #centerwrapper{

          width: 90% !important;

          min-width: 90% !important;

          margin-left: 3% !important;

        }

        .myBoxesGrayBackground, .myBoxesWhiteBackground{

          padding: 0 2% !important;

          height: auto !important;

        }

 

        #nav{

          margin-left: 3% !important;

        }

        /* update */

        .myBoxes{

          width: 94% !important;

          min-width: 90% !important;

          margin-left: 3% !important;

          height: auto !important;

          padding: 0 2% !important;

          margin-top: 10px !important;

        }

        .myBoxes:after{

          content: "";

          display: block;

          clear: both;

        }

        img{

          border: 0;

          

        }

        li {

            list-style-position: inside;

        }





        p{

          margin-bottom: 10px !important;

          margin-top: 10px !important;

        }

        /*eo update*/



  #nav li, #nav1 li{

			    margin-bottom: 10px;

			    margin-top: 10px;

			  }

			  #nav li a, #nav1 li a{

			    font-size: 14px;

			  }

  #centerwrapper{

    margin: auto !important;

  }

  #nav{

    margin-left: 0 !important;

  }



  .myBoxesGrayBackground, .myBoxesWhiteBackground, .myBoxes{

    box-sizing: border-box;

    padding: 10px 15px 15px !important;

    

  }

  .myBoxes{

    width: 100% !important;

    margin-left: 0 !important;

  }

  #content li{

    list-style-position: outside;

    margin-left: 25px !important;

  }



  ._guarantee{

    width: 175px !important;

    margin: 0 auto !important;

    display: block;

  }

  .smaller_title{

    font-size: 30px !important;

  }
  
    .smaller_title_h2{

    font-size: 25px !important;

  }

  .smaller_title+div{

    margin-top: 40px !important;

  }
  
  
  
  @media screen and (max-width: 1000px){

        .myBoxesVideoBackground{

          max-width: 100%;

          width: 100% !important;

          min-width: 100% !important;

        }
        
    
    .stpatrick{
         max-width: 50% !important;
            display: block;
            margin: 0 auto !important;
        }
  
   .stdallan{
         max-width: 40% !important;
            display: block;
            margin: 0 auto !important;
        }    
  
    .myBoxesWhiteBackground{

    margin-top: 0px !important;

  }

/* .example-image {
    width: 200px !important;
    height: 133px !important;
}*/

.popupimages {
    width: 65% !important;
    height: 65% !important;
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
}

  .popupimages a{
    display: none;
  }
  .popupimages a:first-child{
    display: block;
  }
  @media screen and (max-width: 1000px){
    video{
      max-width: 100%;
    }
    .lb-container .lb-nav{
      display: flex;
      height: 50px;
      top: 102%;
      justify-content: space-between;
    }
    .lb-container .lb-nav .lb-prev, .lb-container .lb-nav .lb-next{
      flex-basis: 30%;
      width: 30%;
      display: block !important;
      opacity: 1 !important;
    }
    .lb-outerContainer{
      width: 100% !important;
    }
    .lb-loader .lb-cancel{
      display: inline-block;
    }
    .lb-closeContainer .lb-close{
      display: inline-block;
      margin-top: 20px;
    }
    .lb-data .lb-details{
      width: 100%;
    }
    .lb-data .lb-number{
      text-align: center;
      margin-top: 25px;
    }
    .lb-dataContainer{
      width: 100% !important;
    }
  }

 a.button3{
display:inline-block;
padding: .9em 1.2em 1.1em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size:120%;
color:#FFFFFF;
background-color:#ff0000;
text-align:center;
transition: all 0.2s;
}
a.button3:hover{background-color:blue;
}
@media all and (max-width:30em){
a.button3{
display:block;
margin:0.2em auto;
margin-bottom:50px;
}
}

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
    cursor: pointer;
}

            @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');
            .luminous{
                background-image: url('/images/Irish-Countryside-Background-for-Animated-Text-800x451.jpg');
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                min-height: 500px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .luminous.animate div{
                background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                font-size: 1px; 
                white-space: nowrap;
                font-family: "EB Garamond", serif;
                
            }
            .luminous.animate div{
                -webkit-animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
                animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
                font-size: 5vw !important; 
            }
            @media screen and (min-width: 1980px){
                .luminous.animate div{
                    font-size: 3vw !important;
                }
            }
            @media screen and (max-width: 1000px){
                .luminous{
                    min-height: 350px;
                }
                .luminous div{
                    font-size: 1px;
                }
                .luminous.animate div{
                    font-size: 5.5vw !important;
                }
            }
            @media screen and (max-width: 600px){
                .luminous{
                    min-height: 250px;
                }
                .luminous div{
                    font-size: 1px;
                }
                .luminous.animate div{
                    font-size: 4.5vw !important;
                }
            }
            @media screen and (max-width: 420px){
                .luminous{
                    min-height: 25vh;
                }
                .luminous div{
                    font-size: 1px;
                }
                .luminous.animate div{
                    font-size: 4.5vw !important;
                }
            }
            @-webkit-keyframes reveal {
                  80% {
                    letter-spacing: 8px;
                  }
                  100% {
                    background-size: 300% 300%;
                  }
                }
                @keyframes reveal {
                  80% {
                    letter-spacing: 8px;
                  }
                  100% {
                    background-size: 300% 300%;
                  }
                }
                @-webkit-keyframes glow {
                  40% {
                    text-shadow: 0 0 8px #fff;
                  }
                }
                @keyframes glow {
                  40% {
                    text-shadow: 0 0 8px #fff;
                  }
                }
        

            
            .sparkle-container {
                --transition: 0.25s;
            	--spark: 1.8s;
            	--active: 0;
            	background: hsl(
            		260
            		calc(var(--active) * 97%)
            		6%
            	);
            	min-height: 400px;
            	display: grid;
            	place-items: center;
            
            	transition: background var(--transition);
            	overflow: hidden;
            }
            
            .sparkle-button a {
            	--cut: 0.1em;
            	--active: 0;
            	--bg:
            		radial-gradient(
            			40% 50% at center 100%,
            			hsl(270 calc(var(--active) * 97%) 72% / var(--active)),
            			transparent
            		),
            		radial-gradient(
            			80% 100% at center 120%,
            			hsl(260 calc(var(--active) * 97%) 70% / var(--active)),
            			transparent
            		),
            		hsl(260 calc(var(--active) * 97%) calc((var(--active) * 44%) + 12%));
            	background: var(--bg);
            	font-size: 2rem;
            	font-weight: 500;
            	border: 0;
            	cursor: pointer;
            	padding: 0.9em 1.3em;
            	display: flex;
            	align-items: center;
            	text-decoration: none;
            	gap: 0.25em;
            	white-space: nowrap;
            	border-radius: 100px;
            	z-index: 2;
            	position: relative;
            	box-shadow:
            		0 0 calc(var(--active) * 3em) calc(var(--active) * 1.5em) hsl(260 97% 61% / 0.75),
            		0 0.05em 0 0 hsl(260 calc(var(--active) * 97%) calc((var(--active) * 50%) + 30%)) inset,
            		0 -0.05em 0 0 hsl(260 calc(var(--active) * 97%) calc(var(--active) * 60%)) inset;
            	transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
            	scale: calc(1 + (var(--active) * 0.1));
            }
            
            .sparkle-button a:active {
              scale: 1;
            }
            
            .sparkle-button svg {
            	overflow: visible !important;
            }
            
            .sparkle-button .sparkle path {
            	color: hsl(0 0% calc((var(--active, 0) * 70%) + var(--base)));
            	transform-box: fill-box;
            	transform-origin: center;
            	fill: currentColor;
            	stroke: currentColor;
            	animation-delay: calc((var(--transition) * 1.5) + (var(--delay) * 1s));
            	animation-duration: 0.6s;
            	transition: color var(--transition);
            }
            
            .sparkle-button a:is(:hover, :focus-visible) path {
            	animation-name: bounce;
            }
            
            @keyframes bounce {
            	35%, 65% {
            		scale: var(--scale);
            	}
            }
            .sparkle-button .sparkle path:nth-of-type(1) {
            	--scale: 0.5;
            	--delay: 0.1;
            	--base: 40%;
            }
            
            .sparkle-button .sparkle path:nth-of-type(2) {
            	--scale: 1.5;
            	--delay: 0.2;
            	--base: 20%;
            }
            
            .sparkle-button .sparkle path:nth-of-type(3) {
            	--scale: 2.5;
            	--delay: 0.35;
            	--base: 30%;
            }
            
            .sparkle-button a:before {
            	content: "";
            	position: absolute;
            	inset: -0.25em;
            	z-index: -1;
            	border: 0.25em solid hsl(260 97% 50% / 0.5);
            	border-radius: 100px;
            	opacity: var(--active, 0);
            	transition: opacity var(--transition);
            }
            
            .sparkle-button .spark {
            	position: absolute;
            	inset: 0;
            	border-radius: 100px;
            	rotate: 0deg;
            	overflow: hidden;
            	-webkit-mask: linear-gradient(white, transparent 50%);
            	mask: linear-gradient(white, transparent 50%);
            	-webkit-animation: flip calc(var(--spark) * 2) infinite steps(2, end);
            	animation: flip calc(var(--spark) * 2) infinite steps(2, end);
            }
            
            @keyframes flip {
            	to {
            		rotate: 360deg;
            	}
            }
            
            .sparkle-button .spark:before {
            	content: "";
            	position: absolute;
            	width: 200%;
            	aspect-ratio: 1;
            	top: 0%;
            	left: 50%;
            	z-index: -1;
            	translate: -50% -15%;
            	rotate: 0;
            	transform: rotate(-90deg);
            	opacity: calc((var(--active)) + 0.4);
            	background: conic-gradient(
            		from 0deg,
            		transparent 0 340deg,
            		white 360deg
            	);
            	transition: opacity var(--transition);
            	animation: rotate var(--spark) linear infinite both;
            }
            
            .sparkle-button .spark:after {
            	content: "";
            	position: absolute;
            	inset: var(--cut);
            	border-radius: 100px;
            }
            
            .sparkle-button .backdrop {
            	position: absolute;
            	inset: var(--cut);
            	background: var(--bg);
            	border-radius: 100px;
            	transition: background var(--transition);
            }
            
            @keyframes rotate {
            	to {
            		transform: rotate(90deg);
            	}
            }
            
            
            
            
            
            .sparkle-button a:is(:hover, :focus-visible) ~ :is(.bodydrop, .particle-pen) {
            	--active: 1;
            	--play-state: runnin;
            }
            
            .sparkle-container{
                position: relative;
            }
            
            .sparkle-button .bodydrop {
            	background: hsl(
            		260
            		calc(var(--active) * 97%)
            		6%
            	);
            	position: absolute;
            	left: 0;
            	top: 0;
            	right: 0;
            	bottom: 0;
            	z-index:0;
            	/*inset: 0;*/
            	/*z-index: -1*/
            }
            
            
            
            .sparkle-button a:is(:hover, :focus-visible) {
            	--active: 1;
            	--play-state: running;
            }
            
            
            .sparkle-button .sparkle-button {
            	position: relative;
            }
            
            .sparkle-button .particle-pen {
            	position: absolute;
            	/*width: 200%;*/
            	aspect-ratio: 1;
            	top: 50%;
            	left: 50%;
            	translate: -50% -50%;
            	-webkit-mask: radial-gradient(white, transparent 65%);
            	z-index: 1;
            	opacity: var(--active, 0);
            	transition: opacity var(--transition);
            	width: 100%;
            	height: 100%;
            }
            
            .sparkle-button .particle {
            	fill: white;
            	width: calc(var(--size, 0.25) * 1rem);
            	aspect-ratio: 1;
            	position: absolute;
            	top: calc(var(--y) * 1%);
            	left: calc(var(--x) * 1%);
            	opacity: var(--alpha, 1);
            	animation: float-out calc(var(--duration, 1) * 1s) calc(var(--delay) * -1s) infinite linear;
            	transform-origin: var(--origin-x, 1000%) var(--origin-y, 1000%);
            	z-index: -1;
            	animation-play-state: var(--play-state, paused);
            }
            
            .sparkle-button .particle path {
            	fill: hsl(0 0% 90%);
            	stroke: none;
            }
            
            .sparkle-button .particle:nth-of-type(even) {
            	animation-direction: reverse;
            }
            
            @keyframes float-out {
            	to {
            		rotate: 360deg;
            	}
            }
            
            .sparkle-button .text {
            	translate: 2% -6%;
            	letter-spacing: 0.01ch;
            	background: linear-gradient(90deg, hsl(0 0% calc((var(--active) * 100%) + 65%)), hsl(0 0% calc((var(--active) * 100%) + 26%)));
            	-webkit-background-clip: text;
            	color: red ;
            	transition: background var(--transition);
            }
            
            .sparkle-button a svg {
            	inline-size: 1.25em;
            	translate: -25% -5%;
            }
            @media screen and (max-width: 1000px){
                .sparkle-container{
                    min-height: 300px;
                }
                .sparkle-button a {
                	width: 350px;
                    height: 58px;
                    font-size: 19px;
                    justify-content: center;
                }
            }
            @media screen and (max-width: 550px){
                .sparkle-container{
                    min-height: 200px;
                }
                .sparkle-button a {
                	width: 250px;
                    height: 28px;
                    font-size: 12px;
                    justify-content: center;
                }
            }
        
