@charset "UTF-8";
body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
}
main {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.portfolio {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#readability {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/*Navigation and links*/
a, a:link, a:visited {
    font-weight: 600;
    color: #3C6839;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p, ul, ol, li {
	font-size: .9rem;
}
h1 {
    color: #1f5e29;
    text-shadow: 1.25px 1.25px rgba(0,0,0,0.25);
    margin-top: 1rem;
    font-size: 1.8rem;
}
h2 {
	font-size: 1.6rem;
    color: #30913f;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	margin: 1em auto 1em;
}
h3 {
    font-size: 1.2rem;
}
h5 {
	font-weight: 600;

}
h6 {
	font-weight: 800;
	font-variant: small-caps;
	font-size: 1.1rem;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
	font-size: .9rem !important;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.card {
	border: 1px solid rgba(0,0,0,.125);
}
.border, .border-secondary {
	border: 1px solid rgba(0,0,0,.125) !important;
}
.figure-caption {
	margin-bottom: 1em;
}
.navbar-custom {
    background-color: rgba(7,222,39,0.035) !important;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*Navbar*/
/* Custom navbar styling */
/* Custom navbar styling */
.navbar-custom {
  background-color: #f8f9fa; /* Set your desired background color */
  padding: 10px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* LinkedIn button image swap */
.linkedin-btn img {
  transition: all 0.3s ease; /* Smooth transition for the image swap */
}

/* On hover, swap the image */
.linkedin-btn:hover img {
  content: url('../../images/LinkedIn_hover.svg'); /* Swap to the hover image */
}

/* Navbar brand logo */
.navbar-brand img {
  max-width: 200px; /* Adjust the logo size if needed */
  height: auto; /* Let the height adjust automatically */
  display: block;
}

/* Center the navbar links */
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

/* Ensure the social buttons stay on the right */
.navbar .d-flex {
  margin-left: auto;
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #333; /* Set text color */
  font-weight: 500;
  margin-right: 15px; /* Add space between links */
}

.navbar-nav .nav-link:hover {
  color: #3C6839; /* Change link color on hover */
}

.navbar-nav .nav-link.active {
  color: #3C6839;
  font-weight: bold;
}

/* Social buttons on the right side */
.navbar .btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 10px; /* Ensure there's space between buttons */
}

.navbar .btn i {
  margin-right: 8px; /* Space between the icon and text */
}

.navbar .btn:hover {
  background-color: #3C6839;
  color: white;
}

.navbar .btn-outline-secondary:hover {
  background-color: #3C6839;
  color: white;
}

/* Mobile adjustments for the centered navbar */
@media (max-width: 992px) {
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    justify-content: center; /* Center the links on mobile as well */
  }

  .navbar .btn {
    width: 100%; /* Make social buttons full width on mobile */
    justify-content: center; /* Center align icons and text */
    margin-bottom: 10px; /* Add spacing between buttons */
  }
}

/*Logo*/
/*#UXname {
    font-family: 'Oregano', cursive;
    font-size: 3.5rem;
    color: #8c55d9;
    width: 4.5rem;
    float: left;
    margin-left: 1rem;
    font-weight: 500;
    text-decoration: none;
}
#authorname, #authorname a, #authorname a:link, #authorname a:visited, #authorname a:hover {
    font-family: 'Oregano', cursive;
    font-size: 2.6rem;
    color: #04911A;
    font-weight: 500;
    text-decoration: none;
    margin-top: .5rem;
}
#abouttext, #abouttext a, #abouttext a:visited, #abouttext a:hover {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: -1rem;
    margin-left: 2rem;
    font-variant: small-caps;
    font-size: 1.4rem;
    text-decoration: none;
    color: #8c55d9;
}
#logo > div#authorname > a:hover {
    font-family: 'Oregano', cursive;
    font-size: 2.6rem;
    color: #04911A;
    font-weight: 600;
    text-decoration: none;
    font-variant: normal;
    margin-left: 0;
}*/

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../images/home/slideshow_main.png");

  /* Set a specific height */
  height: 350px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
figcaption {
	font-size: .8rem;
	
}

footer {
    text-align: center;
}
