/* ---------------------------- */
/*  PAGE SETTINGS               */
/* ---------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color:#555;
    font-family: 'Lato','Arial',sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom:1}
.clearfix:after {
    content:".";
    clear: both;
    display:block;
    height: 0;
    visibility: hidden;
}

/* ---------------------------- */
/*  REUSABLE COMPONENTS         */
/* ---------------------------- */

.row {
    max-width: 1140px;
    margin: 0 auto;
}

.row-showcase {
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

h1,
h2,
h3 {
    font-weight: 900;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    color: #fff;
    font-size: 180%;
    word-spacing: 4px;
    line-height: 1.2;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin: 30px;
    letter-spacing: 1px;
}

h2:after {
    display:block;
    height: 2px;
    background-color: #ffc000;
    content:" ";
    width:100px;
    margin:0 auto;
    margin-top: 30px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

section {
    padding: 80px 20px;
}

.box {
    padding: 1%;
}

.icon {
    color: #ffc000;
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}


/* ---------------------------- */
/*  PARAGRAPH                   */
/* ---------------------------- */

p {
    line-height: 145%;
    margin-bottom: 15px;
}

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left:15%;
    margin-bottom: 30px;
    text-align: center;
}



ul{   
    list-style: none;
    margin-bottom: 30px;
}

.body-ul{
    padding: 0 0 0 15px;
    font-size: 100%;
}

.body-ul li{
    padding:0.4%;
}

.body-ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #FFC000; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 90%;
}

/* ---------------------------- */
/*  BUTTONS                     */
/* ---------------------------- */

.btn:link,
.btn:visited {
    display: inline-block;
    margin: 15px 0;
    padding: 10px 30px;
    color: black;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #ffc000;
    border-radius: 200px;
    background-color: #ffc000;
}

.btn:hover,
.btn:active {
    border: 1px solid #eab025;
    background-color: #eab025;
}

/* ---------------------------- */
/*  NAVIGATION                  */
/* ---------------------------- */

.logo {
    margin: 10px 10px;
    height: 50px;
    width: auto;
    float: left;
}

nav {
    position: fixed;
    width: 100%;
    height: 70px;
    text-align: right;
    background-color: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    z-index: 30;
}

#hamburger{
    padding: 25px 0;
    height: 70px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    display: none;
    float: right;
    cursor: grab;
}

#hamburgerIcon{
    width: 20px;
    height: 20px;
    color:#555;
}

#dropMenu{
    position: absolute;
    top: 70px;
    width: 100%;
    background-color: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    display: none;
}

.menuAcross a {
    clear:right;
    text-decoration: none;
    color:#555;
    margin: 0 20px;
    line-height: 70px;
    background-color: white;
}

.menuDown a {
    display:block;
    clear:right;
    text-decoration: none;
    text-align: center;
    color:#555;
    line-height: 70px;
    background-color: white;
}



/* ---------------------------- */
/*  HEADER                      */
/* ---------------------------- */


#background {
    background-image: url(../images/bullseye-main.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

.hero-text-box {
    position: relative;
    width:95%;
    padding: 20% 5%;
}

/* ---------------------------- */
/*  ABOUT US                    */
/* ---------------------------- */

.about-us {
    background-color: #fff;
}

/* ---------------------------- */
/*  SHOWCASE                    */
/* ---------------------------- */

.section-showcase {
    padding: 0;
}

.showcase {
    margin: 0;
    list-style: none;
    width: 100%;
}

.showcase li {
    display: block;
    float: left;
    width: 25%;
}

.showcase-pic {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.showcase-pic img {
    opacity: 0.7;
    width: 100%; 
    height: auto;
    transform:scale(1.17);
    transition: transform 0.5s, opacity 0.5s;
}

.showcase-pic img:hover {
    opacity: 1;
    transform:scale(1.05);
}

/* ---------------------------- */
/*  SERVICES                   */
/* ---------------------------- */

.services {
    padding 80px 0;
    background-color: #fff;
}

.vehicles{
    width: 100%;
}

/* ---------------------------- */
/*  DRILLING                   */
/* ---------------------------- */

.drilling-top {
    padding: 0;
    margin: 0;
    background-color: #000;
    background-image: url(../images/soil.jpg);
    background-size: cover;
    background-repeat: repeat-y;
}

.drilling {
    padding-top: 0;
    font-weight: 100;
    color: #fff;
    background-color: #000;
    background-image: url(../images/soil.jpg);
    background-size: cover;
    background-repeat: repeat-y;
}

.grass {
    height: 116px;
    background-image: url(../images/grass.png);
    background-repeat: repeat-x;
}

.drilling-diagram-container{
    text-align: center;
    margin-bottom: 60px;
}

.drilling-diagram {
    width: 70%;
}

.drilling-long-copy {
    margin-bottom: 40px;
}

.end-drilling {
    padding-bottom: 80px;
}


/* ---------------------------- */
/*  CLIENTS                      */
/* ---------------------------- */

.section-clients {
    background-color: #fff;
}

.clients{
    text-align: center;
}


/* ---------------------------- */
/*  FOOTER                      */
/* ---------------------------- */

.footer {
    color: #fff;
    background-color: #7E7E7E;
}



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

@media only screen and (max-width: 1023px){
    
    .hero-text-box {
        font-size: 80%;
    }
    
}

@media only screen and (max-width: 991px){
    
    .hero-text-box {
        font-size: 80%;
    }
    
}

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

    .menuAcross{
        display: none;
    }
    #hamburger{
        display: block;
    }
    .hero-text-box {
        font-size: 40%;
    }
    
}

@media only screen and (max-width: 480px){
    
    .menuAcross{
        display: none;
    }
    #hamburger{
        display: block;
    }
    .hero-text-box {
        padding: 110px 5%;
        font-size: 30%;  
    }
    .btn-full {
        font-size: 190%; 
    }
}


