* {
  box-sizing: border-box;
  padding: 0px;
  margin: auto;
}

body {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.5px;
  background-color: #FFFFFF;
}

a {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}

.logoFont {
  font-family: 'Montserrat', sans-serif;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.header_margin
{
  width: 8%;
}

#header_row {
  top: 0;
  padding-top: 10px;
  width: 100%;
  z-index: 10;
}

#header {
  width: 84%;
  height: 4.8em;
  padding-bottom: 0px;
  border-bottom: 1px solid #000000;
  position: relative;
}

#header_logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: 4em;
  margin-left: -1.5em;
}

#header #menu div {
  display: inline;
  float: right;
}

#header #menu a {
  display: block;
  padding: 3.5em 0em 0em 3.5em;
  font-size: 0.9em;
  font-weight: bold;
}

#header #menu_mob {
  display: none;
  padding-right: 90px;
}

#header #menu_mob div {
  text-align: right;
}

#header #menu_mob a {
  padding: 0.5em 0em 0em 0em;
  font-size: 0.8em;
  font-weight: bold;
}

#footer_row {
  padding-top: 10px;
  padding-bottom: 50px;
  width: 100%;
}

#footer {
  width: 84%;
  border-top: 1px solid #000000
}

#footer #menu div {
  display: inline;
  float: left;
}

#footer #menu a {
  display: block;
  padding: 0.5em 3.5em 1em 0.3em;
  font-size: 0.6em;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
/* For small screens: */
  #header #menu div {
    float: none;
  }

  #header #menu a {
    padding: 0.5em 0em 0.5em 0em;
  }
}

@media only screen and (max-width: 600px) {
/* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  #header #menu_mob {
    display: block;
  }

  #header #menu {
    display: none;
  }
}
