html {
  scroll-behavior: smooth;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #e5212b;
}

::selection {
  color: white;
  background: #e5212b;
}

body
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
}

h2

{
	font-size: 42px;
	padding: 40px 0px 40px 0px;
	color:#333;
}

h3{
	font-size: 25px;
	padding: 20px 0px 20px 0px;
	color:#333;
}

p

{
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.content-width

{
	max-width: 960px;
	margin: 0 auto;	
}
/* NAV */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #333;
  justify-content: space-between;
  z-index: 100;
}

.nav-brand {
  color: #393e46;
  margin-left: 0.9375rem;
  margin-right: auto;
}



ul.nav-menu {
  list-style: none;
  display: flex;
}

a.nav-menu-link {
  text-decoration: none;
  color: #fff;
  margin: 0 0.9375rem;
  padding: 0.9375rem;
}


/* SIDE-NAV */
.side-nav {
  position: fixed;
  top: 5rem;
  left: -15.6rem;
  height: 100%;
  width: 15.6rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0.9;
  overflow-x: hidden;
  background-color: #111;
  transition: 0.5s;
}

.side-nav-header {
  color: #fff;
}

ul.side-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

li.side-nav-item {
  position: relative;
  margin-bottom: 0.9375rem;
}

a.side-nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  cursor: pointer;
}

#active{
  text-decoration: underline;
  text-decoration-color: #e5212b;
	
}

/* HAMBUGER-ICON */
.hamburger-icon,
span.hamburger-line {
  display: none;
}

.hamburger-icon {
  width: 2.25rem;
  height: 1.625rem;
  margin-right: 0.9375rem;
  position: relative;
  cursor: pointer;
}

span.hamburger-line {
  background-color: #fafcf8;
  position: absolute;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.25rem;
}

.hamburger-icon span:nth-of-type(1) {
  top: 0;
}

.hamburger-icon span:nth-of-type(2) {
  top: 0.6875rem;
}

.hamburger-icon span:nth-of-type(3) {
  bottom: 0;
}

.hamburger-icon.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

.hamburger-icon.active span:nth-of-type(2) {
  display: none;
}

.hamburger-icon.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}



/* NAV */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #333;
  justify-content: space-between;
  z-index: 100;
}

.nav-brand {
  color: #393e46;
  margin-left: 0.9375rem;
  margin-right: auto;
}

a.nav-logo {
  text-decoration: none;
  color: #393e46;
  letter-spacing: 0.3rem;
}

ul.nav-menu {
  list-style: none;
  display: flex;
}

a.nav-menu-link {
  text-decoration: none;
  color: #fff;
  margin: 0 0.9375rem;
  padding: 0.9375rem;
	display: block;
}

/* SIDE-NAV */
.side-nav {
  position: fixed;
  top: 5rem;
  left: -15.6rem;
  height: 100%;
  width: 15.6rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0.9;
  overflow-x: hidden;
  background-color: #111;
  transition: 0.5s;
}

.side-nav-header {
  color: #fafcf8;
}

ul.side-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

li.side-nav-item {
  position: relative;
  margin-bottom: 0.9375rem;
}

a.side-nav-link {
  color: #fafcf8;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* HAMBUGER-ICON */
.hamburger-icon,
span.hamburger-line {
  display: none;
}

.hamburger-icon {
  width: 2.25rem;
  height: 1.625rem;
  margin-right: 0.9375rem;
  position: relative;
  cursor: pointer;
}

span.hamburger-line {
  background-color: #fafcf8;
  position: absolute;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.25rem;
}

.hamburger-icon span:nth-of-type(1) {
  top: 0;
}

.hamburger-icon span:nth-of-type(2) {
  top: 0.6875rem;
}

.hamburger-icon span:nth-of-type(3) {
  bottom: 0;
}

.hamburger-icon.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

.hamburger-icon.active span:nth-of-type(2) {
  display: none;
}

.hamburger-icon.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}


@media (max-width: 768px) {
  .side-nav {
    display: flex;
    left: -15.6rem;
  }

  ul.nav-menu {
    display: none;
  }

  .hamburger-icon,
  span.hamburger-line {
    display: inline-block;
    transition: all 0.4s;
  }
}


@media (max-width: 768px) {
  .side-nav {
    display: flex;
    left: -15.6rem;
  }

  ul.nav-menu {
    display: none;
  }

  .hamburger-icon,
  span.hamburger-line {
    display: inline-block;
    transition: all 0.4s;
  }
}


.nav-menu-item:hover {
  background-color: white;
}

.nav-menu-item:hover a {
  color: #e5212b;
}


#herobox

{
	background-image: url(../images/herobox.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	padding: 40px 0px;
	align-items: center;
 	justify-content: center;
	text-align: center;
	color: white;
}




h1

{
	font-size: 67px;
	padding: 50px 0px 10px;
	text-shadow: 2px 2px 4px #000000;


}

#herobox p

{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: white;
	text-shadow: 2px 2px 4px #000000;

}




#two-buttons
{
	display:flex;
	justify-content: center;
	padding: 40px 0px 0px 0px;
	font-size: 14px;
	
}

#two-buttons a

{
	text-decoration: none;
	color: white;
	display: block;
	border: 1px solid transparent;

}


.herobox-contact-button

{
	background-color: #e5212b;
	border-radius: 4px;
	color: white;
	margin: 10px;
	padding: 10px 30px;
}



#two-buttons a:hover{
	color: #e5212b;
	background-color: white;
	border: 1px solid #e5212b;
}



.herobox-see-gallery-button
{
	background-color: #838587;
	border: solid 1px white;
	border-radius: 4px;
	color: white;
	margin: 10px;
	padding: 10px 30px;
	
}



.arrow
{
	padding: 40px 0px 20px 0px;

}

.arrow a {
  display: inline-block;
  border-radius: 50%;

}



a:hover .left:after, a:hover .top:after, a:hover .bottom:after, a:hover .right:after {
  border-top: 0.5em solid #e5212b;
  border-right: 0.5em solid #e5212b;
}



.bottom:after {
  content: '';
	display: inline-block;
  margin-top: 0.6em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #fff;
  border-right: 0.5em solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  background-color: #fff;
  padding: 10px 0px 20px 0px;
  align-items: center;
  justify-content: center;
}

.grid-container i{
	color: #333;
	font-size: 167px;
}

.grid-container > div {
  background-color: #fff;
  text-align: center;
  padding: 30px;
	
}

.grid-container p
{
	padding: 0px 0px 40px 0px;
	text-align: justify;
	
}


.grid-container > div > a

{
	background-color: #e5212b;
	border-radius: 4px;
	color: white;
	margin: 10px;
	padding: 10px 30px;
	text-decoration: none;
	
}

.contact-us:hover{
	background-color: #fff;
	color: #e5212b;
	border: 1px solid #e5212b;
}


.right{
	text-align: right;
}



footer{
	background-color: #333;
	color: white;
}

footer a

{
	color: white;
}

footer div{
	
	padding: 
	20px 0px;
}

footer i{
	padding-left: 2%;
}

footer i:hover{
	color:#e5212b
}

.footer-right{
	float:right;
	width:50%;
	background-color: #333;
}

.footer-left{
	float:left;
	width:50%;
	background-color: #333;
}

@media  (max-width: 600px){
	
	.grid-container{
		display: block
	}
	
	.grid-container i{
		display: none;
		padding: 0;
	}
	
	.arrow{
		display:none;
	}
	
	@media  (max-width: 600px){
	
	h1 {
		font-size: 30px;
	}
	.logo{
		display: none;
	}	
	
	.fadein img{
		max-width: 80%;
	}
	
	.content-width{
		max-width: 90%;
	}
	
	.arrow{
		display: none;
	}

	
	.services-felx{
		flex-direction: column;
	}
	
	
	footer div{
		display: flex;
		flex-direction: row;
	} 
	
.footer-right{
display:block;
}

.footer-left{
display:block

}

.no{
	   display:none
	}

}

