/*Universal*/
a:hover{
    color: white;
    
}

.quote{
  font-size: 1.2em;
  font-weight: lighter;
  font-style: italic;
}

hr.rounded{
    width: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #f5cb5c;
    border-bottom:2px solid #f5cb5c;
    opacity: 100%;
    color: #f5cb5c;
    
    
}
hr.left_round{
    width: 80px;
    display: block;
    margin-right: auto;
    
    border-top: 2px solid #f5cb5c;
    border-bottom:2px solid #f5cb5c;
    opacity: 100%;
    color: #f5cb5c;
}
hr.right_round{
    width: 80px;
    display: block;
    
    margin-left: auto;
    border-top: 2px solid #f5cb5c;
    border-bottom:2px solid #f5cb5c;
    opacity: 100%;
    color: #f5cb5c;
}


.small_title{
    padding-bottom: 0px;
    margin-bottom:0px;
    color: #f5cb5c;
    font-weight: bold;
    font-size: 0.9em;
}
.left{
    text-align: left;
}
.right{
    text-align:right;
}
/*Header*/
#jumbo{
    
    background: url("../img/blackground_white.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    
    text-align: center;
}
.navbar_custom{
    background: rgba(0,0,0,0.5);
    color: white;
}

.logo{
    width: 55vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.jumbo_text{
    margin-top: 20vh;
    margin-bottom: 20vh;
}
.jumbo_icon{
    font-size: 30px;
}

/*Main*/
main{
    text-align: center;
}
main1{
  text-align: left;
}

/*Firm History*/
#firm_history{
    
    background-color: #f8f9fa;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*About Us*/
.about-area{
    margin-bottom: 10vh;
}
#about_us{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../img/member_background.svg");
    background-attachment: fixed;
    background-position: center;
     background-repeat: no-repeat;
    background-size: cover;
    color: white;
    
}

#about_us h2{
    padding-bottom: 25px;
}
#about_us h3{
    padding-top:10px;
    font-size: 2.5vh;
}
.about_us p{
    padding-bottom: 30px;
}
.profile_img{
    width: 100%;
    height: 100%;
    
}
.text_box{
    background-color: white;
    color: black;
}
.about_box{
    
    vertical-align: baseline;
    padding: 0px;
    max-height: 50vh;
    
}

.about_text{
    font-size: 1.8vh;
    margin: auto;
    padding-top:10px;
    padding-right: 10px;
    padding-left: 10px;
    
}

.about_cluster{
    margin-top: 5px;
    margin-bottom: 5px;
}
.about-profile{
    margin-bottom: 1vh;
}

/*notable_cases*/
#notable_cases{
    background: #e9ecef;
    padding-top: 3.5vh;
    padding-bottom: 3.5vh;
    color: black;
}
.notable_img{
    width: 100%;
    height: 100%;
}



ul.no_bullets{
    list-style-type: none;
    padding: 0px;
}
/*Contact*/
#contact{
    background-image: url("../img/contact_background.svg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

/*Profile Page*/

.pro_img{
    width: 100%;
    height: 100%;
    max-height: 87vh;
}
.pro_about{
    padding-bottom: 10vh;
}
.profile{
    padding-top: 5vh;
    padding-bottom: 2vh;
}
.contact-area{
    background-image: url("../img/contact_background.svg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
   
    color: white;
    padding-bottom: 10vh;
    padding-top: 10vh;
}
.btn-color{
    background-color: #e9ecef;
    color: #f5cb5c;
}
.btn-colors a:hover{
    color: white !important;


}

.btn-colors{
    background-color: #f5cb5c;
    color: white;
    margin-bottom: 5vh;
    
}


/**********************************************************************/


.law_img{
    width: 100%;
    height: 100%;

    
}
.law_img.grow{
    transition: all 0.2s ease-in-out;
}
.law_img.grow:hover{
    transform: scale(1.5);
}

/*******************************A_link**************************************/

a:link {
  color: black;
  text-decoration: none;
}



/****************************************************************************/


/***********************************Test************************************/
#hover {
    color: rgba(188, 175, 204, 0.9);
  }
  
  h2#testimonials {
    color: #fffae3;
  }
  /* generic css */

.view {
    
    float: left;
    
    overflow: hidden;
    position: relative;
    text-align: center;
    
    cursor: default;
    
  }
  
  .view .mask,
  .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    
    top: 0;
    left: 0
  }
  .mask{
      padding-top: 6vh;
      margin-bottom: 2vh;
  }
  .view img {
    display: block;
    position: relative;
  }
  
  .view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    font-family: Raleway, serif;
    padding: 10px;
    /*background: rgba(0, 0, 0, 0.8);*/
    margin: 20px 0 0 0
  }
  
  .view p {
    font-family: Merriweather, serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px;
    text-align: center
  }
  
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
  }
  
  .view a.info:hover {
    box-shadow: 0 0 5px #000
  }
  
  
  /*1*/
  
  .view-first img {
    /*1*/
    transition: all 0.2s linear;
    
  }
  
  .view-first .mask {
    opacity: 0;
    background-color: rgba(245, 203, 92, 0.44);
    transition: all 0.4s ease-in-out;
  }
  
  .view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    font-family: Raleway, serif;
    transition: all 0.2s ease-in-out;
  }
  
  .view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
  }
  
  .view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  
  
  /* */
  
  .view-first:hover img {
    transform: scale(1.1);
  }
  
  .view-first:hover .mask {
    opacity: 1;
  }
  
  .view-first:hover h2,
  .view-first:hover p,
  .view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
  }
  
  .view-first:hover p {
    transition-delay: 0.1s;
  }
  
  .view-first:hover a.info {
    transition-delay: 0.2s;
  }
  /******************************NEW TEST*********************************/

  .menu-area{
    padding-top: 5vh;
  }
  .menu-area a{
      color: black;
  }

  .menu-area a:link{
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  .menu-area a:hover {
    color: #f5cb5c;
    background-color: transparent;
    text-decoration: none;
  }
  
  .menu-area a:active {
    color: #f5cb5c;
    background-color: transparent;
    text-decoration: none;
  }