#top{
    width: 100%;
    height: 70vh;
    background-image: url('/media/pages.jpg');
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #236d5e;
}

#top header{
    font-size: 60px;
    color: white;
}


/* SERVICES */


div#categories{
  padding: 50px 0px;
  width: 100%;
  height: auto;
  background-size: cover;
}

/*
.gradient {
/*border: 1px solid blue;
background-image: linear-gradient(to bottom,
  transparent 50%,
  white 21px,
  white 2px,
  transparent 52%
  );
}

.gradient p {
background: transparent;
padding: 5px 100px;
font-size: 30px;
font-weight: normal;
color: white;
text-align: left;
}*/


.gradientHdr{
  cursor: default;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0px;
}

.gradientHdr header{
  width: 30%;
  text-align: center;
  color: white;
  font-size: 30px;
}

.gradientHdr div{
  width: 70%;
  height: 2px;
  background-color: white;
}


div.cat{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  width: 90%;
  min-height: 30vh;
}



div.inCatRight{
  z-index: 9;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}




div.offer{
  background-color: rgba(255, 255, 255,0.1);
  border: 3px solid #37312e;
  margin:5px 5px;
  padding: 50px 0px;
width: 50%;
text-align: center;
z-index: 9;
cursor: pointer;
transition: 0.3s;
border-radius: 5px;
color: white;
}

div.offer:hover{
  background-color: #37312e;
  color: #236d5e;
}

div.offer h3{
margin-top: 20px;
font-size: 20px;

}



div.offer img{
width: 80px;
}

  
  /* CTA */
  
  
  
  #toContactForm{
    height: 60vh;
    border-top: 5px solid #236d5e;
    background-image: url('/media/cta.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
  }
  
  .container {
    width: 60%;
    margin: auto;
  }
  #toContactForm header {
    font-size: 50px;
    color: white;
    padding: 25px 0px;
  }
  .button {
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 0px 24px;
    height: 44px;
    line-height: 44px;
    transition: all 0.25s;
    vertical-align: top;
    margin-right: 10px;
  }
  .button:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .button-readmore {
    display: inline-block;
    background-color:rgba(255, 255, 255, 0.3);
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.3);
    height: 44px;
    width: 44px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.35s;
  }
  .button-readmore:hover {
    width: 159px;
    border: 1px solid #fff;
    color: #fff;
  }
  .button-readmore span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 37px;
    width: 159px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    transition: left 0.25s;
  }
  .button-readmore:hover span {
    left: 0;
  }
  .button-readmore:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"...";
    display: block;
    height: 44px;
    width: 44px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    transition: left 0.35s;
  }
  .button-readmore:hover:before {
    left: -37px;
  }
  
  
  /* FOOTER */
  
  #footer{
    background-color: black;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
  }
  
  
  #copyright{
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  
  #copyright p{
    margin-left: 10% !important;
    color: white;
  }
  
  #social{
    width: 50%;
    height: 100%;
    display: flex;
  
  }
  
  #social a{
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    color: white;
    transition: 0.2s;
  }
  
  #social a:hover{
    opacity: 0.7;
  }
  
  #reg{
    background-color: #236d5e;
  }
  
  #pol{
    background-color: #37312e;
  }
  
  #rodo{
    background-color: #236d5e;
  
  }
  
  
  
  
  #madeBy{
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    background-color: white;
  }
  
  #madeBy header{
    font-size: 18px;
    font-weight: bold;
    color: black;
    cursor: default;
  }
  
  #madeBy header a{
    text-decoration: none;
    color: #4d5be4;
    border-bottom: 2px solid white;
  }
  