<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&amp;display=swap');
:root {
    --offWhite: #f9f9f9;
    --sky: #1fc4f4;
	--darkSky: #1da4cc;
    --blue: #2b61ae;
    --orange: #f57e20;
    --yellow: #dabb0f;
    --grey: #5c5c5d;
}
body {
    background-color: #ffffff;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: var(--blue);
}
@media (min-width: 768px) {
    h1 {
        font-size: 3.25rem;
    }  
}
.orange {
    color: var(--orange);
}
h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--blue);
}
@media (min-width: 768px) {
    h2 {
        font-size: 1.975rem;
    }
}
h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--blue);
}
#headerWrapper {
    position: scroll;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 350;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    #headerWrapper {
        position: fixed;
        top: 0px;
    } 
}


 #mainNav a:link, #mainNav a:visited {
    color: var(--grey);
}
 #mainNav a:hover {
     color: var(--sky);
 }
 
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(43,97,174, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border:3px solid var(--blue);
  margin-left:auto;
  margin-right: auto;
} 
@media (min-width:768px) {
	.custom-toggler.navbar-toggler {
		margin-left:0;
	}
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


#header {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
#header .logo {
    text-align: center;
}

#header .theNav {
    margin-top:-15px;
}
@media (min-width:768px) {
	#header .theNav {
		padding-top:15px;
		margin-top:0;
	}
}
#header .phone {
    padding-top: 65px;
    font-size: 1.25rem;
    text-align: center;
	padding-top:75px;
}
@media (min-width:768px) {
	#header .phone {
		padding-top:5px;
	}
}
@media (min-width:768px) and (max-width:1399px) {
	#header .phone {
		text-align:right;
		padding-right:40px;
	}
}
#header .phone a:link, #header .phone a:visited {
    color: var(--orange);
    text-decoration: none;
    font-weight: 700;
    margin-top: -70px;
	/*  margin-bottom:-35px; */
    display: block;
}
@media (min-width: 768px) {
    #header .phone a:link, #header .phone a:visited {
        color: var(--orange);
        text-decoration: none;
        font-weight: 700;
        margin-top: 0px;
		margin-bottom: 0px;
    }
}

#header .phone a:hover {
    color:var(--sky);
}

#header button.client-support {
    background-color: var(--sky);
    margin-top:5px;
	margin-bottom:25px;
    border-radius: 5px;
	border:none;
	padding:1px 10px;
    -webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
@media (min-width:768px) {
	#header button.client-support {
		margin-bottom:0px;
	}
}
#header button.client-support:hover {
    background-color: var(--blue);
}
#header .phone button a:link, #header .phone button a:visited, #header .phone button a:hover {
	color:#ffffff;
	margin-top:0;
}


#hero {
    position:relative;
	background-image: url(../images/backHero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    overflow:hidden;
}
#hero .overlay {
    background-color: rgba(25, 25, 25, .35);
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    #hero .overlay {
        padding-top: 90px;
        padding-bottom: 90px;
    } 
}
#hero #textBox {
    position: absolute;
    left: 5%;
    top: 175px;
}
@media (min-width: 768px) {
    #hero #textBox {
        left: 30%;
        top: 275px;
    }  
}
#hero p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
	padding-right:5px;
}
@media (min-width:360px) {
	#hero p {
		font-size: 2.5rem;
	}
}
@media (min-width: 768px) {
    #hero p {
        font-size: 4rem;
    }
}
#animatedSquares {
    position: relative;
    margin-left: 0px;
    background-image: url(../images/squares.png);
    background-repeat: no-repeat;
    top: 180px;
    width: 475px;
}
@media (min-width: 768px) {
    #animatedSquares {
        margin-left: 35px;
        top: 180px;
    }
}

#cta {
    padding: 0px;
    text-align: left;
    
}

#cta a:link, #cta a:visited {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: block;
    text-decoration: none;
    background-color: var(--orange);
    -webkit-transition: background .75s ease;
-moz-transition: background .75s ease;
-ms-transition: background .75s ease;
-o-transition: background .75s ease;
transition: background .75s ease;
}
#cta a:hover {
    background-color: var(--sky);
}
@media (min-width: 768px) {
    #cta a:link, #cta a:visited {
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 75px;
    }  
}
#cta a:link span:nth-child(1), #cta a:visited span:nth-child(1) {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: .925rem;
    letter-spacing: 0px;
    display: block;
}
@media (min-width: 576px) {
    #cta a:link span:nth-child(1), #cta a:visited span:nth-child(1) {
        font-size: 1.3rem;
    }
}
@media (min-width: 768px) {
    #cta a:link span:nth-child(1), #cta a:visited span:nth-child(1) {
        font-size: 1.35rem;
        letter-spacing: 3px;
    }
}
@media (min-width: 992px) {
    #cta a:link span:nth-child(1), #cta a:visited span:nth-child(1) {
        font-size: 1.65rem;
        letter-spacing: 3px;
    }
}

#cta a:link span:nth-child(2), #cta a:visited span:nth-child(2) {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .95rem;
    letter-spacing: 2px;
    color: #ffffff;
    -webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
margin-bottom: 15px;
margin-top: -5px;
display: block;
}
@media (min-width: 576px) {
    #cta a:link span:nth-child(2), #cta a:visited span:nth-child(2) {
        font-size: 1.45rem;
        letter-spacing: 2px;
    }
}
@media (min-width: 768px) {
    #cta a:link span:nth-child(2), #cta a:visited span:nth-child(2) {
        font-size: 1.90rem;
        letter-spacing: 1px;
        margin-top: -10px;
    }
}
@media (min-width: 992px) {
    #cta a:link span:nth-child(2), #cta a:visited span:nth-child(2) {
        font-size: 2.5rem;
        letter-spacing: 2px;
        margin-top: -15px;
    }
}
#cta a:hover span:nth-child(2) {
    color: #ffffff;
}
#cta .fa-arrow-alt-circle-right {
    font-size: 1.75rem;
    padding-top: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    #cta .fa-arrow-alt-circle-right {
        font-size: 3.25rem;
    }
}
#intro {
    background-color: var(--offWhite);
    background-image: url(../images/backgroundSquares.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
}
@media (min-width: 768px) {
    #intro {
        background-attachment: fixed;
    }
}
#intro .col-md-4 {
    padding-left: 50px;
}
#intro .col-md-8 {
padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 768px) {
    #intro .col-md-8 {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: right;
        } 
}
@media (min-width: 992px) {
    #intro .col-md-8 {
        padding-top: 75px;
        padding-bottom: 75px;
        text-align: right;
        } 
}
#introGraphic {
    position: initial;
    margin-top: -30px;
    margin-left: -50px;
}
@media (min-width: 768px) {
    #introGraphic {
        position: absolute;
        margin-top: -35px;
		padding-left:10px;
    }  
}
@media (min-width: 992px) {
    #introGraphic {
        position: absolute;
        margin-top: -35px;
    }  
}
@media (min-width: 1200px) {
    #introGraphic {
        position: absolute;
        margin-top: -75px;
    }  
}
@media (min-width: 1330) {
    #introGraphic {
        position: absolute;
        margin-top: -125px;
    }  
}
#intro p:nth-child(1) {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 90%;
}
@media (min-width: 768px) {
    #intro p:nth-child(1) {
        font-size: 2.25rem;
        line-height: 150%;
    } 
}
#intro p:nth-child(2) {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--blue);
    margin-top: -5px;
    line-height: 100%;
}
@media (min-width: 768px) {
    #intro p:nth-child(2) {
        font-size: 1.75rem;
        margin-top: -5px;
    } 
}
#intro p:nth-child(3) {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: .975rem;
    color:var(--grey);
}
@media (min-width: 768px) {
    #intro p:nth-child(3) {
        font-size: 1.5rem;
        font-weight: 400;
    } 
}
#intro a:link, #intro a:visited {
    color: var(--orange);
    text-decoration: none;
}

#content p, #content ul {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: .975rem;
    color:var(--grey);
}
@media (min-width: 768px) {
    #content p, #content ul {
        font-size: 1.25rem;
    } 
}
#content a:link.btn, #content a:visited.btn {
    background-color: var(--sky);
    color: var(--offWhite);
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-ms-transition: background .5s ease;
-o-transition: background .5s ease;
transition: background .5s ease;
}
#content a:hover.btn {
    background-color: var(--blue);
}
#content.index .col-md-5 {
    background-image: url(../images/coding.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}
@media (min-width: 768px) {
    #content.index .col-md-5 {
        height:inherit
    } 
}
#content.index .col-md-7 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url(../images/backgroundSquares.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
}
@media (min-width: 768px) {
    #content.index .col-md-7 {
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 75px;
        padding-bottom: 75px;
        background-attachment: fixed;
    }
}
#content.interior {
    padding-top: 75px;
    padding-bottom: 75px;
    
}

@media (max-width: 768px) {
    #content.interior ul {
        margin-bottom: 0px;
    }
}
#content.interior a:link, #content.interior a:visited {
    text-decoration: none;
    color: var(--darkSky);
}
#content.interior a:hover {
    color: var(--blue);
}
#featured {
    padding:0px;
    background-color: var(--offWhite);
    background-image: url(../images/backgroundSquares.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
   
}
@media (min-width: 768px) {
    #featured {
        background-attachment: fixed;
       
    } 
}
#featured .container {
padding-top: 50px;
padding-bottom: 50px;
}
#featured h2 {
    background-color: var(--blue);
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#featured p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: .975rem;
    color:var(--grey);
}
@media (min-width: 768px) {
    #featured p {
        font-size: 1.25rem;
    }
}
#featured .col-md-6:nth-child(2) {
    padding-top: 35px;
}
@media (min-width:768px) {
	#featured .col-md-6:nth-child(2) {
		padding-top: 0;
	}
}
	
#featured a:link.btn, #featured a:visited.btn {
    background-color: var(--sky);
    color: var(--offWhite);
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-ms-transition: background .5s ease;
-o-transition: background .5s ease;
transition: background .5s ease;
}
#featured a:hover.btn {
    background-color: var(--blue);
}
#wordpress {
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

#wordpress a:link, #wordpress a:visited {
    padding-top: 35px;
    padding-bottom: 35px;
    display: block;
    text-decoration: none;
    background-color: var(--orange);
    -webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-ms-transition: background .5s ease;
-o-transition: background .5s ease;
transition: background .5s ease;
}
@media (min-width: 768px) {
    #wordpress a:link, #wordpress a:visited {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
#wordpress a:hover {
    background-color: var(--sky);
}
#wordpress a:link span:nth-child(1), #wordpress a:visited span:nth-child(1) {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
line-height: 110%;
}
@media (min-width: 768px) {
    #wordpress a:link span:nth-child(1), #wordpress a:visited span:nth-child(1) {
        font-size: 1.75rem;
        letter-spacing: 2px;
    } 
}
#wordpress a:hover span:nth-child(1) {
    color: #ffffff;
}
#wordpress a:link span:nth-child(2), #wordpress a:visited span:nth-child(2) {
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 4px;
    color: #ffffff;
    -webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
}
@media (min-width: 768px) {
    #wordpress a:link span:nth-child(2), #wordpress a:visited span:nth-child(2) {
        font-size: 1.5rem;
    } 
}
#wordpress a:hover span:nth-child(2) {
    color: #ffffff;
}
#wordpress .fa-arrow-alt-circle-right {
    font-size: 2.75rem;
    padding-top: 20px;
    display: inline-block;
}

#wordpress .col-md-5 {
    background-image: url(../images/backWordpress.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 320px;
}
@media (min-width: 768px) {
    #wordpress .col-md-5 {
       height: inherit;
    } 
}
#testimonial {
    background-color: var(--blue);
    background-image: url(../images/backTestimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
}
#testimonial .overlay {
    padding: 35px;
    background-color: rgba(43, 97, 174, .75);
}
#testimonial span:before {
    content: '\2605\2605\2605\2605\2605';
    color: var(--yellow);
    font-size: 2rem;
}
#testimonial p:nth-child(2) {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 2rem;
    color: #ffffff;
    line-height: 110%;
}
#testimonial p:nth-child(3) {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #ffffff;
}
#videoFacebook {
    background-color: var(--offWhite);
    background-image: url(../images/backgroundSquares.png);
	background-size:contain;
    /*background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;*/
    overflow: hidden;
}
@media (min-width: 768px) {
    #videoFacebook {
        background-attachment: fixed;
    }
}
#videoFacebook .col-md-8 {
    padding-top: 50px;
}
@media (min-width: 768px) {
    #videoFacebook .col-md-8 {
        padding-top: 90px;
		padding-left:40px;
		padding-right:40px;
    }
}
@media (min-width: 1400px) {
    #videoFacebook .col-md-8 {
        padding-top: 150px;
    }
}
#videoFacebook .col-md-4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#videoFacebook a:link.btn, #videoFacebook a:visited.btn {
    background-color: var(--sky);
    color: var(--offWhite);
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-ms-transition: background .5s ease;
-o-transition: background .5s ease;
transition: background .5s ease;
}
#videoFacebook a:hover.btn {
    background-color: var(--blue);
}



#location .col-md-6:nth-child(1) {
    background-image: url(../images/buildingExterior.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    height: 320px;
}
@media (min-width: 768px) {
    #location .col-md-6:nth-child(1) {
        background-image: url(../images/buildingExterior.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0px;
        height: inherit;
    } 
}
#location .col-md-6:nth-child(2) {
   padding: 0px;
}
#footer {
    background-color: var(--blue);
    color: #ffffff;
    padding-top:15px;
    padding-bottom:15px;
    text-align: center;
}
#footer a:link, #footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: var(--sky)
}
#headerPic {
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    #headerPic {
        height: 375px;
        margin-top: 90px;
    } 
}
#headerPic.about {
    background-image: url(../images/headerAbout.jpg);
}
#headerPic.webDesign {
    background-image: url(../images/headerWebDesign.jpg);
}
#headerPic.tuneUp {
    background-image: url(../images/headerTuneUp.jpg);
}
#headerPic.update {
    background-image: url(../images/headerUpdateRequest.jpg);
}
#headerPic.optimization {
    background-image: url(../images/headerOptimization.jpg);
}
#headerPic.website101 {
    background-image: url(../images/headerOptimization.jpg);
}
#headerPic.payPerClick {
    background-image: url(../images/headerPayPerClick.jpg);
}
#headerPic.ai {
    background-image: url(../images/headerAI.jpg);
}
#headerPic.analytics {
    background-image: url(../images/headerAnalytics.jpg);
}
#headerPic.website101 {
    background-image: url(../images/headerWebsite101.jpg);
}
#headerPic.contact {
    background-image: url(../images/headerContact.jpg);
}
#headerPic.gallery {
    background-image: url(../images/headerGallery.jpg);
}
#headerPic.socialMediaMarketing {
    background-image: url(../images/headerSocialMediaMarketing.webp);
}
#headerPic.blogWritingService {
    background-image: url(../images/headerBlogWritingService.jpg);
}
img.blogWritingServiceDisplays {
	float:right;
	width:40%;
	height:auto;
}
	
#gallery {
    text-align: center;
}
#gallery {
	max-width:1500px;
	padding-top:25px;
}
@media (min-width:768px) {
	#gallery {
		padding-top:50px;
	}
}

#gallery .image-holder {
    margin-bottom: 2.0rem;
	padding-left:.5rem;
	padding-right:.5rem;
}
@media (min-width:576px) {
	#gallery .image-holder {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#gallery img {
    border: 2px solid var(--blue);
	margin-bottom:10px;
}

#content #gallery a:link,
#content #gallery a:visited {
	color: var(--sky);
}
#content #gallery a:hover {
	color: var(--blue);
}

/* city page only styling */
.orange {
    color: var(--orange);
}
#cityPagesIntro .col-md-4 {
    padding-top: 35px;
    
}
#cityPagesIntro .col-md-8 {
    padding-left: 75px;
    padding-top: 75px;
    
}
#cityPagesIntro p:nth-child(2) {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: .975rem;
    color:var(--grey);
}
@media (min-width: 768px) {
    #cityPagesIntro p:nth-child(2) {
        font-size: 1.5rem;
        font-weight: 400;
    } 
}
#cityPagesIntro #buttons {
    margin-top: 35px;
    margin-bottom: 20px;
}
#cityPagesIntro a:link.btn, #cityPagesIntro a:visited.btn {
    background-color: var(--sky);
    color: var(--offWhite);
    text-transform: uppercase;
    border-radius: 0px;
    width: 100%;
    -webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-ms-transition: background .5s ease;
-o-transition: background .5s ease;
transition: background .5s ease;
margin-bottom: 15px;
}
#cityPagesIntro a:hover.btn {
    background-color: var(--blue);
}

#sitemap ul li {
	list-style:none;
}

#content.interior #sitemap a:link, #content.interior #sitemap a:visited {
	color: var(--grey);
}
#socialMarketingGallery {
    text-align: center;
}
#socialMarketingGallery img {
    margin-bottom: 2rem;
	border:1px solid #bbbbbb;
}

/* For Advertising Modal */
.modal-dialog {
	background-color:#ffffff;

}
.modal-content {
	background-color:transparent;
}
.modal-header {
	border:none;
	background-image: none; /*url(../images/backModalChristmasTop.jpg);*/
	background-position:top;
	background-size:contain;
	background-repeat:no-repeat;
}
.modal-title {
	padding-top:50px;
	width:100%;
	/* this was okay for Christmas, not generally font-family: 'Nothing You Could Do', cursive;*/
	font-weight: bold;
    font-size: 2.5rem;
	color:#228b00;
	text-align:center;
}
@media (min-width:768px) {
	.modal-title {
		font-size:3rem;
	}
}
.modal-body {
	border:none;
}
.modal-body p {
	width:100%;
	font-family:Lato;
	font-size:1.7rem;
	font-weight: 700;
	color:#228b00;
	text-align:center;
}
@media (min-width:768px) {
	.modal-body p {
		font-size:2rem;
	}
}
.modal-body .btn {
	font-family:Lato;
	font-size:1.5rem;
	font-weight:700;
	color:#ffffff;
	background-color:#228b00;
	border-radius:15px;
}
.modal-footer {
	border:none;
	background-image:none; /*url(../images/backModalChristmasBase.jpg);*/
	background-position:bottom;
	background-size:contain;
}
/* End For Advertising Modal */</pre></body></html>