html {
  scroll-behavior: smooth;
}

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

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

#active{
  text-decoration: underline;
  text-decoration-color: #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;
}

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;
}

/* 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;

}

.button{
	color: #fff;
	background: #e5212b;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 10px 40px;
	float: right;
	margin-top: 30px;
	text-decoration: none;

}

.button:hover{
	color: #e5212b;
	background: #fff;
	border: 1px solid #e5212b;
	border-radius: 4px;
	padding: 10px 40px;
	float: right;
	margin-top: 30px;
	text-decoration: none;

}

.button a:hover{
	text-decoration: none;
	color: #e5212b;

}

.button a{
	text-decoration: none;
	color: #fff;
}
.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);
}



.container {
  max-width: 800px;
  margin: 10px auto;
  padding: 10px 10px 10px 10px;;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;

}


.text-center {
  text-align: center;
  margin-bottom: 1em;
}

.lightbox-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lightbox-gallery div > img {
  max-width: 100%;
  display: block;
}

.lightbox-gallery div {
  margin: 10px;
  flex-basis: 180px;
}

@media only screen and (max-width: 480px) {
  .lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .lightbox > div {
    margin-bottom: 10px;
  }
}

/*Lighbox CSS*/

.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 30px;
  box-sizing: border-box;
}

.lightbox img {
  display: block;
  margin: auto;
}

.lightbox .caption {
  margin: 15px auto;
  width: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  color: #eee;
}



#videos a {
  display: block;
  width: 33%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

#videos a:hover {	
  opacity: 0.7;   
}

#videos a img { 
  width: 100%;
  height: auto;
}

#overlay { 
  background: rgba(0,0,0,0.8); 
  position:fixed; 
  top: 0; 
  right: 0; 
  left:0; 
  bottom: 0; 
  width: 100%; 
  height: 100%; 
  z-index: 99999; 
  display: none;
}

#overlay .modal {
  background: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 40px auto;
  max-width: 800px;
  min-height: 100px;
  position: relative;
  padding: 30px 20px 15px;
}




/* CSS for light box*/

#overlay .modal #close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

#overlay iframe {
    width: 100%;
    height: 300px;
}








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

footer a

{
	color: white;
}

footer i:hover{
	color:#e5212b
}

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

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

footer div{
	
	padding: 20px 0px;
}

footer i{
	padding-left: 2%;
}

@media only screen and (max-width: 600px) {
  
  #videos a {
  display: block;
  width: 100%;
}

	.arrow{
		display: none;
	}
	
	
	
	footer div{
		display: flex;
		flex-direction: row;
	} 
	
.footer-right{
display:block;
}

.footer-left{
display:block

}

}
