/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-image: url(../img/splashbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;

    margin-bottom: 60px; /*footer*/
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
*/    
}
* {box-sizing: border-box;}
.card-header * {list-style-type: none;}

.required:after{
    content:"*";
    font-weight:bold;
    color: red;
    margin-left: 5px;
}

.card-header {
    padding: 50px 25px;
    width: 100%;
}

.card-header ul {
    margin: 0;
    padding: 0;
}

.card-header ul li {
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: white;
}

.calendar {
    left: 17%;
}
#today{
    background-color: blue;
}
.days {
    padding: 10px 0;
    background-color: white;
}
.container{
    background-color: white;
}
.badge1 {
    position:relative;
}
.badge1[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -0.5px;
    right: -0.5px;
    font-size: .7em;
    background: red;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

@media screen and (max-width:720px) {

    .weekdays td,
    .days td {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {

    .weekdays td,
    .days td {
        width: 12.5%;
    }

    .days td .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {

    .weekdays td,
    .days td {
        width: 12.2%;
    }
}
.review{
    padding: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.3em;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
form{
    width: 40%;
    margin:0 auto;

}
#appointments{
    width: 40%;
    margin:0 auto;
}
.brand,
.address-bar {
    display: none;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.99);
}

.red-box{
    padding: 30px 15px;
    background: rgba(247, 145, 145, 0.99);
}
.outline-box{
    margin-bottom: 20px;
    padding: 30px 15px;
    color: white;
    border: solid #fff 5px;

}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
.stick {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}


.intro-text {
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 1px;
}
.service-text{
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
.error { 
    display: none;
    color:red;
}
.hide{
    display: none;
}
.container1 {
    position: relative;
    font-family: Arial;
    margin: auto;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
.center {
    display: block;
    margin: auto;
}

a{
    color:black;
}

.myBtn {
    
    border: 2px solid black;
    border-radius: 5px;
    background-color: white;
    color: black;

    font-size: 16px;
    cursor: pointer;
  }
  
.text-block {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: black;
    color: white;
    width: 100%;
}
.intro-block-text{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}
.location-text{
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 1px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.map-block {
    position: absolute;
    top: 80px;
    right: 70px;
    background-color: white;
    color: black;
    width: 40%;
}
#map{
    width: 60%;
    padding: 10px;
}
.team-box{
    border: solid #000 5px;
    margin-bottom: 30px;
    padding: 15px;
    margin-top: 15px;
}

iframe{
    width: 100%;
    border: none;
    margin-bottom: 30px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 4px 4px 10px #000;
    -webkit-box-shadow: 4px 4px 10px #000;
    box-shadow: 4px 4px 10px #000;

}
ul#hours{
    list-style-type: none;
    margin: 14px;
    margin-top: 40px;
}
ul#hours>li{
    font-size: 1.2em;
    letter-spacing: 1px;
    text-decoration: underline;
    text-align: right;
}
ul#hours>#current{
    margin-top:10px;
    float: right;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;

    height: 60px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 20px 0;
}
.clear { 
    clear:both; 
}
@media screen and (min-width:1035px) {
    .brand {
        display: inherit;
        margin: 0;
        padding-top: 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0 0 15px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar-header {
        display: none;
    }

    .navbar{
        width: 100%;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,1);
    }

    .nav>li>span {
        margin: 12px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 5px;
        display: inline-block;
        -webkit-transition: background-color 0.8s ease;
        -moz-transition: background-color 0.8s ease;
        -o-transition: background-color 0.8s ease;
        transition: background-color 0.8s ease;
    }
    .nav>li>span:hover {
        background-color: #DCDCDC;
    }
    .nav>li>span:active {
        position:relative;
        top:1px;         
    }
    .onpage{
        text-shadow: -.5px 0px 0px #5A5A5A;
        text-decoration: underline;
    }
    .navbar-nav>li>span {

        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
    #navigation{
        height: 78px;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
* {box-sizing: border-box;}
.card-header * {list-style-type: none;}

.required:after{
    content:"*";
    font-weight:bold;
    color: red;
    margin-left: 5px;
}

.card-header {
    padding: 50px 25px;
    width: 100%;
}

.card-header ul {
    margin: 0;
    padding: 0;
}

.card-header ul li {
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: white;
}

.calendar {
    margin: 0 auto;
}
.days {
    padding: 10px 0;
}
.days td{
    background-color: white;
}

.badge1 {
    position:relative;
}
.badge1[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -0.5px;
    right: -0.5px;
    font-size: .7em;
    background: red;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

@media screen and (max-width:720px) {

    .weekdays td,
    .days td {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {

    .weekdays td,
    .days td {
        width: 12.5%;
    }

    .days td .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {

    .weekdays td,
    .days td {
        width: 12.2%;
    }
}

@media screen and (max-width: 600px) {
    .box{
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 30px 15px;
        background: rgba(255, 255, 255, 0.99);
    }
    .text-block {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 50%);
        background-color: black;
        color: white;
        text-size-adjust: auto;
        padding-bottom: 20px;
    }
    .container0 {
        position: relative;
        font-family: Arial;
        padding-bottom: 150px;
    }
    .container1 {
        position: relative;
        font-family: Arial;
        margin: auto;
        padding-bottom: 150px;
    }
    .calendar {
        right: 200%;
    
    }
    .intro-text {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .intro-block-text{
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 120%;
    }
    .location-text{
        text-transform: uppercase;
        font-size: 1.75em;
        font-weight: 400;
        letter-spacing: 1px;
        margin: auto;
    }
}