/*--
    Common Css
--*/

html {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.brand-logo {
  font-family: 'Roboto', sans-serif;
  font-size: 1.65rem !important;
  left: 1rem;
}

.hero-area.bg-1 {
  background-image: url("../images/arrows-box-business-533189.jpg");
  /*Photo by rawpixel.com from Pexels*/
  background-color: #cfd8dc;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.hero-area.bg-1.long {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
}

.main__page__container {
  position: relative;
  top: 5px;
}

.main__page__container .card {
  background-color: rgba(144, 164, 174, 0.98);
  color: black;
}

.main__page__container .card>p {
  width: 100%;
  text-align: center;
}

/*.main__page__container .card:hover {
  background-color: rgba(0,172,193, 0.9);
}
*/

.hero--area--text {
  font-size: 16px;
  background: rgba(55, 55, 55, 0.7);
  color: #efefef;
  padding: 10px;
  border-radius: 2px;
}

#about {
  margin: 25px 0;
}

.pagination {
  margin: 13px 0 0;
  font-size: 1.2rem;
  color: #fff;
}

.pagination li a {
  color: #fff;
  line-height: normal;
}

.pagination li {
  padding: 10px;
  height: auto;
  background-color: #90a4ae;
  margin-top: 3px;
}

h1, h2 {
  font-size: 1.65rem;
  margin: 16.6px 0;
}

/**h2{
  margin: 3vw 0;
}*/

.card-title {
  margin: 10px 0;
}

@media screen and (min-width: 415px) {
  .brand-logo {
    font-size: 2.1rem !important;
  }
  .hero--area--text {
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
    margin-top: 8vw;
  }
  .hero-area.bg-1.short {
    height: 8vw !important;
    background-position: 300px -25px;
  }
  h1, h2 {
    font-size: 2.6rem;
  }
  .card-content {
    min-height: 162px;
  }
}

div.flow-text>p {
  color: white;
}

p.flow-text {
  line-height: 1.2;
}

a>div>p.flow-text {
  line-height: 1;
}

h2.flow-text {
  line-height: 1;
  margin: 25.2px 0;
}

@media (max-width:600px) {
  h2.flow-text {
    font-size: 30px;
  }
}

a {
  color: #eceff1;
}

a.btn-down {
  display: none;
}

.row {
  margin-bottom: 0;
}

img.responsive-img {
  margin: 12px 0;
  padding: 5px 5px 0 5px;
}

img.single-view {
  padding: 5%;
  max-height: 100%;
}

nav {
  height: 57px;
  line-height: 57px;
  display: table;
}

#nav-mobile {
  width: 70%;
}

#cat-box {
  height: 700px;
}

#cat-in {
  height: 482px;
  overflow: hidden;
}

.cat-btn {
  height: 75.6px;
  display: flex;
  justify-content: center;
}

.cat-btn>i {
  margin: 8px 85px;
  color: white;
}

#btn-up, #btn-down {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  a.btn-down {
    display: block;
    max-width: 180px;
    margin: 6px auto;
    font-size: 14px;
  }
  .main__page__container {
    position: relative;
    top: 5px;
  }
  .card .card-content {
    padding: 0 10px;
  }
  .card.large {
    height: auto;
    padding: 5px 0;
  }
  #cat-in, #cat-box {
    height: auto;
  }
  #btn-up, #btn-down {
    display: none;
  }
}

.page-list {
  display: flex;
  flex-flow: wrap;
}
.page-list .col.s12.m6 {
  padding: 10px 20px 0;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 100%;
  }
}

.front-page-card {
  min-height: 560px;
}


.single-view-card {
  min-height: 60vh;
}