body{
  color: black;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover !important{
	background-color:green;
}

  .container{
    padding: 20px;
    font-family: 'Titillium Web', sans-serif;

  }
  .slider-image{
    width: 100%;
  }
  .panel-title{
    color: white;
    text-align: center;
  }
  #imgWitsa{
    margin-top: -300px;
    position: absolute;
  }

  @media(max-width: 767px){
    #imgWitsa{
     height: auto;
     width: 300px;
     margin-top: -430px;
      margin-left: -150px;
    }
  }

    @media(max-width: 767px){
    #text{
    
     margin-top: -400px;
    margin-left: -50px;
    }
  }


  #text{
   margin-top: -250px;

  }
  .da{
    margin-right: 90px;
  }

  .heightP{
   border: none;
   border-radius: 20px;
   border: 1px solid transparent;
   border-radius: 4px;
   transition: 0.2s;
   height: 200px;
   margin-top: 30px;
 }
 .heightP:hover{
   margin-top: -1px;

   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
   background: white;
   color: black;
   transition: 0.5s;

 }
 .bigPanel{
  height: 500px;
  margin-top: 50px;
  border: none;
  border-radius: 20px; 
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}
.bigPanel:hover{
  margin-top: -1px;
  
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  background: white;
  color: black;
  transition: 0.5s;
}

.thPanels{
  border: none;
  border-radius: 20px;
  margin-top: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
  background: #f2f2f2;
  
}
.thPanels:hover{
 margin-top: -1px;

 box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
 background: white;
 color: black;
 transition: 0.5s;
}
h3{
  background-color: #003A70;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

h3:hover{
  background: #203766;
  border: 5px solid #003A70;
  /*color: white;*/
  margin-top: 5px;
  
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  background: white;
  color: #046A38;
  transition: 0.5s;
}
}

#gtc{
  font-size: 15px;
}
.link{
  text-align: left;
  
  font-weight: bold;
  /*padding: 10px 20px;*/
}

.img{
 border-radius: 50%;
 height: 100px
}

.img2{
  height: 450px;
  border-radius: 10%;
  padding: 10px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  transition: 0.5s;
}
.img2:hover{
  margin-top: -5px;
  
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  background: white;
  color: black;
  transition: 0.5s;
}
a:link{
  color: #003A70;
  text-decoration: none;

}
a:hover{
  text-decoration:underline;
}
.body2{
  text-align: left;

}
.panelP{
  font-size: 16px;
  color: #000066;
}
.sRowPara{
  padding-left: 0;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding: 20px;*/
  margin-top: -45px;
}
#gNPara,#pRpara{
  /*margin-left: -12px;*/
  font-size: 14px;
}


.circle{
  border-radius: 50%;
}
.lastPanel{
  text-align: left;
}
.comments{
  float: left;
}

.well{
  border-radius: 20px;
  margin-top: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  color: black;
  transition: 0.5s;
}
.well:hover{
  margin-top: -5px;
  
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  
  color: black;
  transition: 0.5s;
}

#gp{
  color: white;
}

#gp:hover{
  color: black;
}

#calendrPanel{
  height: 660px;
}

.panel-body{
  font-weight: bold;
}

.row{
  margin: 0;
}
.panel-body{
    padding-bottom: 0px;
}