
#form-check {
  position: fixed;
  display:flex;
  justify-content:space-between;
  align-items:center;
  top: 10px;
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  transition: all 1s ease;
}
.settings-option {
  padding: .5em 1em;
  border-radius: 5px;
  display: flex;
  align-items: center; }

.theme-toggler__checkbox {
  opacity: 0;
  position: absolute;
  right: 5px;
  z-index: 1; }

.theme-toggler__switch {
  width: 50px;
  height: 25px;
  border-radius: 1em;
  position: relative;
  cursor: pointer;
  background: #e1ecec;
  border: 2px solid #206EEB;
  transition: all .1s linear;
  display: inline-block;
  vertical-align: middle; 
  
}

.theme-toggler__switch::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  margin-top: 0px;
  margin-left: 1px;
  border-radius: 1em;
  background: #39D353;
  border: 1px solid #259e39;
  box-shadow: 2px 5px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all .1s linear; }

.theme-toggler__checkbox:focus + .theme-toggler__switch {
  box-shadow: 0 0 0 15px #eee, 0 0 0 16px black;
  outline: 3px solid transparent; }

.theme-toggler__checkbox:focus:not(:focus-visible) + .theme-toggler__switch {
  box-shadow: none; }

.theme-toggler__checkbox:checked + .theme-toggler__switch {
  background: #031736;
  border-color: #58A6FF; }

.theme-toggler__checkbox:checked + .theme-toggler__switch::after {
  transform: translatex(22px);
  transition: transform .1s linear;
  border-color: #206EEB; }



img.headshot {
  opacity: .8;
  -webkit-filter: drop-shadow(0 0 2px #041b36);
  filter: drop-shadow(0 0 2px #041b36);
}
img.headshot:hover {
  opacity: .95;
}






#github {
  position: fixed;
  top: 8px;
  right: 80px;
  font-size: 30px;
  transition: all 1s ease;
}
#github a {
  color: #e1ecec;
}
#github a:hover {
  color: #D3D3D3;
}
[data-theme="light"] #github a {
  color: #222!important;
}
[data-theme="light"] #github a:hover {
  color: rgb(88, 88, 88)!important;
}
.quotes {
  display: none;
}


/*
.form-check {
  position: fixed;
  top: 10px;
  right: 30px;
}
#lightSwitch {
  transform: scale(1.6);
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  background-color: #58A6FF;
  border: 0!important;
  cursor: pointer;
}
#lightSwitch:checked {
  background-color: #206EEB;
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: 0!important;
}
.fa-moon {
  position: fixed;
  right: 85px;
  top: 14px;
  opacity: .5;
  font-size: large;
}
.fa-lightbulb {
  position: fixed;
  right: 10px;
  top: 14px;
  opacity: .5;
  font-size: large;
}
*/


.alert-success {
  background-color: #206EEB;
  color: #fff;
}
.alert-dismissible .btn-close {
  background-color: rgba(255, 255, 255, .8);
  color: #fff;
  top: 15px;
  right: 15px;
}
/*============= RESET STYLE =============
FONTS:
Body: font-family: 'Roboto', sans-serif;
Nav: font-family: 'Pacifico', cursive;
*/

/*-- iPhone X Remove Gutters
Ignore W3C Validation error for this style. --*/
html {
  padding: env(safe-area-inset);
  scroll-behavior: auto!important; /*-- Disable Bootstrap 5 Scroll Behavior to control speed in plugins.js --*/
  background-color: #39D353;
}

/*-- Body Resets --*/
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #616971;
  background: linear-gradient(to bottom right, #062041, #020B17);
}

.text-justify { /*-- Class Dropped in Bootstrap 5 --*/
  text-align: justify;
}

/*-- Main Wrapper --*/
.main-wrapper {
  background: #fff;
}

/*-- Option: Add Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*-- Remove Blue Browser Outline Around Buttons in Chrome --*/
a:focus,
button:focus {
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/*-- Pointer Cursor On Links & Buttons --*/
a, .btn, button {
  cursor: pointer!important;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 3rem;
  margin-top: -3rem;
  content: "";
  display: block;
}

/*============= BANNER =============*/
/*
.bg-portfolio {
  background-color: #0D1117;
}
*/
[data-theme="light"] .bg-portfolio {
  background-color: #e1ecec;
}
.text-blue {
  color: #58A6FF;
}
[data-theme="light"] .text-blue {
  color: #206EEB;
}
[data-theme="light"] .text-light {
  color: #222!important;
}

.btn-light {
  border-color: #F1FBFB!important;
  background-color: #F1FBFB!important;
}
.btn-light:hover,
.btn-light:focus {
  opacity: .8;
}
[data-theme="light"] .btn-light {
  border-color: #206EEB!important;
  background-color: #206EEB!important;
  color: white;
}


/*============= NAVIGATION =============*/

.navbar {
  background: #051a34;
  padding: 0rem .5rem;
  border-top: 1px solid #39d35380;
  border-bottom: 1px solid #39d35380;
  opacity: .75;
  transition: all ease .7s;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.navbar:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.navbar-nav .nav-link {
  color: #39d353;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all ease .6s;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #f6faff!important;
}
@media (min-width: 992px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


.about span {
  color: #F1FBFB;
  text-transform: none;
}
.about span a {
  color: #F1FBFB;
  text-decoration: none;
}




.p-0 {
  overflow: hidden;
  background-color: #002a33;
}
img {
  transition: all 1s ease;
  overflow: hidden;
}
img:hover {
  opacity: .95;
  transform: scale(1.015);
}







.text-red {
  color: #E9666A;
}
/*-- Button --*/
.btn-lg {
  border-width: thin;
  border-radius: 0;
  padding: .6rem 1.1rem;
  font-size: .9rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 1rem;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .2);
  opacity: .8;
}
.btn-lg:hover {
  opacity: 1;
}
.btn-red {
  border-color: #E9666A; /*-- ba3c4b EF8588 --*/
  background-color: #E9666A;
  color: white;
}
.btn-red:hover,
.btn-red:focus {
  border-color: #E9666A!important;
  background-color: white;
  color: black;
}
.btn-red:hover,
.btn-red:focus {
  border-color: white;
  background-color: white;
  color: black;
}
/*-- Banner Image --*/
.banner-img {
  border-radius: 50%!important;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .1);
}
img {
  max-width: 100%;
}


/*============= ABOUT =============*/

.title-underline {
  margin: .8rem 0 1.25rem;
  width: 5rem;
  height: .15rem;
  background-color: #39d353;
}
.about .svg-inline--fa {
  color: #39d353;
  font-size: 1.15rem;
  margin-left: 0;
  padding-left: 0;
}
[data-theme="light"] .about span {
  color: #616971;
  text-transform: none;
}
[data-theme="light"] .about span a {
  color: #616971;
  text-decoration: none;
}

/*-- About Progress Bar --*/
.progressbar-start p {
  margin: 0;
  padding: 0;
}
.percentCount {
  margin-top: -2.4rem!important;
}
.progressbar {
  margin-bottom: 1rem!important;
}

/*===== PARALLAX BACKGROUND IMAGES =====*/

/*--- Parallax Background Images Color --*/
.fixed-overlay {
  background-color: rgba(0, 0, 0, .15);
  z-index: 1000!important;
}
.bg-clear {
  background-color: rgba(255, 255, 255, .6);
}

/*===== EXPERIENCE =====*/

.title-underline-left {
  margin: 1rem 0 1.5rem;
  width: 3rem;
  height: .15rem;
  background-color: #58A6FF;
}

/*-- Red Date Circle --*/
.history-circle {
  background-color: #E9666A;
  border-radius: 50%;
  border: .2rem solid #F8F9FA;
  min-height: 11rem;
  max-height: 11rem;
  min-width: 11rem;
  max-width: 11rem;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .1);
}
.history-circle h5 {
  text-align: center;
  color: white;
  line-height: 1.8rem;
}
.border {
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .1);
}

/*-- Circle Progress --*/
.circle {
  margin: 1rem auto;
}
.circle canvas {
  background-color: #58A6FF;
  border-radius: 50%;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .15);
}
.circle strong {
  font-size: 2.2rem;
  color: white;
  margin: auto;
  position: absolute;
  top: 2rem; left: 0; bottom: 0; right: 0;
  padding-left: .5rem;
  z-index: 1;
  max-height: 480px;
}
.circle strong i {
  font-size: 1.3rem;
  font-weight: normal;
}

/*============= PORTFOLIO GALLERY FILTER / LIGHTBOX =============*/

/*-- Project Gallery Menu --*/
.gallery {
  width: 100%!important;
}
.navbar.projects {
  min-height: 1rem;
  letter-spacing: .05rem;
}
.filter ul li {
  padding: .5rem;
}
.filter ul li.filter-active a.nav-link.filter,
a.filter.is-checked,
li a.nav-link.filter.active,
li a.nav-link.filter:hover {
  background-color: #58A6FF!important;
  color: #fff!important;
  cursor: pointer!important;
}
a.nav-link.filter {
  padding-left: 1rem;
}

/*-- Project Gallery Layout --*/
.element-item {
  position: relative;
  float: left;
  width: 33%;
  min-height: 14rem;
  padding: .6rem;
}
.element-item img {
  width: 100%;
  margin-bottom: 1.5rem!important;
  height: auto;
  display:block;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .2);
}
.element-item a img:hover {
  opacity: .7!important;
  transition: all 0.3s ease 0s;
}

/*============= PROJECTS =============*/

#projects-carousel img {
  margin: 0 auto!important;
}
#projects-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  min-width: 100%!important;
  max-width: 100%!important;
}
#projects-carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0!important;
  padding: .4rem 1rem!important;
  border: .1rem solid white;
  font-size: 1.3rem!important;
  color: white;
  opacity: .5;
}
[data-theme="light"] #projects-carousel .owl-carousel .owl-nav button.owl-prev {
  border: .1rem solid black;
  color: black;
}
#projects-carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0!important;
  padding: .4rem 1rem!important;
  border: .1rem solid white;
  font-size: 1.3rem!important;
  color: white;
  opacity: .5;
}
[data-theme="light"] #projects-carousel .owl-carousel .owl-nav button.owl-next {
  border: .1rem solid black;
  color: black;
}
#projects-carousel .owl-carousel .owl-nav button.owl-prev:hover,
#projects-carousel .owl-carousel .owl-nav button.owl-next:hover {
  color: black;
  background-color: white;
  opacity: .8;
}
[data-theme="light"] #projects-carousel .owl-carousel .owl-nav button.owl-prev:hover,
[data-theme="light"] #projects-carousel .owl-carousel .owl-nav button.owl-next:hover {
  color: white;
  background-color: black;
}

/*-- References Image --*/
.owl-carousel .owl-item img {
  max-width: 500px;
  margin: 0 auto;
  border-radius: .2rem;
  transition: all 0.8s ease 0s;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .1);
}
.references img:hover {
  transform: scale(1.015);
}

/*============= FOOTER =============*/


footer .cursive {
  margin-bottom: 1rem;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  text-decoration: none;
  color: white;
}
ul.social {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline;
  padding-right: .6rem;
}
footer .social a:hover {
  color: #58A6FF;
  text-decoration: none;
}
footer .svg-inline--fa.fa-w-14 {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
  color: white;
  transition: all 0.5s ease 0s;
}
footer svg.svg-inline--fa:hover {
  color: #58A6FF!important;
}

/*--- Contact Form --*/
.form-group {
  margin-bottom: 1.3rem;
}
.form-control {
  background-color: #04172E;
  border-radius: 0;
  border: .15rem solid #ddddddb2;
  color: white!important;
  font-size: 1.1rem;
}
[data-theme="light"] .form-control {
  background-color: #f6faff;
  border-radius: 0;
  border: .15rem solid #5a5a5ab2;
  color: rgb(0, 0, 0)!important;
  font-size: 1.1rem;
}
.form-control:focus {
  background: #04172E;
  border: .15rem solid #fff;
}
[data-theme="light"] .form-control:focus {
  background: #f6faff;
  border: .15rem solid rgb(0, 0, 0);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b2b5b8!important;
}
input.btn {
  cursor: pointer;
}
.controls input:focus,
.controls textarea:focus { /*-- Remove Element Outlines in Contact Form --*/
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.btn-close { /*-- Resize "X" space in success/failure form message --*/
  width: .5em!important;
  height: .7em!important;
  padding: .5em .9em!important;
}

/*============= SOCKET =============*/

.socket {
  background-color: #000000;
  border-top: 1px solid #39d353a9;
  width: 100%;
}
[data-theme="light"] .socket {
  background-color: #ffffff;
  border-top: 1px solid #39d353a9;
}
.socket a {
  color: white;
}
[data-theme="light"] .socket a {
  color: #3C4F62;
}

/*============= TOP SCROLL =============*/

.top-scroll {
  height: 2.5rem;
  width: 2.9rem;
  border: 1px solid #fff;
  padding: .16rem .4rem 1.5rem .58rem;
  cursor: pointer;
  color: #fff;
}
[data-theme="light"] .top-scroll {
  border: 1px solid #002a33;
  padding: .16rem .58rem 1.5rem;
  cursor: pointer;
  color: #002a33;
}
.top-scroll svg.svg-inline--fa {
  font-size: 1.1rem;
  height: 1.6rem;
  padding: .2rem .3rem .2rem 0;
}
a.top-scroll {
  right: 2rem;
  bottom: 2rem;
  position: fixed;
  opacity: .45;
  z-index: 1000;
  display: none;
  transition: all .5s ease;
}
a.top-scroll:hover {
  opacity: .8;
  background-color: #fff;
  color: #002a33;
}
[data-theme="light"] a.top-scroll:hover {
  background-color: #002a33;
  color: #fff;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1200px (xl) */
@media (max-width: 1199.98px) {
  .element-item {
    min-height: 12rem;
  }
}

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
  .btn-lg {
    padding: .6rem .8rem!important;
    font-size: .9rem;
    margin: .4rem!important;
  }
  .navbar {
    padding: .4rem 1rem;
  }
  /*--- Nav Scrolling Offset --*/
  .offset:before {
    height: 3.95rem;
    margin-top: -3.95rem;
  }
  .banner-text {
    text-align: center;
  }
  .hidden-circle-lg {
    display: none;
  }
  .element-item {
    width: 50%;
    min-height: 12.6rem;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  .navbar.projects .navbar-toggler {
    width: 100%;
  }
  .navbar.projects .custom-toggler-icon {
    float: left;
    padding-right: 2rem;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.7rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.3rem; }
  h5 { font-size: 1.2rem; }
  h6 { font-size: 1.1rem; }
  p { font-size: 1.1rem; }
  /*--- Nav Scrolling Offset --*/
  .offset:before {
    height: 3.5rem;
    margin-top: -3.5rem;
  }
  .btn-lg {
    padding: .5rem .7rem!important;
    font-size: .9rem;
    margin: .4rem!important;
  }
  .banner-img {
    max-height: 18rem!important;
  }
  .history-circle {
    margin-bottom: -1rem!important;
    z-index: 9999!important;
  }
  .hidden-circle-md {
    display: none;
  }
  .element-item {
    width: 100%;
    min-height: 14rem;
  }
  #projects-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -.5rem!important;
  }
  #projects-carousel .owl-carousel .owl-nav button.owl-next {
    right: -.5rem!important;
  }
  .top-scroll {
    display: none!important;
  }
  .navbar-nav .nav-link {
    font-size: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*============= WAYPOINTS =============*/

/*-- OPTION: TURN OFF ANIMATION OFF COMPLETELY::
Note: may effect line progress bar with slight delay,
line-progressbar waypoints can be adjusted at bottom of plugins.js.--*/


/* remove this CSS comment to activate

.animated, .os-animation {
  -webkit-animation: none!important;
  -moz-animation: none!important;
  -o-animation: none!important;
  animation: none!important;
  opacity: 1!important;
  -webkit-animation-delay: none !important;
  -moz-animation-delay: none !important;
  animation-delay: none !important;
  }

*/

/*-- OPTION: TURN OFF ANIMATION ON MOBILE::
Note: may effect line progress bar with slight delay,
line-progressbar waypoints can be adjusted at bottom of plugins.js.--*/


/* remove this CSS comment to activate

@media (max-width: 767px) {
	.animated, .os-animation {
	  -webkit-animation: none!important;
	  -moz-animation: none!important;
	  -o-animation: none!important;
	  animation: none!important;
	  opacity: 1!important;
	  -webkit-animation-delay: none !important;
	  -moz-animation-delay: none !important;
	  animation-delay: none !important;
	  }
	}

*/


/*--- Prevent WayPoints from Browser Window Scrolling On Mobile --*/
/* Devices under 768px (md) */
@media (max-width: 767px) {
  .row {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

/*-- Don't modify waypoints CSS below,
this is required for waypoints/animation to work --*/
.os-animation{
  opacity: 0;
  margin: 0!important;
  max-width: 100%;
}
.os-animation.animated {
  opacity: 1;
}


/*--- Fix for Potential Navbar Jumping During Scroll --*/
.fixed-top  {
  -webkit-backface-visibility: hidden; /*-- Ignore Validation --*/
}

/*--- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

/*============= UNIVERSAL PARALLAX PLUGIN CSS =============*/
.parallax-container {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%
}
.parallax-container .parallax-content {
  margin: 0 auto;
  width: 100%;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100
}
.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%
}