
#home::before{
    content: "";
    background-color:#fff ;
    background-image: linear-gradient(to bottom right,rgba(0,0,0,0) 0%, #1a1714 90%);
    position: absolute;
    min-height: calc( 100% );
    width: 100%;
    opacity: 0.6;
}
#home{
    background-color: #dddddd;
    background-image:url("http://makedonyauniversiteleri.biz/wp-content/uploads/2014/02/Hukuk.jpg");
    background-size: cover;
    background-position: center;
    height: calc( 100vh - 56px );
}
#about{
    height: 100%;
    background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/office.png");
    color: white;
}

#about p{
    text-align:justify;
}

#services{
    min-height: 100vh;
    padding-top: 35px;
}
#services ul li{
    list-style-type: none;
    margin: 0;
    padding:0;
}
#services ul li:before {
  content: "\f24e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#services img{
    height: 170px;
}
#services h2{
    margin-bottom: 35px;
}
#services .card{
    margin-bottom: 15px;
}
#services .card-block{
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white;
}
#services .card:before{
    content: "";
    background-color: rgba(66,66,66,0.90);
    position: absolute;
    min-height: calc( 100% );
    width: 100%;
    opacity: 0.9;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

#services .card:hover:before{
    background-color:rgb(200,164,114) ;
}
#services .card:hover .card-block{
    color: #1d1e1f;
    transition: color 0.6s ease-out;
}
#services .card .fa{
    font-size: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
#team {
    color: white;
    min-height:50vh;
    margin-bottom: 50px;
    background-image: linear-gradient(to bottom right, rgba(200, 164, 114, 0.8) 0%, rgba(66, 66, 66, 0.8) 60%), url("../images/ekipBg.jpg");
    background-color: #1a1714;
    background-size: cover;
    padding-top: 35px;

}
#references{
    margin-bottom: 50px;
}
#references img{
    height: 150px !important;
}

#map {
    width: 100%;
    height: calc( 100vh - 120px ) ;
}
.card{
    border:none
}


#articles{
    background-color: #dddddd;
    background-image: linear-gradient(to bottom right,rgba(0,0,0,0) 0%, rgba(66, 66, 66, 0.5) 97%), url("http://haritonlaw.com/wp-content/uploads/2017/03/bb.png");
    background-attachment:fixed;
    background-size: cover;
    background-position: center;
    min-height: calc( 100vh - 56px );
}

#articles a{
    color: #1d1e1f;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
#contact{
    background-image:url("../images/contactBg.jpg");
    color: white;
}