@font-face {
    font-family: 'AbrilFatface';
    src: url('../fonts/AbrilFatface-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MetropolisLight';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'),
         url('../fonts/Metropolis-Light.woff') format('woff');
}
@font-face {
    font-family: 'MetropolisBold';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
         url('../fonts/Metropolis-Bold.woff') format('woff');
}
@font-face {
    font-family: 'MetropolisMedium';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
         url('../fonts/Metropolis-Medium.woff') format('woff');
}
html {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    margin: 0;
    text-align: left;
    font-family: 'MetropolisLight';
	line-height: 1.5;
	color: #333333;`
	overflow-x: hidden;
}
@media (max-width: 500px){ 
  body { 
    font-size: 12px;
  }
}
@media (min-width: 501px){ 
  body { 
    font-size: 14px;
  }
}
p {
    margin-top: 3em ;
    margin-bottom: 3em ;
} 
h1 {
    font-family: 'AbrilFatface';
	font-weight: lighter;
    color: darkseagreen;
	display: inline;
    line-height: 130%;
}
h2 {
    font-family: 'AbrilFatface';
	font-weight: lighter;
	display: inline;
	margin-bottom: 0;
}
 @media (max-width: 500px){ 
  h1 { 
    font-size: 30px;
  }
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 501px){ 
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
}
h4 {
    font-family: 'MetropolisBold';
	font-weight: lighter;
	display: inline;
	padding-top: 0;
}
a:link {
    text-decoration: none;
    color: #333333;
}
a:visited {
    text-decoration: none;
    color: #333333;
} 
a:hover {
    color: darkgrey;
}
a:active {
    color: #333333;
}  
.banner {
    width: 100%;
    background-color: darkgreen;
    box-shadow: 0px 10px 10px silver;
}
.wrapper {
    max-width: 90%;
    padding: 3em 5%;
	text-align: center;
    font-family: 'AbrilFatface';
	font-weight: lighter;
	margin: 0 auto;
}
.larger {
    font-size: larger;
    color: white; 
}
.main {
    max-width:  600px;
	margin: 3em auto 2em;
}
.heading {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	-moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
    -webkit-column-gap:   0;
    -moz-column-gap:      0;
    column-gap:           0;
}
@media only screen and (max-width: 450px) {
    .heading {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
  }
}
#title {
	width: 95%;
	padding-bottom: 5%;
}
img {
	width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px silver;
}
.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.videos {
	max-width: 480px;
	text-align: center;
    border: 1px solid #333333;
    border-radius: 5px;
	margin: 15px auto 0;
	padding: 2%;
    box-shadow: 5px 5px 10px silver;
}
.videos:hover {
	border: 1px solid darkgrey;
}
.contact {
    max-width:  480px;
    font-family: 'MetropolisBold';
	font-weight: lighter;
    font-size: 1.1em;
	text-align: center;
	line-height: 1.7;
    color: white;
	margin: 0 auto;
	padding: 2em 0 3em;
}
.contact a:link {
    text-decoration: none;
    color: white;
}
.contact a:visited {
    text-decoration: none;
    color: white;
} 
.contact a:hover { 
    color: darkseagreen;
}
.contact a:active {
    color: #333333;
}

	
	