<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Abtek Web Design
Theme URI: https://www.abtek.ca/
Description: WordPress customizations by Abtek
Author: Abtek Web Design
Author URI: https://www.abtek.ca/
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: abtek-child
*/

body.h4 {
	text-color: #eaa433;
}

header.page-header {
	background-color: #eaa433 !important;
	text-color: #ffffff !important;
}
#prefooter .gfield_label {
	display: none !important;
}
h2 {
  display: inline-block;
  position: relative;
}
h2:before{
    content: "";
    position: absolute;
    width: 110%;
    height: 1px;
    bottom: 0;
    left: -5%;
    border-bottom: 5px solid #f3982d;
}

/*Menu Navigation Bar */

.home .main-navigation:not(.navigation-clone) {
    background-color: transparent;
    position: absolute;
    width: 100%;
	top: 35px;

}

.main-navigation .feature {
	background-color: #222222;
	padding: 0 15px;
}

.main-navigation .menu &gt; li {
 	margin-right: 20px;
}

.main-navigation .current-menu-item a {
   background-image: url(./vw-palmyra-home-revised2.png);
background-position: left;
background-repeat: no-repeat;

}

@-webkit-keyframes flicker
{
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.5;}
25% {opacity:1;}
}

.main-navigation .menu &gt; .menu-item &gt; a:hover{
    display: inline-block;
    background-image: url(./vw-palmyra-home-revised2.png);
background-position: left;
background-repeat: no-repeat;

 -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
-webkit-animation: flicker 2s;
animation-iteration-count: 1;
}

#particles-js {
position:absolute;
top:0;
width:100%;
height:100%;
left:0;
}
</pre></body></html>