body {
  overflow-x: hidden;
  color: #235b8c;
}
p,
ul,
ol,
ul li,
ol li {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a {
  color: white;
  font-weight: 600;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #d99d36;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 3px;
  text-align: center;
  max-width: 300px;
  margin: 10px auto 15px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f041";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 1.3em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #d99d36;
  color: white;
}
hr.star-primary {
  border-color: #235b8c;
}
hr.star-primary:after {
  background-color: white;
  color: #235b8c;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #d99d36;
  color: white;
}
header .container {
  padding-top: 90px;
  padding-bottom: 30px;
}
header img {
  display: block;
  margin: 0 auto 12px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.0em;
}
header .intro-text .skills {
  font-size: 1.2em;
  font-weight: 400;
}
header a:hover,
header a:focus,
header a:active,
header a.active {
  color: #368dd9;
}
hr.soften {
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(217, 157, 54, 0), #d99d36, rgba(217, 157, 54, 0));
  background-image: -moz-linear-gradient(left, rgba(217, 157, 54, 0), #d99d36, rgba(217, 157, 54, 0));
  background-image: -ms-linear-gradient(left, rgba(217, 157, 54, 0), #d99d36, rgba(217, 157, 54, 0));
  background-image: -o-linear-gradient(left, rgba(217, 157, 54, 0), #d99d36, rgba(217, 157, 54, 0));
  border: 0;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.4em;
  }
  header .intro-text .skills {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 10px 0 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 5px 0 0 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.8em;
  }
  .navbar-default .navbar-brand {
    padding: 12px 15px;
  }
}
.navbar-default {
  border: none;
  background-color: #235b8c;
}
.navbar-default .navbar-brand {
  font-weight: 700;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  outline: none;
  color: #368dd9;
}
.navbar-default .navbar-nav {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:active,
.navbar-default .navbar-nav li a.active {
  outline: none;
  color: #368dd9;
}
.navbar-default .navbar-nav .open,
.navbar-default .navbar-nav .open .dropdown-menu li {
  text-transform: none;
}
.navbar-default .navbar-nav .open a,
.navbar-default .navbar-nav .open .dropdown-menu li a {
  background-color: white;
  color: #368dd9;
}
.navbar-default .navbar-nav .open a:hover,
.navbar-default .navbar-nav .open .dropdown-menu li a:hover,
.navbar-default .navbar-nav .open a:focus,
.navbar-default .navbar-nav .open .dropdown-menu li a:focus {
  background-color: #368dd9;
  color: white;
}
.navbar-default .navbar-nav > .active > a {
  letter-spacing: 1px;
  background-color: #235b8c;
  color: white;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  letter-spacing: 1px;
  background-color: #235b8c;
  color: #368dd9;
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #d99d36;
  color: white;
}
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #368dd9;
  outline: none;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio a {
  color: #368dd9;
}
#portfolio a:hover,
#portfolio a:focus,
#portfolio a:active,
#portfolio a.active {
  color: #d99d36;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #235b8c;
  border-radius: 35px;
  background: rgba(140, 140, 140, 0.03);
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(217, 157, 54, 0.5);
  border: 2px solid #235b8c;
  border-radius: 35px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #235b8c;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #d99d36;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #737373;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #737373;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #d99d36;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #737373;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-success,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #d99d36;
  border-color: #d99d36;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #458fd0;
  border-color: #458fd0;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #235b8c;
  border-color: #235b8c;
}
.btn-default,
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #458fd0;
  border-color: #458fd0;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #235b8c;
  border-color: #235b8c;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 15px;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 80%;
  padding: 10px 15px;
  text-align: center;
}
.portfolio-modal .modal-content p,
.portfolio-modal .modal-content ol,
.portfolio-modal .modal-content ul,
.portfolio-modal .modal-content ol li,
.portfolio-modal .modal-content ul li {
  text-align: left;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 20px 0 3px;
}
.portfolio-modal .modal-content a {
  color: #235b8c;
}
.portfolio-modal .modal-content a:hover,
.portfolio-modal .modal-content a:focus,
.portfolio-modal .modal-content a:active,
.portfolio-modal .modal-content a.active {
  color: #d99d36;
}
.portfolio-modal .modal-content .close {
  padding: 2px;
  margin: 3px;
  color: #458fd0;
  background-color: #ffffff;
  border: 2px solid #458fd0;
  border-radius: 8px;
}
.portfolio-modal .modal-content .close:hover {
  color: #235b8c;
  background-color: #eeeeee;
  border-color: #235b8c;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  background-color: #d99d36;
  opacity: 0.8;
  border-radius: 15px;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#my-captcha {
  margin: auto;
  width: 60%;
}
@media (max-width: 767px) {
  #my-captcha {
    margin: 3px 0;
    width: 90%;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.my-captcha-error ul li {
  color: red;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 40px;
  background-color: #2d76b5;
}
footer .footer-col {
  margin-bottom: 40px;
}
footer .footer-below {
  padding: 0px 0px 5px;
  background-color: #235b8c;
}
footer .footer-below .hidden-text {
  color: #235b8c;
  font-size: x-small;
  text-align: right;
}
.btn-social {
  padding: 8px;
  margin: 5px 0;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  font-size: 24px;
  color: white;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  color: #d99d36;
  background: white;
  border: solid 2px white;
}
#error-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#notebook-container.container {
  width: 100%;
}
.license {
  line-height: 16px;
  color: #2d76b5;
  background-color: #eeeeee;
  padding: 20px 10px;
}
.license p,
.license ul,
.license ol,
.license ul li,
.license ol li {
  font-family: monospace;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
.license ul li,
.license ol li {
  padding: 2px 0;
}
.license ul {
  list-style-type: none;
}
