html {
  scroll-behavior: smooth;
  
}

.navbar-inverse {
	background: transparent;
  border-color: transparent;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;

  margin-right: 0px;
  margin-bottom: 9px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  }

.navbar-collapse{
  margin-top: 5px;

}

.post h2 {
  color:#005252;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
}
.post p {
  /*
  color:#00a388;
  */
}

.site-content{
 
  display: inline-flex;
   /**/flex-wrap: nowrap;
  align-items: flex-end;
  align-content: center;
  padding: 20px;
  width: 80%auto;
  margin: left 20%auto;
  margin-top:20px;
  

}

.site-content .pic-box {
  border-radius: 10px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 5px 3px 5px #C7C7C7;
  box-shadow: 0 5px 3px 5px #C7C7C7;

  min-width: 0;
}
.site-content img {
  
  width: 240px;
  height: 160px;
  min-width: 0;
  object-fit: cover;
}

.site-content .text {
  margin-left:30px;
  flex-grow: 1; 
  flex-direction: column;
  width:300px;
  /*
  width: 100%;*/
  overflow: hidden;
  min-width: 0; 
}
.site-content h2 {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #282a2d;
}

.site-content p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1d232b;
}
.site-content a {
  text-decoration: none;
}
.site-go {
  background-color: #8a8a8a26;
  color:#444444;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 10px;
  width:100px;
  height:40px;
  display: flex;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
  transition: all .3s;
  text-decoration: none;
}

.site-go:hover {
  background:  linear-gradient(to right,#158bb8,#158bb8, #f0f7f7);
  color:#f6f6f6;
 
}
.site-go .arrow {
  padding: 3px;
}
.site-go:hover .arrow {
  transform: scale(100%) translateX(3px);
}


#topgation {
	top: 0;
	right: 0;
	margin-top: 5px;
	padding: 0;
  background-color: transparent;
  /*
	box-shadow: 0 10px 10px -10px #000000;*/
}
#topgation  li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topgation  li > a {
	margin: 1px;
  /**/
	color: #516C6B;
	display: block;
	padding: 6px;
  font-size: 16px;
  transition: color .2s;
}
#topgation  li:hover > a {
	color: #158BB8;
}





.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 2000px;
  }
  
  .box {
    width: calc(16.6667% - 20px);
    height: 70px;
    margin: 10px;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;

  }
  .mid-box {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;

  }
  .inner-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
        /**/
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000;
    font-size: 1em;
    padding: 10px;
    transition: transform 0.3s;
    -webkit-box-shadow: 0 0 5px 0 #C9C9C9;
    box-shadow: 0 0 5px 0 #C9C9C9;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 0;
  }
  /**/
  .box:hover .inner-box {
    transform: scale(0.92);
    -webkit-box-shadow: 0 0 10px 0 #C9C9C9;
    box-shadow: 0 0 10px 0 #C9C9C9;
  }
  .box:hover h2 {
    color: #158BB8;
  }
  
  .inner-box img {
    flex-shrink: 0; 
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 0;
  }
  
  .inner-box .text {
    flex-grow: 1; 
    /*
    width: 100%;*/
    overflow: hidden;
    min-width: 0; 
  }
  .inner-box h2 {
    margin: 0;
    padding: 0;
    font-size: 0.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
  }
  
  .inner-box p {
    margin: 0;
    padding: 0;
    font-size: 0.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #AAAAAA;
  }
/*
  .img img {
    width: 40px;
    height: 40px;
  }
  
  .title {
    font-size: 0.75em;
    margin-top: -5px;
  }
  
  .description {
    font-size: 0.4em;
    margin-bottom: -5px;
    align-self: flex-end;
  }
  */


  .subtitle {
    color:#516C6B;
    margin-bottom: 0px;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 550;
    line-height: 0.2;
  }
  .subtitle svg {
    vertical-align: middle; 
    color: #516C6B;
    
    margin-right: 3px; 
  }
  


  @media screen and (max-width: 1500px) {
    .box  {
      width: calc(16.6667% - 20px);
    }
  }
  @media screen and (max-width: 1400px) {
    .box {
      width: calc(20% - 20px);
    }
  }
  @media screen and (max-width: 1360px) {
    .box {
      width: calc(25% - 20px);
    }
  }

  @media screen and (max-width: 1280px) {
    .box {
      width: calc(33.3333% - 20px);
    }
  }
  
  @media screen and (max-width: 960px) {
    .box {
      width: calc(50% - 20px);
    }
  }
  /*
  @media screen and (max-width: 480px) {
    .box {
      width: calc(100% - 20px);
    }
  }
  */
