@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&display=swap');

html {
  scroll-behavior: smooth;
/*  overflow-x: hidden;
  height: 100%;*/ 
}


h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Montserrat', sans-serif;

}

h2{
	line-height: 48px;
}

h5{
	line-height: 32px;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
}

p{
    font-weight: 300;
    color: #000;
    letter-spacing: .5px;
}

img{
	width: 100%;
}

a{
	color: #333 !important;
}

ul,li{
  list-style: none !important;
}

input{
	width: 100% !important;
}
label{
	width: 100%;
}

#contact_form input{
	background: none !important;
}

#contact_form label {
    font-size: 16px;
    color: #555555;
    font-family: inherit;
    margin-top: 20px;
}

input, textarea {
    background: #fff !important;
    border-radius: 3px;
    height: 40px;
    font-size: 17px;
    color: #333;
    width: 100%;
	border: 1px solid #aeaeae !important;
	padding: 0px 10px;
}

textarea{
	height: 60px !important;
	padding: 5px 10px !important;
}


.fa-trash-alt, .fa-recycle, .fa-dollar-sign, .fa-bezier-curve{
	color: #fff;
	top: 17px;
    position: relative;
}

.fa-map-marker-alt, .fa-phone, .fa-envelope{
	font-size: 28px;
	text-align: center;
	margin-top: 13px;
	color: #8dc63f;
}

#contact_form .message{
	width: 100% !important;
}

.contact-details--container{
	padding: 29px 30px 15px 50px;
	box-shadow: 3px 3px 23px 2px #eee;
	border-radius: 5px;
	margin-top: 20px;
	background-color: #fff;
}

.icon-container{
	text-align: center;
    margin-top: -55px;
    margin-bottom: 20px;
    font-size: 34px;
    background:#8dc63f;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.btn-green {
    background-color: #8dc63f !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold !important;
    border-bottom: 5px solid #228786 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 5px;
    padding: 7px 20px;
    margin: 0px auto;
    display: block;
}

.process-overlay{
	height: 100%;
	position: absolute;
	background: hsla(0,0%,0%,.5);
	width: 100%;
	top: 0px;
}

.exclusive-process{
	background-size: cover;
	min-height: 300px;
	position: relative;
	background-image: url('https://www.inkthemesdemo.com/wptheme/scrap-metal-sales-wordpress-theme/wp-content/uploads/sites/710/2016/10/Slider-3.jpg');
}

.exclusive-process h3{
	color: #fff;
}

.overlay-bg {
  height: 100%;
  position: absolute;
  background: hsla(0,0%,0%,.5);
  width: 100%;
  top: 0px;
}

ul#footer_nav{
	margin-left: 0px !important;
}


.card-inner{
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0px 3px 13px #eee;
	min-height: 320px;
}

.hero-section {
	background-image: url(https://picsum.photos/900);
	padding-top: 50px;
	padding-bottom: 40px;
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff !important;
	position: relative;
	z-index: -100;
}

.hero-section h1{
	color: #fff;
}

.hero-section p{
  font-weight: bold;
}

.hero-section a{
	margin-top: 30px;
	color: #fff !important;
}
.card{
	box-shadow: 3px 0px 20px #eee;
	border-radius: 5px;
	border: 0px;
	/*min-height: 790px;*/
}

.card-btn {
	z-index: 10;
	position: relative;
	margin: 0px auto;
	background: #8dc63f;
	max-width: 120px;
	border-radius: 5px;
	margin-top: -20px;
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
	display: block;
	border: none;
}

.color-green{
	color:#8dc63f;
}

.card--outline{
    padding: 20px 50px 10px 50px;
    border-radius: 5px;
}

footer{
	margin-top: 0px !important;
	background: #fff !important;
	color:#333 !important;
	padding: 30px 30px 10px 30px !important;
}

.features-bg-color{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}


#logo {
    background: url(../images/REMYN-logo.png) no-repeat;
    width: 160px;
    background-position: center;
    height: 75px;
    background-size: contain;
}




/*Navigation*/
.navigation {
  height: 80px;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #fff;
  color: #ffffff;
  text-decoration: none !important;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  /*background: #2581DC;*/
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background:#fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #8dc63f;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  #logo{
  	margin-left: 20px;
  }		
  .nav-mobile {
    display: block;
  }
  .navigation {
    height: 70px;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
    margin-top: 10px;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}