
/body {
    margin: 0;
    padding: 0;
    background: #ffe6f0; /* soft pink background */
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    color: #d63384; /* deep pink text */
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #ff1493; /* bright pink headers */
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: #e91e63; /* rose pink links */
}

a:hover {
    color: #c2185b;
}

#wrapper {
    overflow: hidden;
    background: #fff0f5; /* lavender blush */
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* Header */

#header-wrapper {
    overflow: hidden;
    height: 600px;
    background: linear-gradient(to bottom, #ffc0cb, #ffe6f0); /* pink gradient */
}

#header {
    width: 960px;
    height: 200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Logo */

#logo {
    overflow: hidden;
    height: 150px;
}

#logo h1, #logo p {
    text-align: center;
}

#logo h1 {
    padding: 10px 0 20px 0;
    letter-spacing: -4px;
    text-transform: capitalize;
    font-size: 70px;
    color: #ff69b4;
}

#logo p {
    margin-top: -10px;
    font-size: 18px;
    font-weight: 300;
    color: #d63384;
}

#logo p a {
    color: #555;
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #333;
}

/* Menu */

#menu-wrapper {
    overflow: hidden;
    height: 52px;
    margin-bottom: 2em;
    background: #d63384; /* deep pink */
}

#menu {
    overflow: hidden;
    height: 52px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#menu li {
    display: inline-block;
}

#menu a {
    display: block;
    padding: 0 30px;
    line-height: 52px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

#menu a:hover, #menu .current_page_item a {
    background: #ff69b4;
    color: #fff;
}

/* Page */

#page {
    overflow: hidden;
    padding: 20px;
    background: #fffafc;
}

/* Content */

#content {
    float: left;
    width: 752px;
}

/* Footer */

#footer {
    height: 100px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background: #ffe6f0;
}

#footer p {
    margin: 0;
    padding-top: 10px;
    text-align: center;
    color: #a0527d;
}

#footer a {
    text-decoration: underline;
    color: #a0527d;
}

#footer a:hover {
    text-decoration: none;
    color: #6a1b4d;
}

.box1 {
    overflow: hidden;
    height: 300px;
    background: url(images/img04.jpg) no-repeat center bottom;
}

/* Three Column Content */

#three-column {
    overflow: hidden;
    padding: 10px 0 50px 0;
}

#three-column .tbox1,
#three-column .tbox2,
#three-column .tbox3 {
    float: left;
    width: 384px;
    margin-right: 20px;
}

#three-column .tbox3 {
    margin-right: 0;
}

.box-style {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.2);
}

.box-style h2 {
    padding: 10px 0;
    font-size: 22px;
    color: #ff1493;
}

.box-style .content {
    width: 324px;
    padding: 30px;
    margin: 0 auto;
}

.button {
    display: inline-block;
    margin: 1em 0;
    background: #ff69b4;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1