html,
body {
  height: 100%;
  width: 100%;
  background-color: black;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transform: translateY(-30%);
}

.title h1 {
  padding: 0;
  margin: 0;
  font-size: 120px;
  font-family: Georgia;
  color: #ffffff;
  /* color: #0DBFE3; */
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

#intro span {
  color: #0DBFE3
}

/* Navigation Bar */
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 58px;
}
.navbar-brand {
  position: relative;
  margin-left: 4.8% !important;
  transform: translateY(18%);
  padding: 0px 0px;
  height: auto;
  cursor: pointer;
}
#brand-logo {
  height: 40px;
  display: block;
}
.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
    height: auto;
}
#main-nav.navbar-default {
  background: #000;
}
@media only screen and (min-width: 641px) {
  .portfolio-wrap-1 {
    margin-left: 0%;
  }
  #portfolio-row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-top: 10px
  }
  #main-nav.navbar-default {
      background: #000;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  }
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #0DBFE3;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

#djinn_blurb {
  color: #0DBFE3;
}

.glow {
  -webkit-animation: glow 3s ease-in-out infinite alternate;
  -moz-animation: glow 3s ease-in-out infinite alternate;
  animation: glow 3s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 
                 0 0 50px #000000, 0 0 60px #000000, 0 0 70px #000000;
  }
  to {
    text-shadow: 0 0 20px #0DBFE3, 0 0 30px #0DBFE3, 0 0 40px #0DBFE3, 0 0 50px #0DBFE3, 
                 0 0 60px #0DBFE3, 0 0 70px #0DBFE3, 0 0 80px #0DBFE3;
    /* text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 
                 0 0 60px #ffffff, 0 0 70px #ffffff, 0 0 80px #ffffff; */
  }
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  /* background: url('../img/stary_djinn.mp4') no-repeat center center fixed;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* .header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* .header video,
 .callout video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* YouTube player containers - cover behavior like video elements */
#djinn-player,
#blue-nebula-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh; /* 16:9 aspect ratio minimum width */
  height: 100vw; /* Dynamic height based on viewport width */
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* Ensure the iframe inside the YouTube player also covers properly */
#djinn-player iframe,
#blue-nebula-player iframe {
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

/* Intro */

.intro {
  color: #ffffff;
  background: #000000;
  padding: 50px 0;
}

/* Services */

.services {
  color: #ffffff;
  background: #0DBFE3;
  padding: 50px 0;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .service-col {
    width: 50%;
    float: left;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Services responsive layout for screens less than 640px */
@media only screen and (max-width: 640px) {
  .portfolio-col {
    width: 50%;
    float: left;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  #portfolio-row {
    display: block;
  }
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* .callout video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* .callout img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.callout .vert-text {
  position: relative;
  z-index: 1;
}

/* Portfolio */

.portfolio {
  color: #ffffff;
  background: #000000;
  padding: 50px 0;
}
.portfolio-item {
  margin-bottom: 25px;
}
.img-portfolio {
  margin: 0 auto;
}
.portfolio h2 {
 margin-bottom: 0px;
}
.portfolio h4 {
  margin-bottom: 5px;
}
.portfolio p {
  margin: 0px;
  font-size: 14px;
}
.portfolio hr {
  margin-top: 10px;
}

#globe, #stock, #ice, #chat {
  aspect-ratio: 7 / 4;
  width: 350px;
  border-radius: 20px;
}
.portfolio-wrap-1 {
  height: auto;
  width: auto;
}
.portfolio-wrap-2 {
  height: auto;
  width: auto;
}

/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0DBFE3;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px 5px;
}

/* Map */

.map {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.map img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Footer */
footer {
  color: #ffffff;
  background: #000000;
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
  color: #0DBFE3;
}

/* a:-webkit-any-link {

} */