html, html * {
  box-sizing: border-box;
}

body,html {
  color: #777;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

a {
  color: #FF8301;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-left: 0;
    height: 100%;
}
#layout.active #menu {
    left: 150px;
    width: 150px;
}

#layout.active .menu-link {
    left: 150px;
}

#language_selector {
  position: absolute;
  top: 1em;
  right: 1em;
}

#url {
  border: 0;
  font-size: 2.5em;
  color: #000;
  border-radius: 15px;
  border-right: 0;
}

#theurl {
  font-weight: bold;
  word-wrap:break-word;
  text-decoration: none;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #ccc;
    border-top: 1px solid #eee;
    font-size: 75%;
}

.content {
    margin: 0 auto;
    padding: 0 1em;
    margin-bottom: 50px;
    line-height: 1.6em;
    height: 100%;
}

.header {
     margin: 0;
     color: #333;
     text-align: center;
     padding: 0;
     padding-bottom: 0.1em;
     border-bottom: 1px solid #eee;
     background: #000;
 }

.header h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-weight: 300;
    color: #eee;
    line-height: 1em;
}
 .header h2 {
    font-size: 0.7em;
    line-height: 1em;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #bbb;
}

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
  background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
  background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
  background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
  background: rgb(66, 184, 221); /* this is a light blue */
}

.sec {
  height: 100%;
  padding: 1em;
  border-radius: 3px;
  background: #ccc;
  color: #333;
}

.gray {
  background: #ccc;
}

.s {
  font-size: 0.8em;
}

@media screen and (max-device-width: 480px) {
  #url {
    font-size: 1.5em;
  }

  .nm { 
    display:none;
  }
}
