Elite Technical Systems version

This commit is contained in:
Edin Dazdarevic
2017-12-13 11:46:41 +01:00
parent acda9b5970
commit b8dc0f1df5
56 changed files with 1124 additions and 652 deletions

View File

@@ -77,20 +77,19 @@ ul,p{
font-size: 35px;
}
.navbar-default {
background-color: transparent;
background-color: #fff;
border: 0;
min-height: auto;
padding: 24px 0 16px;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
font-weight: 300;
font-size: 16px;
padding: 0px 15px !important;
letter-spacing: 1.2px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
/*color: #fff;*/
background-color: transparent;
}
.navbar-brand {
@@ -172,7 +171,7 @@ ul,p{
}
/*============================================================*/
.banner{
background:url(../img/banner.jpg)no-repeat;
background:url(../img/banner.png)no-repeat;
width: 100%;
height: 100%;
background-size: cover;
@@ -308,7 +307,7 @@ ul,p{
}
/*===================our-work======================================*/
.our-work {
background-color: #646EF2;
background-color: #367EDD;
padding: 60px 0 0;
}
@@ -412,9 +411,10 @@ ul,p{
}
/*------------------------Footer-------------------------*/
footer{
background:url(../img/footer.png)no-repeat;
/*background:url(../img/footer.png)no-repeat;*/
background-size: cover;
padding: 70px 0;
background: #367edd;
}
footer h6{
font-size: 20px;
@@ -469,7 +469,7 @@ footer ul li a:hover{
body.second .navbar
{
background: #656bfd !important;
/*background: #656bfd !important;*/
position: fixed;
width: 100%;
z-index: 999;