body {
  border: 25px solid #2b4162;
  border-bottom: none;
  background-color: rgb(41, 41, 41);
}
nav {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 40px;
}

nav a {
  color: white !important;
  font-size: 2em;
}

.navbar-end {
  float: right !important;
}

.logo-img {
  max-width: 400px;
}

.show-mobile {
  display: none;
}

header {
  position: relative;
  top: 0;
  min-height: 100vh;
  width: 100%;
  transform-style: inherit;
  z-index: -1;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url("images/Jim_Holder_Headshot_grad.jpg") top center;
  background-size: cover;
  transform: translateZ(-1px) scale(1.2);
  min-height: 100%;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .logo-img {
    width: 75%;
    height: auto;
    margin: auto 0;
  }

  .show-mobile {
    display: revert;
  }

  .show-desktop {
    display: none;
  }

  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url("images/Jim_Holder_Headshot_grad_mobile_centered.webp") top
      center;
    background-size: cover;
    transform: translateZ(-1px) scale(1.2);
    min-height: 100%;
    z-index: 0;
  }
}

/*************************************************************
  SECTIONS
**************************************************************/
.content {
  margin-bottom: 0 !important;
}

section {
  position: relative;
  /* min-height: 100vh; */
  width: 100%;
  position: relative;
  transform-style: inherit;
}

.section1 {
  background: #247ba0;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section1 h1,
.section1 a {
  color: #fffcff !important;
}

.section2 {
  background: #fffcff;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section2 ul {
  list-style: none !important;
  margin: 0 auto !important;
  font-style: italic;
  font-weight: 400;
}

.list-radio li {
  font-size: 1.3em;
  margin: 20px 0;
}

.list-opened {
  font-size: 1.2em;
  margin: 15px 0;
}

#contact {
  background: #eee5e9;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*************************************************************
  CAROUSEL
**************************************************************/

.carousel-cell {
  width: 50%;
  height: auto;
  margin-right: 10px;
  text-align: center;
}

.main-carousel ol {
  margin: 0 auto !important;
}

/*************************************************************
  BASIC STYLES
**************************************************************/
*,
*::before,
*::after,
:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import "https://fonts.googleapis.com/css?family=Overlock:400,400i,700|Oleo+Script";

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 62.5%;
  font-family: "Overlock", Arial, Helvetica, sans-serif;
}
::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}

.is-active {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.navbar-item:hover {
  background: none !important;
  color: #eee5e9;
}
.last {
  border-bottom: 25px solid #2b4162;
  padding: 5px;
}
