@import url("https://use.typekit.net/uiy7hjx.css?v-2");

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

    .navbar-nav {
        margin-left: 20px!important;
    }

    .what-we-offer, .what-we-offer .fa-solid {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .services-anchor { 
        font-size: 10px;
        margin-bottom: 5px;
    }

}

html, body {
    height: 100%;
    margin: 0px;
    font-family: "seitu-variable", sans-serif;
    font-variation-settings: "wght" 400;
    background: none;
    background-color: #000000;
}

.signature {
    font-family: "palomino-script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:28px;
}

.logo {
    max-width:500px;
}

p {
    font-size: 20px !important;
}

a {
    color: #8e14ff;
}


a:hover, a:visited {
    color: #000000;
}


a.active {
    color:#fff600!important;
    text-decoration: none;
}

.top-heading {
    margin-top: 75px;
}

.small-h1 {
    font-size: 1.5em;
}

.highlight {
    color: yellow!important;
}

.img-tile {
    max-width: 400px;
    box-shadow: 3px 5px 10px rgba(1, 1, 1, 1);
}

.work-tile {
    box-shadow: 3px 5px 10px rgba(1, 1, 1, 1);
}

.testimonial-container {
  background-color: #ffffff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 1); 
  border-radius: 10px; 
  padding:20px;
}

.callout-container {
max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 2.5em;
  background-color: #000;
  color: #fff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 1);
  padding: 10px;
}

.callout-container-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 3em;
  background-color: #000;
  color: #fff;
  padding: 10px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 1);
}

.callout-container-2 h1, .callout-container h1 {
    margin-bottom:0;
}

.callout-container-2 h2, .callout-container h2 {
    color:#ffffff!important;
    margin-bottom:0;
    text-shadow: none!important;
}

.package-price {
    font-size: 1.8em;
    text-shadow: none;
    color:yellow;
}

.web-design-package ul {
    list-style: none;
    padding-left: 0;
}

.web-design-package {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  background-color: #000;
  color: #fff;
  padding: 15px 15px 20px 15px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 1);
}

.navbar {
    color: #ffffff;
    background-color: #000000;
    border-bottom: 5px solid #ffffff;
}

.navbar-toggler-icon {
    background-color: #ffffff;
}

.navbar a {
    color:#ffffff;
    font-size: 25px;
}

.navbar a:hover {
    color:#a646ff!important;
}

.navbar-nav {
    margin-left: 3%;
}


#nav-right {
    margin-left: 33%;
}


footer {
    padding:20px;
    background-color:#232323;
    color: #ffffff;
    border-top: 5px solid #ffffff;
}

footer a {
    color:#ffffff;
}

footer a:hover {
    color:#1c1635;
}

.hide {
    display: none!important;
}

.btn-primary {
    background-color: #000000;
    border:none;
    color: #ffffff;
    font-size:24px;
}

.btn-primary:hover, .btn-primary:visited {
    background-color: #000000;
    color: #ffffff!important;
    border: none;
}

.btn-secondary {
    background-color: #8e14ff;!important;
    color:#ffffff!important;
    border:none;
    font-size:24px;
}

.btn-secondary:hover, .btn-secondary:visited {
    background-color: #8e14ff;!important;
    color:#ffffff!important;
    border:none;
}

.alert-success {
    background-color: #009707;
    color:#ffffff;
}

.alert-danger {
    background-color: #ce0000;
    color:#ffffff;
}

.highlight-text {
    color:yellow;
}

.top-heading-margin {
    margin-top:160px;
}

.icon-container {
    margin-top:20px;
    margin-bottom: 20px;
    font-size: 70px;
    color:#ffffff;
}

.call-now {
  background-color: #8e14ff;
  height: 45px;
  margin-top: 3px;
  padding-left:10px;
  color: #ffffff;
  text-decoration: none;
}

.call-now-nav {
    margin:auto;
}

#section-1 {
    background-color: #ccc;
    background: url(https://www.naplesdev.com/images/naples-florida-web-developer-hero-bg.jpg) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
    min-height: 800px;
    padding-bottom:20px;
}

#section-1 h2, #section-1 h1, #section-1 h4, #section-1 p{
    color: #fff;
    text-shadow: 2px 2px #000;
}

#section-1 a {
    color: #fff;
}

#section-2 {
    background-color: #6500cc;
    padding-top:30px;
    padding-bottom:30px;
}

#section-2 p {
    color:#ffffff;
    text-shadow: 2px 2px #000;
}

#section-2 h2 {
    color:#fff000;
}

#section-3 {
    background-color: #ffffff;
    background: url(https://www.naplesdev.com/images/naples-florida-web-developer-beach-hero-bg.jpg) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
    min-height: 800px;
}

#section-4 {
    background-color: #ffffff;
    background: url(https://www.naplesdev.com/images/naples-florida-web-developer-canal-hero-bg.jpg) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
    margin-top: 55px;
    min-height: 800px;
}

#section-4 h3 {
    text-shadow: 1px 1px #fff;
    color: #000
}

#section-3 h2 {
    text-shadow: 1px 1px #fff;
    color: #000;
    font-size: 30px;
}

.discount-container {
    margin: auto;
    background-color: #fff600;
    max-width: 700px;
}

.what-we-offer {
    color:#ffffff;
    font-size:1.3em;
}

.what-we-offer .fa-solid {
    font-size: 3em;
    margin-bottom: 10px;
}

.services-rendered-container {
    background-color: #000;
    padding: 20px;
    border-radius:10px;
/*    min-height: 377px;*/
}

.services-rendered-container h2 {
    color:#ffffff!important;
    text-shadow:none!important;
}

.services-offered {
    color:#fff;
    font-size:1em;   
}

.services-offered .fa-solid, .services-offered .fa-brands {
    font-size: 2em;
    margin-bottom: 10px;
}

.services-container {
    color:#ffffff;
}

.story-container {
    background-color: #000;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #fff;
}

.services-anchor {
    cursor: pointer;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.1); 
}

.active-anchor {
    color: #fff600;
}

#custom-web-development, #website-redesign, #ecommerce-websites, #responsive-websites, #free-web-hosting {
    display: none;
}
