* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
a {
    color: inherit;
    text-decoration: underline;
}
body,html {overflow-x: hidden;}
.new-note,
.alert {
    position: absolute;
    top: -1000px;
    width: 92vw;
    background: #fff;
    top: 3vh !important;
    opacity: 0;
    display: none;
    height: 100vh;
    padding: 0;
    z-index: 1001;
    border-bottom: #eee 1px solid;
}
.alert {
    height: 10vh;
    line-height: 10vh;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 0;
}
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
header {
    color: white;
    width: 100%;
    background-color: #1D1D1D;
    display: block;
    clear: both;
    position: relative;
}
.add-note, .delete-all, .fa-home {
    display: inline-block;
    height: auto;
    text-decoration: none;
    font-size: 20px;
    color: black;
    text-align: center;
    color: #792B16;
    font-size: 9vw;
    top: 0;
    vertical-align: top;

    padding: 0 3%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 14vw;
}
.fa-home {
      font-size: 8vw;
}
.add-note {
    font-size: 7.5vw;
}
.delete-all {
    font-size: 7.5vw;
}
.add-note:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.notes-section {
    width: 100%;
    display: block;
    margin: 10px 0 20px 0;
    text-align: center;
}
.notes-section > ul {
    list-style: none;
}
.notes-section > ul > li {
    margin: 0 10vw;
    line-height: 56px;
    position: relative;
    padding: 2vh 0 2vh;
}
.notes-section .note-title {
    line-height: 1.2;
    font-size: 4.5vw;
    clear: both;
    display: block;
}
.notes-section time {
    color: #035A11;
    font-size: 3.75vw;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    font-style: italic;
    display: block;
}
.notes-section .button {
    text-align: center;
    text-decoration: none;
}
.notes-section .view {
    float: right;
    opacity: 0;
}
.notes-section li:hover a {
    opacity: 1;
}
.button.view {
    opacity: 0 !important
}
.notes-section > ul > li.single-note {
border: 0;
    padding: 10px 0 60px 0;
}
.notes-section ul li h2 {
    color: #333;
    border: 0;
    padding: 0;
    margin: 0;
}
.single-note ul {
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: outside;
}
.single-note div {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}
.notes-section li div h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
.notes-section li div h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.notes-section li div h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.notes-section li div h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.notes-section li div h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.notes-section li div h6 {
    font-size: 15px;
    margin-bottom: 10px;
}
.notes-section li div p {
    margin-bottom: 10px;
}
.single-note .button {
    height: 40px;
    line-height: 40px;
    width: 30% !important;
    font-size: 14px;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 20px;
}
.single-note .danger {
    right: 20px;
    left: auto;
}
.no-notes {
    text-align: center;
    color: #333;
}
input[type=text],
textarea {
    outline: none;
    width: 100%;
    background: none;
    border: none;
    border: #ddd 2px solid;
    height: 60px;
    font-size: 18px;
    color: #AAABAB;
    font-family: "Helvetica";
    margin-bottom: 20px;
    resize: none;
}
textarea {
    min-height: 200px;
}
form button {
    width: 30%;
    border: 0;
    color: #fff;
    line-height: 40px;
    border: 0;
    border-radius: 5px;
}
.wrap button,
.wrap .button {
    color: white;
    font-size: 18px;
    width: 30%;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
}
.success {
    background-color: #035A11;
}
.danger {
    background-color: #590202;
}
.close {
    float: right;
}
.message-box button {
    width: 70px;
    height: 40px;
    font-size: 12px;
    margin: 0 10px 0 10px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 40px 2px 40px;
}
footer a {
    color: #e44d26;
}
footer .danger {
    position: absolute;
    bottom: 0;
    right: 0px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    font-size: 14px;
    padding: 0;
}
form .button {
    width: 30%;
}
li .button {
    width: 100% !important
}
.wrap footer {
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}
#notes .panel {background-color: #fff; background-image: none;padding:3vh 4vw;}
#notes .view.active {top:0 !important;}


#notes h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .5vw;
    font-size: 7vw;
    margin-bottom: 1.5vh;
}

#notes h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 10vh;
    font-size: 6vw;
}

.menuButton {
    text-decoration: none;
}