﻿
.navbar.navbar-inverse.navbar-fixed-top{
  background-color: rgba(128, 0,0, 0.5);
}

body {
    font-family: serif;
    line-height: 25px;  
}

#menu {
    letter-spacing:1px; 
    color:#fff;
    background: transparent;
    font-family: 'calibri';
    text-decoration: none;  
}
#menu:hover{
    color: rgb(128, 0,0);
}

.active{
  background-color: #000;
}
.navbar-inverse {
border-color:transparent;
}

.motto{
    color: rgb(128, 0,0);
    font-size:20px;
}

.btn.btn-default{
    background-color: #800000;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
}
.btn.btn-default:hover{
    background-color: rgba(255,0,0,0.8);
}
hr{
    width: 8%;
    float: left;
    border-top: 2px solid rgba(128, 0,0, 0.7);
}
p{
    color: rgba(0,0,0,0.7);
}

.col-sm-3.threes{
    margin-right: 2%;    
}

#list{
  color: rgba(0,0,0,0.5);
}
.wrapper{
  margin-left: 15%;
  margin-right: 15%;
}

.testimanial {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../img/slider1.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color:#000;
    background-attachment:fixed;
}
.testimanial .overlay{
    background:rgba(0, 191, 255, 0.70);
    min-height: 300px;
}

.testimanial2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../img/slider1.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color:#fff;
    background-attachment:fixed;
}
.testimanial2 .overlay{
    background:rgba(0, 0, 0, 0.70);
    min-height: 300px;
}

#wow_img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transition: scale(1.1);
    opacity: 0.9;
}
#wow_img{
    transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transform: -moz-transform 0.7s;
    -o-transition: -o-transform 0.7s;

}
.line{
    float: left;
}

#myBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 99;
    border: none;
    background: transparent;
    outline: none;
    width: 80px;
    cursor: pointer;
    padding: 15px;
}

#your_message{
    width:100%;
    font-family: 'Roboto Condensed', sans-serif;
}

#contact{
    background:#800000;
    padding-bottom:2%;
    padding-top:2%;
    border-radius: 2px;
    color: #FFF;
}

textarea.form-control{
    height:100px;
    border-radius: 0px;
}

.container{
    overflow: hidden;
    width:100%;  
}

input.form-control{
    border-radius: 0px;
}