html {
    background-color:#b2b2b2;
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    color: #000;
    background: url(../images/background_top.png), url(../images/background_bottom.png), url(../images/background_middle.png);
    background-position:  center top, center bottom, center center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    width: 1000px;
    margin: 0 auto 20px auto;
    min-height: 800px;
}
 
.header {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    background: url(../images/header4.png) no-repeat center top;
 }
 
.header .aphorism-wrapper {
    float: right;
    margin-top: 35px;
    margin-right: 50px;
    width: 250px;
    height: 160px;
    text-align: center;
    color: #9e005d;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    
    display: table;
 }
 
.header .aphorism-wrapper .aphorism-content {
    display:table-cell;
    vertical-align:middle; 
}

  .header .aphorism-wrapper .aphorism-content:first-letter {
    font-size: 20px;
  }

.main {
    overflow: auto;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 95px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    color: #333;
}

.footer img {
    width: 100px;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.2em;
}
    
a {
    color: #9e005d; /* #cb78a5; */
}

/* slider */
section.slider-wrapper {
    width: 120px;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
}

section.slider-wrapper-fixed {
    position: fixed !important;
    top: 0;
}

section.slider-wrapper div.image-wrapper {
    width: 120px;
    height: 150px;
    margin: 10px 0;

}
section.slider-wrapper div.image-wrapper img {
    max-width:95%;
    max-height:95%;
    margin: auto;
    display: block;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(153,153,153,0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(153,153,153,0.5);
    box-shadow: 3px 3px 10px 0px rgba(153,153,153,0.5);
}

section.slider-wrapper .slick-dots {
    width: 20px;
    left: -30px;
    bottom: initial;
    top: 0;
}

section.slider-wrapper .slick-prev {
    display: none !important;
}

section.slider-wrapper .slick-next {
    display: none !important;
}

/* navigation */
section.nav-wrapper {
    width: 200px;
    margin-left: 130px;
    margin-top: 100px;
    position: absolute;
}

section.nav-wrapper-fixed {
    position: fixed !important;
    top: 0;
    margin-top: 0 !important;
}

nav.main-nav ul {
    padding-left: 0px;
}

nav.main-nav li {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: left;
}

nav.main-nav li a {
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    padding: 5px 20px;
    text-transform: uppercase;
}

nav.main-nav li a:hover {
    text-decoration: underline;
}

nav.main-nav li.active a {
    color: #fff;
    font-size: 1.1em;
    padding: 5px 30px;
    background-color: #c7338d; /*#9e005d*/
}

/* content */
section.content-wrapper {
    width: 550px;
    float: right;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #999, #ccc);
    margin-bottom: 20px;
}
