body {
  background: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  /* color: #1a1a1a; */
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1, h2,h3 { font-weight: 300; }
p { line-height: 28px;}
hr {
  border-color: #f2f2f2;
 /* width: 100px; */
  margin-bottom: 40px;
}
/* Enforce white headers across all devices */
h2, h4, h5, h6 {
  color: #ffffff !important;
}
.title {
  color: #303030;
  font-size: 60px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* START NAVIGATION */
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #000;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
}
.navbar-default /*.navbar-brand */{
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  padding: 10px 0 0 12px;
}
.navbar-branding {
color:#ffffff; !important;
font-family: "antina", sans-serif;
font-weight: 700;
font-style: normal;
font-size:30px;
line-height: 45px;
padding: 10px 0 0 12px;
}
.navbar-default .navbar-nav li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover { color: #40ff00; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #40ff00;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #40ff00;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #40ff00;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* END NAVIGATION */

/* START HOME */
.strayopus-home {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;  
  height: 100vh;
  overflow: hidden;
  text-shadow: 
  1px 1px 0px rgba(0, 0, 0, 0.8),  
  -1px -1px 0px rgba(0, 0, 0, 0.8),
  1px -1px 0px rgba(0, 0, 0, 0.8),
  -1px 1px 0px rgba(0, 0, 0, 0.8);
}
.spacer {
    width: 10%;
}

/* Container for the video to manage positioning */
/* Fullscreen video container */
.video-container {
  position: relative; /* Keep the container relative to stack content properly */
  width: 100%;
  height: 100vh; /* Full height of the viewport */
  overflow: hidden; /* Prevent overflow */
}

/* Video styling */
#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the video */
  width: 100%; /* Default: Cover the width of the container */
  height: 100%; /* Default: Cover the height of the container */
  object-fit: cover; /* Ensure the video covers the container without distortion */
  z-index: -1; /* Keep the video behind other content */
}

/* Overlay text styling */
.overlay-text {
  position: absolute; /* Absolute positioning inside the container */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for text centering */
  font-family: Arial, sans-serif; /* Choose a clean font */
  padding: 20px;
}
h1 {
  font-size: 48px; /* Adjust size as needed */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .9); /* Add shadow for better readability */
}

/* Responsive adjustment for smaller screens */
@media (max-aspect-ratio: 16/9) {
  #myVideo {
    width: auto; /* Adjust width to auto */
    height: 100%; /* Fit the height instead */
  }
}
h1.deepshadow {
  font-family: 'Antina', sans-serif; /* Use Antina font */
  font-weight: 700; /* Bold font weight */
  font-size: 20vw; /* Set font size */
  color: #ffffff; /* Make the text transparent for the shadow effect */
  text-align: center; /* Center the text */
  text-transform: uppercase; /* Uppercase letters */
  letter-spacing: 2px; /* Adjust kerning */
  line-height: 90px; /* Adjust line height */
  padding-top: 20px;
  text-shadow: 
    0 -1px 0 #000, 
    0 1px 0 #000, 
    0 2px 0 #000, 
    0 3px 0 #000, 
    0 4px 0 #000, 
    0 5px 0 #000;
    /* 0 6px 0 #000, 
    0 7px 0 #000, 
    0 8px 0 #000, 
    0 9px 0 #000, 
    0 10px 0 #000, 
    0 11px 0 #000, 
    0 12px 0 #000, 
    0 13px 0 #000, 
    0 14px 0 #000, 
    0 15px 0 #000, 
    0 22px 30px rgba(0, 0, 0, 0.9); */ /* Deep shadow effect */
}
/* For mobile screens, use viewport height for font size */
@media (max-width: 768px) {
  h1.deepshadow {
    font-size: 15vh; /* Font size based on viewport height */
  }
  .overlay-text {
  position: absolute; /* Absolute positioning inside the container */
  top: 25%; /* Center vertically */
}
}

.so-home-title,
 .so-home-subtitle {
  text-transform: uppercase;
 }
.so-home-title { font-size: 80px; }
.so-home-subtitle {
  color: #40ff00;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.so-home-subtitle {
  color: #40ff00;
  font-weight: bold;
  padding-bottom: 40px;
  padding-top: 40px;
  letter-spacing: 2px;
}
.so-view-more-btn {
  background: #40ff00;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 50px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.so-view-more-btn:hover {
  background: #ffffff;
  color: #40ff00;
}
/* END HOME */

/* START WORK */
.so-padding-top-bottom-100 {
  padding-top: 40px;
  padding-bottom: 0px;
}
.so-work-h3 {
  color: #40ff00;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-align: center;
}
.work-wrapper {
  border: 1px solid #666;
  border-radius: 2px;
  text-align: left;
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
  color: #ffffff;
}
.work-wrapper:hover { border-color: #40ff00; }
.work-wrapper .fa {
  color: #888888;
  font-size: 60px;
  padding-bottom: 40px;
}
/* END WORK */

/* START PORTFOLIO */
.so-portfolio {
  background: #000000;
  padding-top: 80px;
}
.so-portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.so-portfolio .d-md-3,
 .so-portfolio .col-sm-3 {
  padding: 0;
  margin: 0;
}
.so-portfolio-title {
  font-size: 60px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 40px;
}
.portfolio-item-title {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.portfolio-thumb {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.portfolio-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #208000;
  color: #ffffff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
  padding: 0 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.portfolio-overlay a,
.portfolio-overlay a:visited,
.portfolio-overlay a:hover {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.8;  
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.portfolio-overlay .fa {
  border: 1px solid #666;
  border-radius: 0;
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 10px;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:focus,
 .filter-wrapper li a:hover,
 .filter-wrapper li a.selected {
  background: #40ff00;
  border-color: transparent;
  color: #000000;
}

/* ISOTOPE BOX CSS */
.iso-box-section { width: 100%; }
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
  height: auto;
}
/* END PORTFOLIO */

/* START RESUME */
.so-red-text { color: #40ff00; }
.so-info-label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.so-info-label a {
  color: #40ff00; /* Default color */
  text-decoration: none;
  transition: color 0.3s ease; /* Smooth color transition */
  outline-offset: 2px; /* For focus outline */
}

.soi-info-label a:hover,
.so-info-label a:focus {
  color: #ffffff; /* Change color on hover or focus */
  text-decoration: underline; /* Add underline on hover or focus */
  outline: 2px dashed #40ff00; /* Focus outline */
}

.so-info-label a:active {
  color: #ff8000; /* Change color when clicked */
}

.so-info-label a:visited {
  color: #800080; /* Change color for visited links */
}
.so-progress {
  background: #fff;
  border-radius: 2px;
  height: 4px;
}
.progress-bar-danger { background: #40ff00; }
.so-progress-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}
.progress-percent-small {
  display: block;
  float: right;
  padding-right: 80px;
}

/* Make all regular text white */
#resume p, #resume h4 {
  color: #ffffff;
}

/* END RESUME */

/* START ABOUT */
.so-about {
  background: url('../images/about-bg.jpg') center center / cover no-repeat; /* Combines centering and resizing */
  background-attachment: fixed; /* Keeps the background fixed while scrolling */
  padding-top: 60px;
  padding-bottom: 100px;
}
.so-about p {
  color: #ffffff;
}
/* END ABOUT */

/* START SOCIAL */
.so-social {
  text-transform: uppercase;
}
.so-social .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.so-social .col-md-4 {
  padding: 0;
  margin: 0;
}
.facebook:hover,
.twitter:hover,
.pinterest:hover {
  background: #202020;
}
.facebook { background: #3b5998; }
.twitter { background: #55acee; }
.pinterest { background: #cc2127; }
.media {
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.so-social a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.so-social .media .fa {
  background: #ffffff;
  border-radius: 2px;
  color: #707070;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
}
.so-social-title {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
/* END SOCIAL */

/* START CONTACT */
.so-contact {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.form-control {
  background: transparent;
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.form-control:focus,
 .form-control:hover {
  background: #202020;
  color: #ffffff;
}
input { height: 50px; }
.so-contact p { padding-top: 40px; }
/* END CONTACT */

@media screen and (max-device-width: 1024px){
  .strayopus-home {
    background-attachment: scroll;
  }
}

/* START MEDIA 980 */
@media screen and (max-width:980px){
  .portfolio-overlay  { padding-top: 10px; }
}
/* END MEDIA 980 */

@media screen and (max-width: 767px) {
  .so-home-title { font-size: 40px; }
}

/* START MEDIA 360 */
@media screen and (max-width:360px){
  .navbar-default .navbar-brand {  padding-top: 2px; }
}
/* END MEDIA 360 */

/* START MEDIA 768 */
@media (max-width: 768px) {
  .so-about {
    background-attachment: scroll;
  }
}/* END MEDIA 768 */
