body {
    scroll-behavior: smooth;

}
@font-face {
    font-family: LeagueGothic;
    src: url(./fonts/league-gothic.regular.ttf);
  }

h1, h2, h3, h4 {
    font-family: LeagueGothic, sans-serif;

}
h5, h6, p, form{
    font-family: Arial, Helvetica, sans-serif;
}

.megafont { 
    font-size: 11vw;
  }
  @media screen and (max-width: 768px) {
    .megafont {
       font-size: 80px;
    }
  }

  @media screen and (min-width: 1920px) {
    .megafont {
       font-size: 120px;
    }
  }
/* bgs */
.bg-onyx {
    background-color: #373d43;
}
.bg-charleston {
    background-color: #25292d;
}
.bg-orange {
    background-color: #dda448;
}
.bg-teal {
    background-color: #488286;
}
.bg-grey {
    background-color: #cccccc;
}

/* fonts */
.onyx {
    color: #373d43;
}


.charleston {
    color: #25292d;
}
a.charleston {
    transition: 0.3s;
}

a.charleston:hover {
    color: #dda448 !important; 

}
.border-charleston {
    border-color: #25292d !important;
}


.orange {
    color: #dda448 !important;
}
.border-orange {
    border-color: #dda448 !important;

}
a.orange {
    transition: 0.3s;

}

a.orange:hover{
color: #cccccc !important; 

}

.teal {
    color: #488286;
}
.border-teal {
    border-color: #488286 !important ;
}


.grey {
    color: #cccccc !important;
}
a.grey {
    transition: 0.3s;
    text-decoration: none !important;

}
a.grey:hover, a.grey:active{
color: #dda448 !important; 
text-decoration: none !important;
}



/* landing */
#landing { 
     min-height: 100vh;  

    width: 100%;
    background-color: #25292d; 
    background:  rgba(0, 0, 0, .2) url(./img/bg-dark.jpg);
    background-blend-mode: darken;
    background-size: cover; 
}
#landcaro {
height: 100%;

}
.carolander {
    width: 80px !important;
    height: 8px !important;
    margin: 0;
}
button.active {
    background-color: #dda448 !important;

}
/* about */
#about {
   
    width: 100%; 
}
#icons {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* hosting */
#hosting {
    min-height: 672px;
    width: 100%;
    background:  rgba(0, 0, 0, .5)  url(./img/serverroom.jpg);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    
}
@media screen and (max-width: 768px) {
    #hosting {
        background-position:left;
    }
  }

#features {
    width: 100%;
}
#prices {

    width: 100%;
}

.btn-custom {
    border-color:azure;
    border-style:solid;
    background-color: #488286;
    color: azure; 

}
    .btn-custom:hover,
    .btn-custom:active,
    .btn-custom:focus,
    .btn-custom.active {
        background: #4f8d92;
        color: azure;
    }
.btn-custom-inverted {
    border-color: #488286;
    border-style: solid;
    background-color: none;
    color: #488286;
}

    .btn-custom-inverted:hover,
    .btn-custom:active,
    .btn-custom:focus,
    .btn-custom.active {
        background: #4f8d92;
        color: azure;
    }

#coffee {
    height: 280px;
    background-image: url('img/coffee3.jpg');
    background-attachment: fixed;
    background-size: 100% auto ;
    background-position: center; 
    overflow: hidden; 
}



/* previouswork */
#previouswork {
    width: 100%;
    

}

.pw-parent {
    position: relative;
    height: 300px;

    overflow: hidden;
    transition: all .3s ease-in-out;
}
.pw-inner {
    position: absolute;

    z-index: 1;

    width: 100%;
    height: 300px;

    background-color: red;
}
.pw-ontop {
    position: absolute;
    z-index: 2;

    background: rgba(0, 0, 0, 0.8);

    width: 100%;
    height: 300px;   
    transition: all .3s ease-in-out;
}

.pw-parent:hover .pw-ontop {
    opacity: 0;
    transform: scale(1.1);

}
.pw-parent:hover  {
   
    transform: scale(1.05);

}



/* contact */
#contact {
    min-height: 50vh;
}
.form-control:focus {
    
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(72, 130, 134, 1); 
    border-color: #488286;
  }

/* footer */
#footer {
    min-height: 400px; 
    width: 100%;
}


#topButton {
    display: none;
    position: fixed; 
    bottom: 0px; 
    right: 30px;
    transform: translate(-50%, -50%);  
    z-index: 99; 
    border: none;
    outline: none; 
    text-shadow: 0px 0px 2px #25292d ;
    cursor: pointer;
}

    #topButton:hover {
        color: #dda448; /* Add a dark-grey background on hover */
    }

#downArrow {
    position: fixed; 
    bottom: 10px; 
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 99; 
    border: none; 
    outline: none; 
    cursor: pointer;
    /* text-shadow: 1px 1px 4px grey; */
}



    /* FADE in elements  */
    
    .hideme
    {
        position:relative;
        opacity:0;
        top: 100px;        
    }

    /* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */
.scale-up-center{animation:scale-up-center 0.4s; } @keyframes scale-up-center{ 0%{transform:scale(.5)} 100%{transform:scale(1)} }
.tracking-in-expand{animation:tracking-in-expand 0.7s linear both} @keyframes tracking-in-expand{0%{letter-spacing:-.2em;opacity:0}40%{opacity:.6}100%{opacity:1}}
.tracking-in-contract{animation:tracking-in-contract .4s linear both} @keyframes tracking-in-contract{0%{letter-spacing:.6em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}

      /* FADE in elements END  */



















/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
