.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

body {
    background-color: #f6f5f5;
    color: #33313b;
    padding-top: 3rem;
    font-family: Montserrat;
}

a, a:hover {
	color: #4592af;
}

#scroll-to-top {
  position:fixed;
  display: inline-block;
  text-align:center;
  right:15px;
  bottom:15px;
  background-color: #4592af;
  color: #f6f5f5;
  width: 30px;
  height: 30px;
  line-height:25px;
  font-size:1.75rem;
  border: 1px solid #4592af;
  border-radius: 50%;
  cursor:pointer;
  display:none;
}

/************** header ************/

.overtop-container {
  background-color: #e3c4a8;
  color: #f6f5f5;
  text-shadow: 1px 1px 2px #33313b;
  font-size: 1.5rem;
  min-height: 50px;
  line-height: 50px;
}

a#overtop-text,
a#overtop-text:hover {
  color: #f6f5f5;
  text-shadow: 1px 1px 2px #33313b;
  text-decoration: none;
}

#header-on-off:hover {
  cursor:pointer;
}

#search-button {
  background-color: #4592af;
  color: #f6f5f5;
}

#search-button:hover {
  color: #33313b;
}

nav {
  /*margin-top:50px;*/
}

/************** header ************/

/************** modal *************/

.modal-content {
  border: none;
}

.close {
  cursor: pointer;
}

.close, .close:hover {
  color: #f6f5f5;
  text-shadow: none;
  opacity: 1;
}

.modal-header, .modal-footer {
  background-color: #4592af;
  color: #f6f5f5;
  justify-content: center;
}

#dlCounterModal > div > div > div.modal-footer > button {
  background-color: #f6f5f5;
  color: #4592af;
  padding: 5px 30px;
  border: none;
}

.btn-login, .btn-edit, .btn-contact, .btn-cancel, .btn-forgot-password, .btn-back {
  background-color: #4592af;
  color: #f6f5f5;
}

/************** modal *************/

/************** header **************/

.search-form {
  /*display: table;*/
}

/************** header **************/


/************** navigation *************/

.nav-link {
  background: none;
  background-color: none;
  border: none;
}

.navbar-text {
  display:inherit;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:active {
  outline: 0 !important;
}

.navbar-dark .navbar-nav .nav-link:active {

}

/************** navigation *************/

/************* sidebar *****************/

#sidebar {
  padding-right: 15px;
}

.login-register {
  font-size: 1.5rem;
}

#daily-dl-label span {
  color: #4592af;
}

#daily-dl-counter {
  text-align:center;
  display: inline-block;
  background-color: #4592af;
  color: #f6f5f5;
  width:35px;
  height:35px;
  line-height:35px;
  border: 1px solid #4592af;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.daily-download-counter {
  text-align:center;
  display: inline-block;
  background-color: #4592af;
  color: #f6f5f5;
  width:20px;
  height:20px;
  line-height:20px;
  border: 1px solid #4592af;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.daily-download-limit {
  text-align:center;
  display: inline-block;
  background-color: red;
  color: #f6f5f5;
  width:20px;
  height:20px;
  line-height:20px;
  border: 1px solid red;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}


.sidebar-title h3 {
  padding: 5px;
  border-bottom: 2px solid #4592af;
  width: 100%;
}

.sidebar-title.title-first {
  margin-top:25px;
}

/************* sidebar *****************/



.top-container {
    border-bottom: 3px solid #f6f5f5;
    border-bottom-style: ridge;
    background-color: #4592af;
    color: #f6f5f5;
}

a.btn.sign-up {
    background-color: none;
    color: #f6f5f5;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    border: 2px solid #33313b;
    padding: 20px;
}

.typed-cursor {
    font-size: 2rem;
}

.main-container {
  padding: 0 15px;
  margin-bottom: 15px;
}

#edit {
  margin: 10px 0;
}

.articles-category {
  margin-bottom:25px;
}

/* articles pagination */

li.page-item {
  color: #f6f5f5;
}

.page-item.disabled .page-link {
  border: 1px solid #33313b;
}

.page-link {
  color: #f6f5f5;
  background-color: #4592af;
  border: 1px solid #33313b;
}

.page-link:hover {
  color: #33313b;
  background-color: #4592af;
  border: 1px solid #33313b;
}


.page-item {

}

#articles-pagination {
  margin-top: 50px;
}


/* articles pagination */


.card {
  margin: 10px 5px;
}

.card-left {
}

.card-right {
    margin: 0 auto;
}

.card-right img {
    margin: 0 auto;
}

.card-left img {
    margin: 0 auto;
}

.card-image {
    min-height: 200px;
    margin: 0 auto;
    padding: 10px;
}

.card-title {
  font-weight: 700;
}

.card-text {
  min-height: 200px;
}

.card-button, .card-button:active, .card-button:focus, .card-button:visited {
  background-color: none;
  border: 1px solid #33313b;
}

.card-button-detail {
  background-color: #4592af;
  color: #f6f5f5;
  font-size: 1.75rem;
  font-weight: 700;
}

.card-back-button {
  padding: 1.25rem;
}

.card-back-button-page {
  padding: 1.25rem 0;
}

#articles-info-box {
  /*background-color: #4592af;*/
  border: 2px solid #33313b;
  border-radius: 3px;
  padding: 10px;
}
/****************** footer *****************/

.footer-container {
  background-color: #33313b;
  color: #f6f5f5;
  margin-top: 75px;
  padding: 20px 15px 10px 15px;
}

.footer-terms.col-md-4 > ul > li {
  list-style: none;
}

/****************** footer *****************/

/************ media queries ****************/

/* change navbar font-size to display navbar properly on ipad 768px */
@media only screen and (max-width: 786px) {
  .navbar {
    font-size: 0.75rem;
  }
  .search-form input {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
    .typed-cursor {
      font-size: 1.5rem;
    }
    h2.display-4 {
      font-size: 2.5rem;
    }
    a.btn.sign-up {
      font-size: 1.25rem;
    }
}

@media only screen and (max-width: 576px) {
    .typed-cursor {
      font-size: 0.75rem;
    }
    h2.display-4 {
      font-size: 2rem;
    }
    a.btn.sign-up {
      font-size: 1rem;
    }
}

/************ media queries ****************/

/**************** css animations **************/


/**************** css animations **************/
