:root {
  --color-footer: #132946;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
    margin:0;
    padding:0;
    font-family:helvetica, sans-serif;
}
a {
    color:#00abff;
    text-decoration:none;
}

h1 {
    font-weight:normal;
    border-bottom:1px solid #bbb;
    padding:0 0 10px 0;
}

h2 {
    font-weight:normal;
    margin:30px 0 0;
}
.wrapper {
  background: #eeeeee;
}

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hero-post-list {
    border-bottom:1px solid #bbb;

}

.bg-head {
  background: url('/static/bg-head.png') no-repeat center top;
  background-size: auto;
  padding-top: 350px;
  background-size: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.bg {
  background: rgba(255,255,255,0.8);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: #dcd8d8 3px 10px 10px;
}
.content {
    float:left;
    width:60%;
    padding:0 0 0 30px;
    min-height: calc(50vh - 10px)
}

.content_img {
  max-width: 80%;
}
.sidebar {
    float:right;
    width:30%;
    padding:10px;
    margin-right: 8px;
    background:#efefef;
    height:100%;
    border-radius: 8px;
    margin-bottom: 15px;
}


.latest-post {
    background:#efefef;
    height:100%;
    border-radius: 8px;
    padding:10px;
    margin-bottom: 15px;

}

.navbar {
  overflow: hidden;
  background-color: #005ad0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: #ff2913;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #fecfd1;
}

.show {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.button-post {
  background: #cad4e3;
  padding: 10px 30px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button-post:hover a
{
  text-decoration: none;
  color: white;

}

.button-post:hover
{
  color: white;
  background-color: #667c9d;
  border-color: white;
  transition: 0.35s;
}

p.date {
    color:#a41818;
    font-family: georgia, serif;
    font-size: 12px;
    font-style: italic;
}

.left {
    float:left;
    margin-right:10px;
}

/* pagination */
.pagination {
    margin:40px 0;
    font-weight:bold;
}

.icon-pagination {
    width: 1.1rem;
    margin-right: 5px;
    height: auto;
    fill: #222;
}

.card{
  color: white;
  background-color: #5987d2;
  border-color: white;
  border-radius: 6px;
  padding: 4px 4px;
  margin-bottom: 12px;
  -webkit-box-shadow: -5px -5px 5px -5px rgba(17, 62, 197, 0.6) inset;
  -moz-box-shadow: -5px -5px 5px -5px rgba(17, 62, 197, 0.6) inset;
  box-shadow: -5px -5px 5px -5px rgba(17, 62, 197, 0.6) inset;
}

.card a {
  color: white;
}
.card a:hover {
  color: #eee;
}
.card__body
{
  display: flex;
  justify-content: space-between;
  padding: 4px;
}

.card__body > button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
  width: 200px;
  height: 40px;
  border: 1px solid #bbbbbb;
  transition: 0.3s;
  background-color: [object object];
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1));

}
.card__body button:hover {
  background-image: linear-gradient(180deg, rgba(209, 209, 209, 1), rgba(255, 255, 255, 1));
  border-radius: 8px;
  cursor: pointer;
}


.card-footer {
  margin-bottom: 15px;
}

.card-footer a{
  font-weight:bold;
  margin-bottom: 5px;
}

.icon-attachment {
    width: 1rem;
    margin-right: 5px;
    height: auto;
    fill: #222;
}
.icon-search {
    width: 1rem;
    margin-right: 5px;
    height: auto;
}

.footer {
  background-color: var(--color-footer);
}

.footer__wrapper {
  max-width: var(--layout-width);
  margin: 0 auto;
  padding: 20px 24px 20px;
}

.footer__banner {
  display: flex;
  padding 10px 20px;
  margin: 15px 15px 20px 15px;
  justify-content: space-between;

}

.footer img {
    width: 100px;
    margin-right: 5px;
    height: auto;

}
.footer__copywrite {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
}

input, textarea, select {
  background: #eee;
  color: #232426;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: sans-serif;
  padding: 37px 48px 18px;
  border-radius: 10px;
  border: none;
  width: 100%;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #232426;
  font-size: 20px;
  margin-top: 15px;
}

label {
  position: absolute;
  top: 12px;
  left: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #AFB2BF;
}

.button-style {
  background-color: #ff2913;
  color: #FAFAFA;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 25px;
}

.field {
  margin-bottom: 16px;
  position: relative;
}

.field img {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 22px;
}

@media (max-width: 640px) {
  .footer__social {
    flex-direction: column;
  }
}

.card__attachment {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  box-shadow: 46px 33px 34px rgba(0,0,0,.01),20px 15px 25px rgba(0,0,0,.02),5px 4px 14px rgba(0,0,0,.02),0 0 0 rgba(0,0,0,.02);
  padding: 15px 15px
}

.search-input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0px 15px;
  box-sizing: border-box;
}

.search-input::placeholder {
  font-size: 16px;
  font-style: italic;
  color: #b9aeae;;
  opacity: 1; /* Firefox */
}
