a.Link1
{
   color: #646464;
   text-decoration: none;
   -webkit-transition: all 2ms linear;
   transition: all 2ms linear;
}
a.Link1:visited
{
   color: #646464;
   text-decoration: none;
}
a.Link1:active
{
   color: #646464;
   text-decoration: none;
}
a.Link1:hover
{
   color: #323232;
   text-decoration: none;
}
.iconclose
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('./images/close%2d100100100%2d20x20px.svg');
   background-repeat: no-repeat;
   background-position: center center;
}
.iconhamburger
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('./images/hamburger%2d100100100%2d20x20px.svg');
   background-repeat: no-repeat;
   background-position: center center;
}
.Headline
{
   font-family: Questrial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: left;
   letter-spacing: 2px;
   text-decoration: none;
   color: #464646;
   background-color: transparent;
   text-transform: uppercase;
}
.Copy
{
   font-family: "Courier Prime";
   font-weight: 400;
   font-size: 13px;
   text-align: left;
   text-decoration: none;
   color: #464646;
   background-color: transparent;
   line-height: 20px;
}
