/*
 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 */

*:focus { outline: none;}

.burger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body {
    padding: 0; margin: 0;
    font-family: helvetica, sans-serif;
    -webkit-font-smoothing : antialiased;
}

.wrapper {
    width: 60%;
    margin: 0 auto;
}

header {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 8rem;
}

header h1 { 
    margin-bottom: 0; 
    text-shadow: 1px 2px 3px rgba(0,0,0,.4);
}

header h2 {
    margin: 0;
    color: #1D2E40;
}

.burger-menu {
    position: absolute;
    right: 4px;
    top: 3px;
    left: inherit;
}

.burger-menu2 {
    position: inherit;
    left: 80px;
    top: 30px;
}

.selector {
    cursor: pointer;
    display: block;
    height: 36px;
    width: 31px;
}

.selector .bar-icon {
    box-shadow: 0px 1px 6px 2px #929292;
    height: 4px;
    width: 24px;
    background: #fff;
    display: block;
    opacity: 1;
    margin-top: 5px;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    transition: -ms-transform 0.15s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.follow-name a {
    margin-left: 1px;
    margin-right: 35px;
    vertical-align: middle;
    width: 100%;
    padding: 6px 15px 4px 15px;
    background: #559FCA;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-family: sans-serif;
    font-family: helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.header-top-left {
    margin: 6px;
    float: left;
    position: fixed;
    z-index: 99;
}

.menu-items {
    position: absolute;
    top: 1px;
    left: -165px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    width: 200px;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.menu-items li:first-child:before {
    content: "";
    height: 10px;
    width: 10px;
    transform: rotate(45deg) translate3d(10px, 0px, 0);
    -webkit-transform: rotate(45deg) translate3d(10px, 0px, 0);
    display: block;
    position: absolute;
    background: #FFF;
    top: 2px;
    left: 188px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.menu-items li {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.menu-items.show {
    left: -205px;
    top: 2px;
    visibility: visible;
}
.search-item input {
    margin-top: 2px;
    z-index: 2;
    position: relative;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    width: 155px;
    height: 36px;
    padding: 0 30px 0 15px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.search-item input:focus { border-color: #1D2E40 }
.btn {
    margin: 4px;
    background: none;
    border: none;
    position: absolute;
    top: 6px;
    z-index: 3;
    right: 0;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}

.archive-item a{
    font-weight: 700;
    padding: 10px 15px;
    color: #555;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}
.archive-item a:hover { background: #F2F2F2; }
.archive-item a:hover .icns { right: 4px }

.icns {
    position: absolute;
    right: 7px;
    top: 11px;

    -webkit-transition: right 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: right 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: right 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

section {
  margin: 2rem 0;
  text-align: center;
  color: #fff;
}

footer {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
footer p {
  margin-bottom: 3px;
}
footer a {
  color: #fff;
  text-decoration: none;
   margin: 0 5px;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out ;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
footer a:hover {
  color: #1D2E40;
}
#menu-button-closed {
    position: absolute;
}
#menu-button-open {
    position: absolute;
}
.hidden {
    display: none;
}
