@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: Open Sans;
    color: #000;
    font-weight: lighter;
}

header {
    display: inline-block;
    width: 100%;
    padding: 5rem 0;
    text-align: center;
}
header .logo {
    width: 450px;
}

#pasteleria {
    background: url(images/pasteleria.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
    background-attachment: fixed;

}
#pasteleria .container, #sommelier .container {
    padding: 5rem 0;
}
#sommelier{
  background: url('images/sommelier.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
    background-attachment: fixed;

}
img{
  max-width: 100%;
}
#intro{
    margin-bottom: 4rem 
}
#intro img{
    border-radius: 400px;
}
.title{
  background: #0D6A15;
}
.title h5 {
    font-size: 2.4rem;
    font-family: Montserrat;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
    max-width: 950px;
    display: block;
    margin: 0 auto;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    box-shadow: 0px 11px 50px rgba(0,0,0,0.5);
}
.resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.coverall {
    background: rgba(256,256,256,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
footer {
    display: inline-block;
    width: 100%;
    padding: 5rem 0 3rem;
    text-align: center;
}
footer .logo {
    width: 280px;
    margin-bottom: 2rem
}

.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    font-size: 2.3rem;
    margin-top: 0px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.social-icons a i{
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0D6A15;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0D6A15;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0D6A15;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0D6A15;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0D6A15;
}
.fa-instagram:hover {
    background-color: #D32975;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0D6A15;
}
.fa-google-plus:hover {
    background-color: #e25714;
}
.sb {
    width: 500px;
    height: auto;
    background: #0D6A15;
    color: #FFF;
}
.sb h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .5px;
    color:#FFF;
}
.sb form input[type='text'], .sb form input[type='password'], .sb form input[type='email'], .sb form textarea {
    margin: 0;
    border: none;
    background: #f7f7f7;
    padding: 10px;
    font-size: 16px;
    width: 79%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 18px;
    height: auto;
    color: #444;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    padding: 14px;
}
.sb form textarea {
    height: 200px
}
.sb form input[type='button'] {
    padding: 18px 10px;
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: #222;
    color: white;
    width: 100%;
    margin: 0;
    height: auto;
    transition: all ease 0.3s;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;
}
.sb form input[type='button']:hover {
    background: #333;
}
.sb {
    position: fixed !important;
}
.sb .sb-close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}

.registrarme {
    padding: 18px 10px;
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: #222;
    color: white;
    width: 100%;
    margin: 0;
    height: auto;
    transition: all ease 0.3s;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    border-radius: 0
}
.registrarme:hover {
    color: #FFF;
    background: #0D6A15
}
.sb-overlay{
    pointer-events: none !important
}


@media (max-width: 600px) {
.sb-open .sb {
    opacity: 1;
    width: calc(100% - 50px);
    top: 0 !important;
    transform: none !important;
    left: 0 !important;
    min-height: 100vh;
    overflow: scroll;
    position: fixed !important;
    height: 100vh;
    padding-bottom: 30px !important;
}
.sb form input[type='button'] {
    margin-bottom: 30px;
}
.sb .sb-close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}
.sb h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .5px;
    color: #FFF;
    margin-top: 18px;
    margin-bottom: 7px;
}
.sb p {
    font-size: 15px;
}.sb form input[type='text'], .sb form input[type='password'], .sb form input[type='email'], .sb form textarea {
    margin: 0;
    border: none;
    background: #f7f7f7;
    padding: 10px;
    font-size: 15px;
    width: 79%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 18px;
    height: auto;
    color: #444;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    padding: 10px;
}
.sb form textarea {
    height: 120px;
}
.sb form input[type='button'] {
    padding: 9px 10px;
}
header .logo {
    width: 90%;
}
header {
    padding: 2rem 0;
}
#intro img {
    border-radius: 0;
    margin-bottom: 10px;
}
pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 2.5rem;
    line-height: 2.2rem;
}
.title h5 {
    max-width: 90%;
    font-size: 20px;
}
#pasteleria .container, #sommelier .container {
    padding: 3rem 25px;
    width: 100%;
}
.resp-container {
    margin-bottom: 30px;
}
}