body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  -ms-overflow-style: none;
  position: relative;
  min-height: 100vh;
}

.content {
  padding-bottom: 2.5rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}


/* Global */
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.button1 {
  height: 38px;
  background: #e8491d;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.dark {
  padding: 15px;
  background: #35424a;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Header */
header {
  background: #35424a;
  color: #fff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #e8491d 3px solid;
  position: fixed;
  top: 0;
  width: 100%;
}

header nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

header a {
  text-decoration: none;
  text-transform: uppercase;
}

header li {
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding {
  float: left;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 10px;
}

header .highlight, header .current a {
  color: #e8491d;
  font-weight: bold;
}

header .white {
  color: #fff;
}

header a:hover {
  color: #ccc;
  font-weight: bold;
}

/* Showcase */
#showcase {
  min-height: 400px;
  background:URL('../img/bg4.jpg');
  text-align: center;
  color: #fff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% 90%;
  height: 60vh;
}

#showcase h1 {
  margin-top:  10%;
  font-size: 55px;
  margin-bottom:  10px;
}

#showcase p {
  font-size: 20px;
}

/* show case interactive */



/* Newsletter */
#newsletter {
  padding: 15px 25% 15px 25%;
  color: #fff;
  background: #35424a;

}

#newsletter h1 {
  float: left;
}

#newsletter form {
  float: right;
  margin-top:  15px;
}

#newsletter input[type="email"] {
  padding: 4px;
  height: 25px;
  width: 250px;
}

/* openCards */
#openCards {
  padding: 15px 25% 15px 25%;
  color: #fff;
  background: #35424a;

}

#openCards h2 {
  text-align: center;
  text-transform: uppercase;
}



/* Cards */
#cards {
  margin-top:  20px;
  justify-content: space-between;
  display: none;
}

#cards .card {
  float: left;
  text-align: center;
  margin: 1%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  transition: 0.3s;
  /* padding: 15px; */
  width: 21%;
  padding: 1%;
}

#cards .card img {
  width: 90px;
}

#cards .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

/* feature */

#feature_wrapper {
    display: none;
}

#feature {
  margin: 1%;
  padding: 15px 50px 15px 100px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  background-image: url('../img/bg3.jpg');
  background-size: cover;
  background-position: 0% 80%;
  height: 250px
}

#feature h2 {
  color: white;
}

#feature p {
  color: white;
}

/* Sidebar */
aside#sidebar {
  float: right;
  width: 30%;
  margin-top: 10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea {
  width: 90%;
  padding: 5px;
}

/* Main-col */
article#main-col {
  float: left;
  width: 65%;
}

/* Services */
ul#services li {
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 1px;
  background: #e6e6e6;
}

footer {
  padding: 20px;
  margin-top: 180px;
  color: #fff;
  background-color: #e8491d;
  text-align: center;
  height: 2.5rem;
  width: 100%;

}



/* Media Queries */

@media(max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #cards .card,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
  }

  #cards .card {
    float: none;
    text-align: center;
    width: 85%;
  }

  header{
    padding-bottom: 20px;
  }

  #showcase h1{
    margin-top: 90px;
  }

  #newsletter button, .quote button {
    display: block;
    width: 100%;
  }

  #newsletter form input[type="Email"], .quote input, .quote textarea {
    width: 100%;
    margin-bottom: 5px;
  }


}
