@charset "utf-8";
body {
    color: #FFFFFF;
    font-family: rationale;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    float: none;
    clear: none;
    overflow-x: visible;
    background-color: #372222;
    width: 100%;
    height: 100%;
    background-image: url(../Images/pen.jpg);
    background-position: 0% 0%;
    background-size: cover;
}


aside {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 17px;
    padding-top: 0px;
}

h1 {
    font-family: iceberg;
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    text-align: center;
    margin-top: 60px;
    background-size: 100% 100%;
}

dark {
    color: #825C5B;
}
nav {
    text-align: right;
    font-size: 2em;
    margin-top: 0px;
    padding-top: 21px;
    padding-left: 0px;
    float: right;
    margin-right: 20px;
    color: #FFFFFF;
}

footer {
    text-align: center;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    height: 40px;
    padding-top: 10px;
}
section1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 16px;
    background-image: -webkit-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -moz-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -o-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: repeating-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,0,0,0.00) 100%);
}
section1 left {
    width: 30%;
    float: left;
    margin-top: 15px;
    margin-bottom: -15px;
    margin-left: 235px;
}
section1 right {
    width: 30%;
    float: right;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 235px;
    margin-top: 15px;
}




section3 {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0px;
    padding-top: 80px;
}
section3 img {
    margin-left: 20px;
    margin-right: 20px;
}
