@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
  


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

}


body{
  font-family: "Roboto",sans-serif;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background-color:#f4f4f4;
    max-width: 1200;
    margin: auto;
}


a {
  color: #2a2e2d;
}


mark {
    background-color:#bfc9ca ;
}

h1{

  text-align:center;
  color:#546d94;
  font-family:verdana;
}

h3{
  text-align:center;
  color:#546d94;
  font-family:verdana;
}

ul{
  margin:0;
  padding:0;
}

hr{
  border-style: none;
  border-top-style: dotted;
  border-color: #e8491d;
  border-width: 5px;
  width: 5%;
  margin-left: auto;
  margin-right: auto;
}

.red-color {
       color:red;
}

.emphasis {
  color: #ffffff;
  font-weight:bold;
}

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

.button_1 {
  height: 38px;
  background: #e8491d;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
 color: #ffffff;
}

.highlight{
	font-size: 30px;
	color: #abbbbf;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Cherry Swash', cursive;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(-100%);
  }  
}


/*newsletter*/

#newsletter{
  padding: 0px;
  color: #ffffff;
  background: #ffffff;
  text-align: center;
}

#newsletter h1 {
  float: left;
}

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

#newsletter input[type='Email']{
  padding: 4px;
  height: 5px;
  width:250px;
}

/*boxes*/
#boxes {
  margin: 20px;
}

#boxes .box{
  text-align: center;
  width: 30%;
  float: left;
  padding: 10px;
}

#boxes .box img {
  width: 90px;
  height: 90px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/* Sidebar */

aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
  padding-right: 20px;
}

/*main-col*/
article#main-col{
  float: left;
  width: 65%;
  padding-left: 20px;

}

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

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

footer {
  padding: 5px;
  margin-top: 10px;
  color: #ffffff;
  border-top:#e8491d 3px solid;
  background:url('../img/footer-image2.png') no-repeat 0 ;
  background-color: #2a2e2d;
  text-align: center;
}

@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
    header #branding{font-size: 20px;

      header a{
        color:#ffffff;
        text-decoration:none;
        text-transform: uppercase;
        font-size:12px;
      }

    }
}

@media (max-width: 760px) {

header #branding{ font-size: 20px; }

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:10px;
}

      header #branding,
      header nav,
      header nav li
      #newsletter h1,
      #newsletter form,
      #boxes .box,
      article#main-col,
      aside#sidebar
      {
        float: none;
        text-align: center;
        width: 100%;
      }

      header {
        padding: 0px;
      }

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

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

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

      }

} /* @media max-width  760 */
