html{font-size:14px;}
a{color:#1d7a21;}

.hero-home{ background-image: url('../img/hero-home.jpg');
background-color: rgba(45,57,75,0.75);
padding: 3.5rem 1.5rem 5rem 1.5rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 }

  .hero-home:before{
    content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(45,57,75,0.75);

 }
 /*
 .hero-home:before{
    content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(45,57,75,0.75);
	z-index:-999;
 }*/
.title-hero{font-size:1.8rem; color: white; text-shadow: 2px 2px 2px #000000;}

/* menu */
.topNav {
    border-top: 7px solid $brand-primary;
    height: 62px;
    background-color: #f5f5f5;
    border-bottom: 1px solid $brand-grey;
}

.shadow{background-color:#2d394b;border-bottom: 1px solid #fff;}
.bottomNav {background-color:#2d394b; color:#ffffff;}
.bottomNav {font-size: 16px;font-weight: 500;}
.bottomNav .navbar-item, .navbar-link{color: #fff;}

.navbar-item a:link{color:#000;background-color: #f5f5f5;}
a.navbar-link{color:#000;}*/
.navbar-style .navbar-item .navbar-dropdown .navbar-item:hover,.navbar-style .navbar-item.has-dropdown:hover .navbar-link,.light-mode 
.navbar-style .navbar-item .navbar-dropdown .navbar-item:hover,.light-mode .navbar-style .navbar-item.has-dropdown:hover 
.navbar-style .navbar-item,.light-mode .navbar-style .navbar-burger,.light-mode .navbar-style .navbar-item .navbar-link{color:#000}

.breadcrumb a{color:#fff;}
.breadcrumb a:hover{color:#ccc;}

/* table */
    .table td {
      font-size: 14px;
    }
 
    .table th {
      font-size: 16px;
	  background-color:#ccc;
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: #2d394b;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

/* css list  */

.list {
  color: #4a4a4a;
  flex-direction: column;
  display: flex;
}

.list.has-hidden-images .list-item-image {
  display: none;
}

.list.has-hoverable-list-items .list-item:hover {
  background-color: #fafafa;
}

.list.has-overflow-ellipsis .list-item-content {
  min-width: 0;
  max-width: calc(var(--length)  * 1ch);
}

.list.has-overflow-ellipsis .list-item-content > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (hover: hover) {
  .list:not(.has-visible-pointer-controls) .list-item-controls {
    opacity: 0;
    visibility: hidden;
  }
}

.list-item {
  align-items: center;
  transition: background-color .125s ease-out;
  display: flex;
  position: relative;
}

@media (hover: hover) {
  .list-item:hover .list-item-controls, .list-item:focus-within .list-item-controls {
    opacity: initial;
    visibility: initial;
  }
}

.list-item:not(.box) {
  padding: .75em;
}

.list-item:not(:last-child):not(.box) {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 768px) {
  .list:not(.has-overflow-ellipsis) .list-item {
    flex-wrap: wrap;
  }
}

.list-item-image {
  flex-shrink: 0;
  margin-right: .75em;
}

@media screen and (max-width: 768px) {
  .list-item-image {
    padding: .5rem 0;
  }
}

.list-item-content {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

@media screen and (max-width: 768px) {
  .list-item-content {
    padding: .5rem 0;
  }
}

.list-item-title {
  color: #363636;
  font-weight: 600;
}

.list-item-description {
  color: #7a7a7a;
}

.list-item-controls {
  flex-shrink: 0;
  transition: opacity .125s ease-out;
}

@media screen and (max-width: 768px) {
  .list-item-controls {
    flex-wrap: wrap;
    padding: .5rem 0;
  }
}

@media screen and (min-width: 769px), print {
  .list-item-controls {
    padding-left: .75em;
  }

  .list:not(.has-visible-pointer-controls) .list-item-controls {
    height: 100%;
    align-items: center;
    padding-right: .75em;
    display: flex;
    position: absolute;
    right: 0;
  }
}

.footerahf{background-color:#252e3b;color:#fff;}
.footerahf a:link{color: #fff;}
.footerahf a:hover{color:#ccc;}
.footerahf a:visited{color:#ccc;}