﻿
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*=======================================
    GENERAL STYLES
==================================================*/

body {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    background-image:url('../img/bg2.jpg')!important;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}


.text-center {
    text-align:center;
}

h1 {
    font-weight:900;
    font-size:30px;
    text-transform:uppercase;
    line-height:35px;
}
h4 {
line-height: 40px;
padding-bottom: 0px;
font-size: 22px;
font-weight: 900;
text-transform:uppercase;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:15px;
}

section {
    padding-top:80px;
    margin-bottom:40px;
}

#dropbutton {
    background: darkred !important;
    color: white !important;
}
.dropdown-menu, .dropdown-menu li a{
    background: darkred !important;
    color: white !important;
}
.dropdown-menu li a:hover {
    background: red !important;
    color: yellow !important;
}

.alert-danger {
    background: rgba(170, 0, 0, 0.5) !important;
    color: white !important;
}
.alert-danger p {
    color: white !important;
}

.form-control {
        background-color: rgba(255, 255, 255, 0);
}

.label-danger {
font-size: 18px;
}

.line-sep {
    color:#f00;
    padding:5px;
}

.mdicon {
    height: 50px;
    width: 50px;
}

.well {
    border: 2px solid darkred !important;
}

.list-group-item {
    border: 1px solid black;
}

/*=======================================
    HOME SECTION STYLES
==================================================*/

#home-sec {   

 padding-top:75px;
    color:#fff;

}
#carousel-example {
     border:2px solid black;
}
.back-light {
    background-color:rgba(0, 0, 0, 0.50);
    padding:10px;
}

.icon-big i.fa {
    margin-top:40px;
    margin-bottom:30px;
width: 100px;
height: 100px;
line-height: 120px;
text-align: center;
background-color: rgba(170, 0, 0, 0.5);
color: white;
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg);

}

.icon-big i.fa:before {
   padding-left:20px;
display: block;
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
-o-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
/*=======================================
    Project STYLES
==================================================*/
.project-cls {
    text-align: right;
top: -65px;
position: relative;
left: -40px;
font-size: 20px;
font-weight: 900;
}
    .project-cls a,.project-cls a:hover {
        color: red;
        text-decoration:none;
        font-style:italic;
    }
/* ===========================================================
   NAVBAR CHANGES   
   ============================================================*/
.navbar {
	font-size: 18px;
     background-image:url('../img/bg2.jpg')!important;
}

.navbar-inverse {
background: darkred;
min-height: 60px;
padding-top: 5px;

}

.navbar-inverse .navbar-nav > .active > a {
	background: darkred;
}

.navbar-inverse .navbar-brand {
	color: red !important;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #000;	
}
.navbar-inverse .navbar-nav > li > a {
color: #000;
}
.navbar-inverse {
border-color: darkred;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #000;
}
.navbar-toggle {
    background-color: black;
}


/*=======================================
    Contact STYLES
==================================================*/

.cnt {
width: 100%;
min-height: 350px;
border: 1px solid darkred;
}
/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
background-color: darkred;
color: #000;
padding: 20px 50px 20px 50px;
text-align: right;
border-top: 1px solid darkred;
 background-image:url('../img/bg2.jpg')!important;
}


















