
/* style.css */

body {
  color: black;
}

h2 {
  color: MidnightBlue;
  font-style: italic;
}

.site-bg {
  padding: 0;
  margin: 0;
  /*
  padding-top: 320px;
  padding-bottom: 100px;
  background-color: LightCyan;
   background-image:
    url('../images/oldbridge.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
}

#loggedin {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 80px;
  color: darkblue;
  font-size: 1.0rem;
  text-align: center;
  padding: 5px;
  z-index: 9;
}
#loggedin i {
  font-size: 1.4rem;
}
#loggedin.inactive {
  border: none;
  background-color: transparent;
}
#loggedin.active {
  border: solid darkblue 1px;
  background-color: lightblue;
  opacity: 0.8;
}

.banner-slides {
  padding: 0;
  margin: 0;
  z-index: 2;
}
.carousel {
  z-index: -99;
}
.home-content {
  margin: -100px auto;
  padding: 0px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  background-color: white;
  border: solid MidnightBlue 2px;
  z-index: 1;
}
.content {
  padding: 20px;
  padding-top: 50px;
}
.content h4 {
  padding-bottom: 30px;
}
.content.banner-cols {
  padding-top: 20px;
}

/* nav */
nav.navbar {
  padding: 5px;
  padding-right: 100px;
  height: 50px;
  background-color: LightSkyBlue;
  color: black;
}
ul.nav {
  padding: 5px;
  padding-right: 50px;
  background-color: LightSkyBlue;
  color: black;
}
a.nav-link {
  margin-left: 15px;
  color: MidnightBlue;
  border: solid LightSkyBlue 1px;
}
a.nav-link i {
  padding-right: 5px;
}
a.nav-link:hover {
  color: White;
  border: solid LightSkyBlue 1px;
}
ul li a.active {
  color: Black;
  border: solid Black 1px;
}
button.navbar-toggler:hover {
  color: white;
  border: solid MidnightBlue 1px;
}
.navbar-toggler-icon {
  background-image: url("../images/bars.png");
}
.navbar-toggler-icon:hover {
  background-image: url("../images/bars-light.png");
}
/* // nav */


/* contact form styling */
.formdiv {
  padding-top: 60px;
}

/* login form */
.user-icon {
  width: 100%;
  text-align: center;
}
.user-icon img {
  width: 30%;
}
/* login form */

/* profile */
.admin-btn {
  text-align: right;
}
button .btn-std {
  margin-right: 50px;
  color: white;
  background-color: Blue;
}
button.btn-std a {
  color: white;
  text-decoration: none;
}

.logout {
  text-align: right;
}

.profile-content, .admin-content {
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid LightBlue 1px;
}

.contact-panel {
  margin: 15px auto;
  border: solid LightGrey 1px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: AliceBlue;
  overflow: hidden;
}
@media min-width: 1201px {
  .contact-panel {
    width: 75%;
  }
}
@media max-width: 1200px {
  .contact-panel {
    width: 85%;
  }
}
@media max-width: 1000px {
  .contact-panel {
    width: 95%;
  }
}
@media min-width: 768px {
  .contact-panel {
    width: 100%;
  }
}
.contact-img img {
  width: 100%;
  height: 100%;
}
.contact-form {
  padding: 40px;
  padding-right: 40px;
}
/* // contact form styling */

/* // 404 styling */
.div-404, .div-about, .div-blog {
  margin: 75px auto;
  border: solid black 1px;
}
/* // 404 styling */
.div-profile, .div-admin {
  margin: 25px auto;
  /*border: solid lightgrey 1px;*/
}

/* footer */
.footer {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  background-color: LightSkyBlue;
  color: black;
}
.footer-left {
  text-align: left;
  padding-left: 5%;
}
.footer-right {
  text-align: right;
  padding-right: 5%;
}
.footer a {
  color: black;
}
.footer a:hover {
  color: white;
  text-decoration: underline;
}
/* // footer */

# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
h4.author-title {
  color: #000;
  font-size: 18px;
  margin-top: 0;
  padding-top: 0;
}
h6.entry-published {
  color: DarkGray;
  font-size: 15px;
  margin-top: 0;
  padding-top: 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  color: #444;
  text-align: justify;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 20px;
  position: relative;
  text-align: justify;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .sidebar {
  padding: 15px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #444;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  margin-top: 15px;
  color: #444;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #444444;
}
.blog .sidebar .recent-posts h6 {
  font-size: 15px;
  margin-left: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #999;
}

.blog .sidebar .recent-posts h4 a {
  color: #444;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #000;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 0px;
  font-style: italic;
  font-size: 14px;
  color: #444;
}
.blog .sidebar .recent-posts p {
  display: block;
  margin-left: 0px;
  font-style: italic;
  font-size: 14px;
  color: #444;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}
.btn-blog {
  float: right;
  color: darkblue;
  background: lightblue;
  border: 1px solid darkblue;
  font-size: 0.8rem;
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.btn-blog:hover {
  background: darkblue;
  color: lightblue;
  border: 1px solid lightblue;
}
/* // end of blog */


