@font-face {font-family:font1; src:url("font1.woff");}
:root {
  --main-bg-color: #055943;
}

.to-top{padding: 5px 12px 5px 12px; display: none;
    position: fixed;
    bottom: 10%;
    right: 4%;
    border-radius: 5px;
    background-color: var(--main-bg-color);
    font-size: 25px;
    color: #fff;
    cursor: pointer;}

html{font-family: 'Roboto', sans-serif; background-color: #DCDCDC;}


#topSection{
	width: 100%; height: 850px;  background-repeat: no-repeat; 
	background-image: url('../img/cano.jpeg'); background-size:cover; background-position: left center;  background-attachment: scroll;
	transition: background 10s linear 1s;
	-webkit-transition: background 10s linear 1s;
	-moz-transition: background 10s linear 1s;
	-o-transition: background 10s linear 1s;

}

#header{
	width: 100%; color:white; font-size: 40px; font-weight:bold; text-align: center; background: var(--main-bg-color); height: 90px; 

	text-shadow: 1px 1px #1AEEFF; 
}

#hamburger{color:white; font-size: 27px; position:absolute; right:25px; top: 24px; cursor:pointer;  }

#logo{ margin-top: 20px; cursor:pointer; border-radius:20px;}

#logo2, #logo3{display: none; cursor:pointer; border-radius:20px;}


#trust{color:white; font-size:45px; font-weight:bold; text-shadow: 1px 1px black; text-align: center;
 margin-top: 80px; width:100%; position: absolute;}

 #free{ font-size:21px; text-align: center; color:white; margin-top:330px;  text-shadow: 1px 1px darkblue;
  }

 #chevronDown{margin-top: 7px; display: inline-block; font-size:32px; webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 850px) {

  #trust{font-size: 33px;}

}

@media screen and (max-width: 600px) {
  #logo{ float:left; margin-left: 20px;
  }

  #trust{font-size: 30px;  margin-top: 65px;}
  

}

@media screen and (max-width: 520px) {
  #logo{display: none;}
  #logo2{ display: inline-block; float:left; margin-top: 25px; margin-left: 25px;}

  #trust{font-size: 27px;}
  #free{font-size: 20px;}

}

@media screen and (max-width: 420px) {
  #logo2{ margin-left: 15px;}
  #hamburger{right: 15px;}

}


@media screen and (max-width: 410px) {
  #logo2{ display: none;}
  #logo3{display: inline-block; float:left; margin-top: 30px; margin-left: 30px;}

}

@media screen and (max-width: 336px) {
  #logo3{margin-left: 10px;}

}


#middle{background: #DCDCDC;  font-family: font1, Arial, Helvetica, sans-serif;}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double var(--main-bg-color);
    color: var(--main-bg-color);
    text-align: center;
}
hr.style-eight:after {
    content: "Services";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 2.5em;
    padding: 0 0.25em;
    background: #DCDCDC;
    font-weight:bold;
}

hr.style-eight2 {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double var(--main-bg-color);
    color: var(--main-bg-color);
    text-align: center;
}

hr.style-eight2:after {
    content: "Contact";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 2.9em;
    padding: 0 0.25em;
    background: #DCDCDC;
    font-weight:bold;
}
#bullets{color:black; font-weight:bold; font-size:26px; text-align: center; 
 
}


#bullets li{padding-bottom: 60px; display: inline-block; margin-right: 30px; margin-left: 30px; overflow: hidden; 
  background: url('../img/m.png') no-repeat left top; background-size: 50px; padding-left: 53px;}

  /*  mobile menu */

  .sidenav1 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: var(--main-bg-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav1 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 23px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav1 a:hover, .offcanvas a:focus{
  color:#3eb4c1;
}

.sidenav1 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#contact{color: black; font-size: 25px; font-weight: bold;}

#ourWork, #contact{text-align:center;  padding-bottom: 250px;}

#ourWork h1{background: var(--main-bg-color); color:white; font-size: 40px; font-weight:bold; text-shadow: 1px 1px black;
padding-bottom: 20px; padding-top: 10px;}

#ourWork span{border-bottom: 4px solid white; padding-bottom: 2px;}


 #footer{color: white; text-align: center; font-weight:bold; background: var(--main-bg-color); padding-bottom: 10px; padding-top: 10px;
  text-shadow: none; font-family: font1, Arial, Helvetica, sans-serif; font-size: 15px;}

  #social{font-size: 33px; cursor: pointer; font-weight: normal;}

  #social a{color: #26a69a; }
  
  #businessHours span{display:block;
	  font-weight:bold;
	  font-size: 18px;
	  text-align:center;
  }
  
  #manta{color:white; background: #26a69a;; padding-right: 4px; padding-left: 4px; border-radius: 3px; display: inline-block; height:30px; line-height: 25px; }
  
  /* modal CSS */
  
  /* Style the Image Used to Trigger the Modal */
.myImg {margin: 5px 5px 5px 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100% !important; /* Full height */
  max-height: 100% !important;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 42%;
  max-width: 700px;
 
}


/* Add Animation - Zoom in the Modal */
.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}












