body {
  background-color: white;
}

.jumbotron {
  /* background-image: url("../images/privatejet.jpg"); */
  background-size: cover;
  background-position: 0% 55%;
  margin-top: 5em;
  margin-bottom: 0;
  padding-bottom: 180px;
  height: 700px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* opacity: 0.7!important; */
  border-radius: 0 !important;
}

.navbar {
  padding-top: 0;
  -webkit-box-shadow: 0px 10px 42px -4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 10px 42px -4px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 10px 42px -4px rgba(0, 0, 0, 0.28);
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove space between logo and links on Navbar */
a.navbar-brand {
  width: 100px;
  cursor: pointer;
}
.navbar-brand {
  margin-bottom: -0.5em;
  padding-top: 0;
}

a.nav-link {
  transition: color 0.1s;
}

a.nav-link:hover {
  /* font-size: 16.5px; */
  cursor: pointer;
}

.logo {
  width: 80%;
}
/* ----------------------------------------------*/

.introtext {
  font-family: "Josefin Sans";
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.introtext p {
  margin: 20px;
}

.secondtitle {
  margin-top: 1em;
}

.section1 {
  background-color: rgba(0, 0, 0, 0.07058823529411765);
  padding: 0;
}

.aboutintro {
  padding-top: 2em;
}

.pillnav {
  margin: 1em;
}

.seo {
  margin: 0 !important;
  padding: 0 !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\NAV PILL STYLES\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.nav-pills > a.active {
  background-color: #ededed !important;
  color: rgb(169, 32, 49) !important;
  border: 1px solid rgb(169, 32, 49);
}

.nav-pills > a {
  color: rgb(169, 32, 49) !important;
}

.navpills > a:hover {
  background-color: #dc3545 !important;
  color: white !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-link-color {
  color: #dc3545 !important;
  background-color: #ededed !important;
}
/*\\\\\\\\\\\\\\\\\\\\\END NAV PILL STYLES\\\\\\\\\\\\\\*/

.stamplogo {
  width: 65%;
  margin: auto;
  display: block;
  max-width: 200px;
}

.experience_list {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.services h1 {
  font-family: "Josefin Sans";
  font-size: 60px;
  font-weight: 600;
  color: white;
}

.services {
  background-color: rgb(114, 102, 102);
}
.section2 {
  background-color: white;
  padding: 0;
}

.section3 {
  background-color: rgba(0, 0, 0, 0.07058823529411765);
  padding: 0;
}

.section4 {
  background-color: orange;
}

div.section3 h1 {
  font-family: "Josefin Sans";
  color: black;
}

div.section2 h1 {
  font-family: "Josefin Sans";
  color: black;
}

#contact {
  background-color: rgb(114, 102, 102);
  padding: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.material-icons.md-48 {
  font-size: 48px;
  margin-top: 1em;
}

i.sorticon1 {
  font-size: 60px;
  margin-top: 0.4em;
  color: orange;
  z-index: -1;
}

i.sorticon2 {
  font-size: 60px;
  margin-top: 0.4em;
  color: green;
  z-index: -1;
}

i.sorticon3 {
  font-size: 60px;
  margin-top: 0.4em;
  color: blue;
  z-index: -1;
}
.cardshadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tilebgimage {
  overflow: hidden;
  position: relative;
  height: 170px;
}

.tiletransparent {
  background-color: rgba(255, 255, 255, 0.35);
  padding: 1em 1em 0 1em;
}

.tiletitle {
  font-size: 1.5rem !important;
  color: black;
  font-weight: 600;
}

img.pill-img {
  width: 250px;
  height: 225px;
  border-radius: 3px;
  object-fit: contain;
}

.card-img-top {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

hr {
  width: 70%;
  background-color: black;
}

.contacttitle {
  font-family: "Josefin Sans";
}

.pocket-title {
  /*letter-spacing: 1px;*/
}
.pocket-title > span {
  color: #f1a004;
}

.lukasonchair {
  width: 100%;
  height: auto;
  max-width: 340px;
}

.lukas-bio>p{
  max-width: 700px;
}

a.linkhover {
  color: white;
}

a.linkhover:hover {
  text-decoration: none;
  color: rgb(76, 65, 65);
}

.icon {
  font-size: 12px !important;
}

.expand-link {
  color: #f1a004;
}
.expand-link:hover {
  text-decoration: none;
  transition: color ease-in-out 0.25s;
  color: black;
}



.footer {
  background-color: rgb(104, 90, 90);
}

div.footer div.col.text-center {
  padding-left: 0;
  padding-right: 0;
}

div.credit {
  color: black;
  text-align: center;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-right: 0;
}

div.credit a {
  color: black;
  text-decoration: none;
  font-weight: 800;
}

div.credit a:hover {
  font-weight: 700;
}

div.privacy-link {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 0;
  color: white;
  padding-left: 0;
  padding-right: 0;
}

div.privacy-link a {
  color: white;
  font-weight: bold;
}

div.privacy-link a:hover {
  color: rgb(35, 34, 34);
  text-decoration: none;
}

hr.footer-hr {
  background-color: white;
  width: 50%;
}

.android-app>img {
  width: 250px;
}
.apple-app {
  margin-top: 8px;
}

.pocket-link {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.pocket-link > span {
  color: #f1a004;
}

.button-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Lazy Load Image Transition */

.b-lazy {
  -webkit-transition: opacity 800ms ease-in-out;
  -moz-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
