@import url('https://fonts.googleapis.com/css?family=Raleway');

html,body{
    font-size: 1rem;
    font-family: 'Raleway', sans-serif !important;
}
body{
    background: #eee;
}
header{
    padding: 15px 0;
}
.logo{
    margin-bottom: 15px;
}
header h2{
    font-weight: 900;
    font-size: 2.7rem;
    margin:0;
}
header h3{
    margin:0;
    font-weight: 600;
}
header h3 span, h2 span, h1 span, h4 span{
    color:red;
}
.title{
    color: #000;
    text-shadow: 0px 0px 1px #000;
}
.facility .title {
    margin-bottom: 20px;
}
.banner{
    background: #000  url(../images/mid_century_ex.jpg) no-repeat center;
    background-size: cover; 
    /*min-height: 500px;*/
}
.call_now{
    font-size: 2rem;
}
.subscribe{
    background: rgba(0,0,0,0.8);
    /*height: 100%;*/
    color:#fff;
    padding:25px 15px;
}
.facility{
    padding:30px 0;
}
.teaser{
    background: #fff;
    text-align: center;
    padding:20px 15px;
    border-bottom: 10px solid #007bff;
    position: relative;
    border-radius: 0 0 8px 8px;
    min-height: 295px;
    margin-bottom: 15px;
}
.teaser:before, .teaser:after{
    content: "";
    position: absolute;
    transition: all 0.8s linear;
}
.teaser:hover::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 30%;
    height: 40%;
    border-top: 1px solid #007bff;
    border-left: 1px solid #007bff;
}
.teaser:hover::after{
    content: "";
    position: absolute;
    top: -1px;
    right:  -1px;
    width: 30%;
    height: 40%;
    border-top: 1px solid #007bff;
    border-right: 1px solid #007bff;
}
.teaser .icon{
    font-size: 3rem;
    color: #007bff;
}
.teaser h4{
    font-weight: 600;
}
.register{
    background: #000 url(../images/reg-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
    position: relative;
    color: #fff;
}
.register:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
}
.register .btn, .register2 .btn{
    margin-top: 10px;
}
.about{
    padding: 30px 0;
}
.about-text{
    padding-top: 40px;
    margin-bottom: 15px;
}
.product{
    padding: 30px 0;
}
.product .img{
    max-height: 220px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin:15px 0;
    border-bottom: 3px solid #007bff;
}
.product .img img{
    width: 100%;
}
/*
.item{
    margin: 20px 0;
    position: relative;
}
.item img{
    width: 100%;
}
.item-btn{
    position: absolute;
    top: 7%;
    right: 0;
}
*/
.mark{
    background: #ccc url(../images/marks-bg.jpeg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
}
.mark:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.mark h4, .mark p{
    margin:15px 0;
}
.mark .teaser{
    letter-spacing: 1.5px;
}
.register2{
    background: #007bff;
    padding: 30px 0;
}
.about-dev{
    padding: 30px 0;
}
.about-dev img{
    width: 100%;
}
.about-dev h2{
    margin: 20px 0;
}
.team{
    background: #000;
    padding: 50px 0;
    color: #fff;
    
}
.team .text{
    line-height: 1em;
    margin: 50px auto;
}
.team h2, .team h1{
    font-size: 900;
}
.team h1 {
    color: #fff;
    margin:50px 0; 
    font-size: 3rem;
    line-height: 0.9em;
    font-size: 900;
}
@media(min-width: 769px){
    .team h1 {
        font-size: 4.5rem;
    }
}
.team h1 a{
    color: #fff;
}
a:hover{
    text-decoration: none;
}

/*form styles*/
.subscribe h4, .subscribe h5{
    padding-left: 15px;
}
#msform {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
label{
    color: #222;
    text-align: left;
    display: block;
    font-size: 0.8rem;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input[type='text'], #msform textarea, #msform select {
    padding: 11px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0px 5px;
    margin-top: -1px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fas-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    /*text-align: left;*/
    line-height: 2rem;
}
.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
