@charset "UTF-8";

main{
    font-family: 'Quicksand', sans-serif;
}
.card-title{
    font-family: 'arial', sans-serif;

}

#about h5{
    font-family: 'arial', sans-serif;
    
}

#jobs h5 {
    font-family: 'arial', sans-serif;

}
.nav-link {
   color: #ffffff  
}
.nav-link:hover {
   color: rgb(252, 235, 3)!important; 
}
#pageitems li
{
  font-size: 1.1rem;
  padding-right: 10px;
}

.fa-regular {
    letter-spacing: 3px;
}
@font-face {
    font-family: 'bolsterregular';
    src: url('../fonts/bolstr_0-webfont.woff2') format('woff2'),
         url('../fonts/bolstr_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#stat-line h4{
    font-family: 'bolsterregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
}
/* -------------------------------------------------------------------------- */
.card a {
    text-decoration:none;
    color: black;
}
.card a:hover {
    text-decoration:underline;
    color: blue;
}

/* -------------------------------------------------------------------------- */

.masthead {
    background-size: cover;
    min-height: 60vh;
position: relative;
color: white;
text-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

.masthead a {
    text-decoration: none;
    text-shadow: none;
}

#banner h1 {
    font-size: 3rem;
}
.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.0);
}

#itstime {

    margin-left: 18%;
}



/* -------------------------------------------------------------------------- */
@media (max-width: 768px) {

.masthead {
    min-height: 30vh;   
}
#itstime {

    margin-left: 8%;
}

#banner h1  {
    font-size: calc(1.0rem + 3.3vw);
}
#ordernow {
    font-size: calc(0.1rem + 3.3vw);
}

#footercontent {
    font-size: calc(0.4rem + 3.3vw);
    text-align: center;
}
#tag {
	height: auto;
	max-width: 270px;
}


}