/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

html {
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}

BODY {
  color: black;
  background-color: #FFFAFA;
  font-family: Verdana, Arial, Helvetica;
  font-size: 0.85em;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 6rem;
}

div.header {
  background: #ffeeee url(/clanam-bkg.gif);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
}

div.header img {
  max-width:100%
}

.logo-2 {
  display: none;
}

@media (max-width: 1280px) {
  .logo-1 {
    display: none;
  }
  .logo-2 {
    display: block;
  }
  .logo-2 img {
    width: 100%;
    z-index: 0;
  }
}

/*.nav {
  position: relative;
  margin: 20px 0;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  margin: 0 5px 10px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.nav a {
  padding: 3px 12px;
  text-decoration: none;
  color: #999;
  line-height: 100%;
}
.nav a:hover {
  color: #000;
}
*/

/* Responsive Nav bar */
header {
    background: #181818;
    height: 400px;
    padding-top: 40px;
  }

nav > ul {
    float: right;
}

nav > ul > li {
    text-align: center;
    line-height: 40px;
    margin-left: 70px;
}

nav > ul li ul li {
    width: 100%;
    text-align: left;
}

nav ul li:hover {
    cursor: pointer;
    position: relative;
}
nav ul li:hover > ul {
    display: block;
}
nav ul li:hover > a {
    color: #777;
}
nav > ul > li > a {
    cursor: pointer;
    display: block;
    outline: none;
    width: 100%;
    text-decoration: none;
}

nav > ul > li {
    float: left;
}
nav a {
    color: white;
}
nav > ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 2000;
}
nav > ul li ul li > a {
    text-decoration: none;
}

/*
[type="checkbox"], label {
    display: none;
}*/

@media screen and (max-width: 768px) {
  nav ul {
      display: none;
  }
/*
  label {
      display: block;
      background: #222;
      width: 40px;
      height: 40px;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 0px;
  }
  
label:after{
  content:'';
  display: block;
  width: 30px;
  height: 5px;
  background: #777;
  margin: 7px 5px;
  box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
}

  [type="checkbox"]:checked ~ ul {
      display: block;
      z-index: 9999;
      position: absolute;
      right: 20px;
      left: 20px;
  }
*/
  nav a {
      color: #777;
  }

  nav ul li {
      display: block;
      float: none;
      width: 100%;
      text-align: left;
      background: #222;
      text-indent: 20px;
  }

  nav > ul > li {
      margin-left: 0px;
  }

  nav > ul li ul li {
      display: block;
      float: none;
  }
  
  nav > ul li ul {
      display: block;
      position: relative;
      width: 100%;
      z-index: 9999;
      float: none;
  }
/*h1 {
    font-size: 26px;
}*/


