body {
    font-size: 20px;
}
.Font-size {
	font-size: 36px;
}
/* navbar */
.navbar-default {
    background-color: #ffffff;
    border-bottom: 1px solid;
}
.navbar-brand {
    font-weight: bold;
    font-size: 20px;
    color: #222;
}
#phone_header {
    position: absolute;
    padding: 10px 40px 10px 0px;
    display: inline-table;
    float: none;
    text-decoration: none;
}
/* Section home */
#home {
    background: linear-gradient(to bottom, rgba(210,105,30,0.2) 0%,rgba(210,105,30,0.1) 50%), url(../img/home_optim.jpg);
    background-size:cover;
    background-position:center;
    min-height: 100vh;
}
#home-header {
    padding-top: 100px;
}
#home p, #home h1, #home h2 {
    color: #000;
}
.section-title {
    padding-bottom: 30px;
}
#home-info {
    margin-left: 5.5%;
}
#home .Font-size {
    font-size: 33px;
}
.glyphicon-margin {
    margin-left: 20px;
    font-size: 36px !important;
}
.home-box {
    background-color: inherit;
    height: 200px;
    padding: 20px 30px;
    //border: 2px solid transparent;
}
.first {
    border-bottom: 1px solid #564441;
    border-right: 1px solid #564441;
}
.second {
    border-bottom: 1px solid #564441;
}
.third {
    border-right: 1px solid #564441;
}
.home-box li {
    list-style-type: square;
}
#home-info {
    margin-top: 20px;
}

/* Section About */
#about {
    background-size:cover;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 50%), url(../img/brokenwall_optim.jpg);
    min-height: 100vh;
}
#about img {
    width: 350px; 
    height: 350px;
    margin:auto;
}
#about-data {
    padding-top: 220px;
    vertical-align: middle;
}

/* Section services */
#services {
    min-height: 100vh;
    background-color: #304352;
    padding-top: 80px;
}
#services h2 {
    text-align: center;
    color: #fff;
}
.services-box {
    background-color: #eee;
    height: 250px;
    border: 5px solid #304352;
}
ol, ul {
    margin-bottom: 0px !important;
}

/* Section contact */
#contact {
    min-height: 100vh;
}
#contact-button:hover {
    transition : all 1s ease;
    background: #00aaad;
    cursor: pointer;
}
#contact, footer {
    background-color: #333;
    color: #ffffff;
    text-align: center;
}
.blank-space {
    margin: 20px 0px;
}
#phone_contact {
    margin: 20px 0 35px 0;
}

/* Footer style */
#contact h2 {
    padding-top: 60px;
}
#footer {
    padding-top: 70px;
    //position: absolute;
}
footer i {
    padding-top: 30px;
}
#Cellphone {
    text-decoration: none;
    color: #ffffff;
}
#QRCode img {
    border: 1px solid #fff;
    margin-top: 20px;
}

/* Back top */
.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #222;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
  background: #00aaad;
  color: #ffffff;
}

/* MODAL */
.modal-header h4 {
    font-weight: 600;
}
#infomodal {
    z-index: 10000;
}
#infomodal .modal-header, #infomodal .modal-header button.close {
    background: #000;
    color: #e1e1e1;
    font-size: 50px;
    opacity: 1!important;
}
#infomodal .modal-body {
    padding: 0;
    background: #e1e1e1;
}
#infomodal .modal-body .close {
    position: fixed;
    color: #000;
    opacity: .5;
    font-size: 50px;
    width: 100%;
    padding-right: 1em;
}
#infomodal .modal-body .text-field {
    position: absolute;
    width: 100%;
}
#infomodal .modal-body .wishes-text {
    text-align: left;
    margin-top: 1em;
}
#infomodal .modal-body .wishes-text h3 {
    font-weight: 600;
    color: #390f10;
}
#infomodal .modal-body .opening-hours {
    /*color: #75333E;*/
    color: #fff;
    text-align: left;
    margin-top: 5em;
}
#infomodal .modal-body .opening-hours .temporary-info span {
    font-size: 20px;
    font-weight: 600;
}
#infomodal .modal-body .opening-hours .thanksgiving {
    margin-top: 3em;
}

/* Copyright */
#copyright-font {
    font-size: 18px;
}

/* responsive */
@media (max-width:991px) {
    .services-box, #home-info li {
        font-size: 16px;
    }
    .services-box h3 {
        font-size: 22px;
    }
    .home-box {
        padding: 15px 20px;
    }
    #infomodal .modal-body .wishes-text h3 {
        font-size: 18px;
    }
    #infomodal .modal-body .opening-hours {
        margin-top: 3em;
    }
    #infomodal .modal-body .opening-hours h4 {
        font-size: 16px;
    }
    #infomodal .modal-body .opening-hours p {
        font-size: 14px;
    }
    #infomodal .modal-body .opening-hours .temporary-info span {
        font-size: 18px;
    }
}
@media (max-width:768px) {
    body {
        font-size: 18px;
    }
    #home-header {
        padding-top: 40px;
    }
    h1, .Font-size {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    .home-box {
        padding: 10px 15px;
    }
    .glyphicon-margin {
        font-size: 30px !important;
    }
    #about img {
        width: 280px; 
        height: 280px;
        margin:unset;
    }
    #about-data, #services {
        padding-top: 20px;
        vertical-align: middle;
    }
    #surname, .blank-space {
        margin: 15px 0px;
    }
    .services-box {
        height: 290px;
    }
    #contact-form .col-md-12, #contact-form .col-sm-12, #contact-form .col-md-6, #contact-form .col-sm-6, #services .col-xs-6, #services .col-md-6, #services .col-md-12, #services .col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #QRCode {
        display: none;
    }
    #phone_header {
        position: absolute;
        padding: 10px 40px 10px 0px;
        display: inline-table;
        float: none;
        text-decoration: none;
    }
}
@media (max-width:650px) {
    .home-box {
        padding: 0px 4px;
    }
}

@media (max-width:599px) {
    body {
        font-size: 16px;
    }
    h1, .Font-size {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    #about img {
        width: 250px; 
        height: 250px;;
    }
    .services-box {
        width: 100%;
        height: 205px;
    }
    .home-box {
        width: 100%;
        height: 140px;
    }
    .first {
        border-right: 0px solid;
    }
    .third {
        border-right: 0px solid;
        border-bottom: 2px solid #564441;
        height: auto !important;
    }
    #infomodal .modal-body .wishes-text {
        margin-top: 0;
    }
    #infomodal .modal-body .wishes-text h3 {
        font-size: 16px;
    }
    #infomodal .modal-body .opening-hours {
        margin-top: 3em;
    }
    #infomodal .modal-body .opening-hours h4 {
        font-size: 14px;
    }
    #infomodal .modal-body .opening-hours .temporary-info span {
        font-size: 16px;
    }
    #infomodal .modal-body .opening-hours .thanksgiving {
        margin-top: 2em;
    }
}
@media (max-width:499px) {
    #phone_header {
        padding: 10px 10px 10px 0px;
    }
    .home-box {
        height: 130px;
    }
    .services-box {
        height: 240px;
    }
    #infomodal .modal-body .close {
        font-size: 45px;
    }
    #infomodal .modal-body .wishes-text {
        margin-top: 0;
        margin-left: 35%;
    }
    #infomodal .modal-body .wishes-text h3 {
        font-size: 14px;
    }
    #infomodal .modal-body .opening-hours {
        margin-top: 2em;
    }
    #infomodal .modal-body .opening-hours h4 {
        font-size: 12px;
    }
    #infomodal .modal-body .opening-hours p {
        font-size: 12px;
    }
    #infomodal .modal-body .opening-hours .temporary-info span {
        font-size: 14px;
    }
}
@media ( max-width: 420px ) {
    .navbar-header {
        font-size: 14px;
    }
    .navbar-brand {
        font-size: 16px;
    }
    #infomodal .modal-body .close {
        font-size: 40px;
    }
    #infomodal .modal-body .wishes-text {
        margin-top: 0;
    }
    #infomodal .modal-body .opening-hours {
        margin-top: 1em;
    }
    #infomodal .modal-body .opening-hours h4 {
        font-size: 11px;
        margin-top: 1px;
    }
    #infomodal .modal-body .opening-hours p {
        font-size: 10px;
    }
    #infomodal .modal-body .opening-hours .temporary-info span {
        font-size: 12px;
    }
    #infomodal .modal-body .opening-hours .thanksgiving {
        margin-top: 1.5em;
        font-size: 14px;
    }
}
@media (max-width:399px) {
    .navbar-header {
        font-size: 13px;
    }
    .navbar-brand {
        font-size: 15px;
    }
    body {
        font-size: 14px;
    }
    h1, .Font-size {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    #home-info li {
        font-size: 14px;
    }
    #about img {
        width: 200px; 
        height: 200px;
        margin:auto;
    }
    .box3 {
        height: auto;
    }
    #infomodal .modal-body .opening-hours .thanksgiving {
        margin-top: 0.5em;
    }
    #infomodal .modal-body .wishes-text h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}
@media ( max-width: 359px ) {
    .navbar-header {
        font-size: 12px;
    }
    .navbar-brand {
        font-size: 14px;
    }
    #infomodal .modal-body .opening-hours {
        margin-top: 0;
    }
    #infomodal .modal-body .opening-hours .thanksgiving {
        margin-top: -7px;
    }
}