/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
h1{
  font-size: 30px;
  margin: 20px 0 20px;
}
h2{
  font-size: 22px;
}


a{
  color: #275778;
}
.btn,
.btn-primary,
button{
  /*color: #275778;*/
}
.btn-default:focus, .btn-default.focus{
  color: #EBEBEB;
}
.region-sidebar-first{
  background-color: #e0ce7e59;
  border: 1px solid #c0503c;
}
.kotet{
  border: 1px solid #434359;
  box-shadow: 1px 2px 6px #434359cf;
}

.button {
  box-shadow: 6px 12px 9px -9px #9fb4f2;
  background:linear-gradient(to bottom, #084173 5%, #476e9e 100%);
  background-color:#084173;
  border-radius:5px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
    
  padding:2px 32px;
  text-decoration:none;
  text-shadow:0px -2px 0px #283966;
}
.button:hover {
  background:linear-gradient(to bottom, #476e9e 5%, #084173 100%);
  background-color:#476e9e;
  color: #FFF;
}
.button:active {
  position:relative;
  top:1px;
}
.region-sidebar-first{
  border-radius: 2px;
  padding: 4px;
}
