@charset "UTF-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; 
	}
* {
  box-sizing: border-box;
}
html,body {
margin: 0;
padding: 0;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
-webkit-font-feature-settings:  "liga" 1, "dlig" 1;
-moz-font-feature-settings:     "liga" 1, "dlig" 1;
-ms-font-feature-settings:      "liga" 1, "dlig" 1;
font-feature-settings:          "liga" 1, "dlig" 1;
text-transform: none;
color: #000;
text-decoration:none;
width:100%;
height:100%;
text-align:left;
}
a {
text-decoration: none;
color: #000;
border: 0px solid #000;
font-weight: normal;
font-variant:normal;
font-style:normal;
}
a:hover {
text-decoration: none;
border: 0px solid #000;
}

h1, h2  {
text-decoration: none;
background: none;
text-transform: none;
font-weight:bold;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #000;
}
h1 {
padding-top:1vw;
line-height:73%;
letter-spacing:-1vw;
font-weight:bold;
text-transform: none;
font-size: 36vw;
text-align:center;
}
h2 {
line-height:111%;
font-size: 4vw;
color: #000;
}
span{
text-decoration:line-through;
}
a {
text-decoration: none;
color: #000;
border: 0px solid #000;
font-weight: bold;
font-variant:normal;
font-style:normal;
}
a:hover {
text-decoration: none;
border: 0px solid #000;
}


.row {
 margin: -2vw;

}


/* Center website */
.main {
  max-width: 20000px;
  margin: 2.5vw;
}
/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 1vw;
}

/* Create four equal columns that floats next to each other */
.column {
  margin-top:3vw;
  float: left;
  width: 50%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 0vw;
}

/* Responsive layout */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }
  h2 {
font-size: 40px;
}

}