body {
    margin: 0;
    padding: 0;
    background: #2e3436;
    color: white;
    font-family: Work Sans;
    height: 100%;
}

#main-image {
    width: 100%;
    height: 100%;
    background:  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-image #p {
    height: 50%;
    width: 100px;
    font-family: Josefin Sans;
    font-size: 12vh;
    font-weight: bold;
    /* font-style: italic; */
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding: 10%;
    position:relative;
    top: 0;
}

#main-image img {
    width: 630px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -315px;
}

.info {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
    display: block;
    overflow: auto;
}

.info h1 {
    font-size: 35pt;
    font-weight: 700;
    padding: 0 0 25px 0;
    margin: 0;
    text-align: center;
}

.info h2 {
    font-size: 25pt;
    font-weight: 600;
    padding: 0;
    padding-top: 10px;
    margin: 0;
}

.info h3 {
    font-size: 18pt;
    font-weight: 400;
    padding: 0;
    padding-top: 10px;
    margin: 10px 0;
    font-style: italic;
}

.info p {
    font-size: 13pt;
    margin: 25px 0;ontact
}

.info ul {
    list-style-type: bullet;
}

.info ul li {
    font-size: 13pt;
    padding-bottom: 5px;
}

.kampa-section {
    padding: 20px 0;
}

.fotos {
    width: 100%;
    height: 400px;
    -webkit-filter: sepia(0.65);
}

#fotouno {
    background: url(images/foto1.jpg) no-repeat;
    background-size: cover;
}

#fotodos {
    background: url(images/foto2.jpg) no-repeat;
    background-size: cover;
}

#fototres {
    background: url(images/foto3.jpg) no-repeat;
    background-size: cover;
}

#one {
    width: 100%;
    color: white;
}

#two {
    width: 100%;
    background: #2C474F;
}

#columns {
    width: 100%;
    height: 450px;
    padding: 12px;
    margin: 0 auto;
}

.each-column {
    float: left;
    height: 100%;
    width: 40%;
    margin: 5%;
}

.who-image {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: white;
    margin: 0 auto;
}

.who-image img {
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
    border-radius: 100%;
}

.each-column h3 {
    font-size: 13pt;
    font-weight: normal;
    text-align: center;
}

.each-column p {
    font-size: 13pt;
    text-align: left;
}

.each-column a {
    color: #8bb4bb;
}

#three {
    background: #487482;
    width: 100%;
}

#four {
    background: #759aa0;
    width: 100%;
}

#form {
    margin: 40px auto 20px auto;
    width: 700px;
    border-radius: 3px;
    /* box-shadow: 0px 0px 2px #2C474F; */
    background: #2C474F;
    padding: 20px;
}

#form span {
    width: 100%;
    height: 45px;
    padding-bottom: 10px;
    float: left;
}

#form label {
    font-family: Poly;
    font-size: 13pt;
    line-height: 45px;
    vertical-align: middle;
    padding-left: 2px;
}

#form input, #form select {
    margin: 5px;
    font-family: Poly;
    color: #000;
    font-size: 20px;
    background: #BAD8DD;
    height: 40px;
    padding: 6px 10px;
    border-radius: 3px;
    border: 0;
    text-align: left;
}

.form-button {
  text-align: center;
}

a {
    color: #F9F871;
    text-decoration: none;
}

a:hover {
    color: #ADE681;
    text-decoration: none;
}

#submit {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    background: #8AA8AD;
    height: 45px;
    width: 50%;
    padding: 6px 10px;
    border-radius: 5px;
    border: 0;
}

#submit:active {
    background: #6A888D;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #487482;
}

#alt-form {
    display: none;
}

#kampa-footer {
    background: #2E3436;
    width: 100%;
    height: 50px;
}

/* Book */

#book-intro {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 60px;
    background-color: #222;
}

#book-text {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    padding: 45% 10%;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#book-text:hover {
    background-color: rgba(0,0,0,0.2);
}

#book-text h1 {
    font-size: 17pt;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#book-text p {
    color: #FFF;
    font-size: 13pt;
    text-align: center;
}

.left {
    text-align: left !important;
}

#book-image {
    margin: 25px auto;
    width: 600px;
    height: 850px;
    background: url("images/portada.jpg") no-repeat;
    background-size: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.71);
}

#book-image img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.71);
}

#book-intro span {
    margin: 0 auto;
    color: white;
}

#book-intro span a {
    color: white;
    text-decoration: none;
}

#book-intro span a:hover {
    color: #DDD;
}

/* BOOK INFO */

#book-review {
    width: 100%;

}

#book-content {
    margin: 100px auto;
    width: 80%;
    height: 80%;
}

#book-cover{
    margin-right: 20px;
    width: 400px;
    height: 600px;
    float: left;
    background: url("images/portada.jpg") no-repeat;
    background-size: 100%;
}

#book-info {
    float: left;
    width: 70%;
    height: auto;
}

#book-info h1, #book-contact h1 {
    font-size: 30pt;
    font-weight: 700;
    padding: 0 0 25px 0;
}

#book-info h3, #book-contact h3 {
    font-size: 18pt;
    font-weight: 600;
    padding: 0 0 25px 0;
    margin: 0;
}

#book-info p, #book-contact p {
    font-size: 13pt;
}

#book-contact {
    margin-top: 20px;
    float: left;
    width: 70%;
    height: 600px;

}

#book-form {
    margin: 20px 0;
    padding: 20px;
    width: 90%;
    height: 400px;
    background-color: #222;
}

#book-form label, input, textarea {
    width: 100%;
    display: block;
    margin: 10px 0;
    resize: none;
}

#book-form input {
    height: 35px;
    color: #222;
}

#book-form textarea {
    color: #222;
}

#book-form button {
    float: right;
    margin-top: 20px;
    background-color: #000;
    width: 150px;
    height: 35px;
    border: 0;
}
