@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;
}
.banner{
    background: #000 url(../images/sub-bg.png) no-repeat center;
    background-size: cover; 
    /*min-height: 500px;*/
}
.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;
}