h2 {
  font-size: 20px;
}

h4 {
  font-size: 17.5px;
}

button {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #617A8C;
  background-color: #617A8C;
  box-shadow: none;
  color: whitesmoke;
  letter-spacing: 1px;
  font-size: 18px;
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  height: 0px;
  clear: both;
}

.brand-logo {
  margin-left: 20px;
}

.nav-wrapper ul {
  margin-right: 20px;
}

.nav-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%
}

#overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.sidenav li a {
  color: whitesmoke;
}

.card {
  padding-top: 0px;
  box-shadow: none;
}

.card-content {
  margin: 0px;
}

.card-content p{
  margin-top: 15px !important;
}

.card1 {
  padding: 10px;
  box-shadow: none;
  border-radius: 5px;
}

.card1 img {
  border-radius: 5px !important;
}

.card1 p {
  margin-top: 0px;
  padding: 5px;
}

.card1 .title {
  display: block;
  font-size: 20px !important;
  font-weight: 450;
  margin: 0px;
  margin-top: 5px;
  padding: 5px;
  background-color: #eaeaea;
}

.card2 {
}

.card2 .title {
  display: block;
  font-size: 16px !important;
  font-weight: 450;
  margin: 0px;
  margin-bottom: 5px;
  background-color: silver;
  padding: 5px;
  border-radius: 5px;
}

.card2 img {
  margin: 10px;
  margin-left: 0px;
  border-radius: 5px !important;
}

.card2 p {
  padding: 5px;
  padding-top: 0px;
}

.card3 {
  padding: 10px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.card3:hover {
  background-color: #dbdbdb;
}

.card3 .title {
  font-size: 16px !important;
  font-weight: 450;
  margin: 0px;
  display: inline-block;
  display: block;
  padding: 5px !important;
  background-color: silver;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.card3 p {
  padding: 5px;
}

.card4 {
  padding: 10px;
  padding-top: 0px;
  border-top: 2px solid gray;
  background-color: #f7f7f7;
}

.card5 {
  padding-top: 0px;
  padding: 10px;
  background-color: #f7f7f7;
}

.card6 {
}

.card6 ul {
  border: none;
}

.card4 .title {
  display: block;
  font-size: 19.5px !important;
  font-weight: 450;
  margin: 0px;
  margin-bottom: 10px;
}



.card5 .title {
  display: block;
  font-size: 16px !important;
  font-weight: 450;
  margin: 0px;
  padding-top: 5px;
}

.card3 img {
  width: 30%;
  border-radius: 5px !important;
}

.home-page-main-art-image img {
  height: 300px !important;
  width: auto !important;
  display: block;
  margin: auto;
}

.card4 p {
  margin-bottom: 15px !important;
}

.card4 img {
  # width: 100%;
  border-radius: 5px !important;
}

.title-2 {
  font-size: 16px !important;
  font-weight: 450;
  background-color: none;
}

.article-image {
  max-width: 90%;
  max-height: 300px;
  display: block;
  margin: auto;
}

.article-video {
  max-width: 90%;
  display: block;
  margin: auto;
}

.admin-menu {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.custom-link1 {
  font-size: 15px;
}

#user-profile-table a {
  color: navy;
}

#user-profile-table th {
  background-color: #617a8c;
  border: 1px solid whitesmoke;
  color: whitesmoke;
}

.striped {
  background-color: #90a4ae;
}

.error-msg {
  background-color: yellow;
  color: red;
  padding: 10px;
  border: 1px solid red;
  margin-bottom: 5px;
}

#description {
  padding: 5px !important;
  margin-top: 5px;
  min-height: 80px;
}

label[for=description] {
  top: -7.5px;
}

#article_text {
  padding: 5px !important;
  margin-top: 5px;
  min-height: 150px;
}

label[for=article_text] {}

#nav-menu {
  display: block;
  background-color: black;
  clear: both;
}

#nav-menu-links {
  float: left;
  padding: 10px;
}

#nav-menu-links a {
  text-decoration: none;
  padding: 10px;
  color: whitesmoke;
}

#nav-menu-links a:hover {
  background-color: #eaeaea;
  color: black;
}

#nav-menu-links-right {
  float: right;
  padding: 10px;
}

#nav-menu-links-right a {
  text-decoration: none;
  padding: 10px;
  color: lightgreen;
}

#nav-menu-links-right a:hover {
  color: yellow;
}

.confirm-msg {
  background-color: lightgreen;
  color: darkgreen;
  border: 1px solid darkgreen;
  padding: 10px;
  margin-bottom: 10px;
}

hr {
  border: 1px solid #608b84;
}

.collection-item {
  background-color: #eaeaea !important;
}

.collection-item:hover {
  background-color: #dbdbdb !important;
}

.collection-2 {
  border: none;
}

.card1-author-date {
  float: right;
  font-size: 15px;
  color: #60688b;
}

.card2-author-date {
  font-size: 15px;
  color: #60688b;
}

.list-card-author-date {
  display: block;
  font-size: 15px;
  color: #60688b;
}

.collection-2-image{
  width:30% !important;
  height:auto !important;
}
@media only screen and (min-width: 601px) {
  .nav-wrapper {
    width: 95%;
    margin: auto;
  }

  .container {
    width: 95%;
    margin: auto;
  }
}

@media only screen and (min-width: 993px) {
  .nav-wrapper {
    width: 70%;
    margin: auto;
  }

  .container {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (max-width: 993px) {
  .article-image {
    float: left;
  }
}

@media only screen and (max-width: 701px) {
  .article-image {
    float: none;
  }
}