/* UNIVERSAL */
body { 
  margin:0; 
  scroll-behavior: smooth;
} 

body, html {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

h1 {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

h2 {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

h3 {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

h4 {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

h5 {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

h6 {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

p {
	font-family: "Spartan", "futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
@charset "utf-8";
@import url("landingpage.css");
@font-face {
    font-family: 'old_londonregular';
    src: url('oldlondon-webfont.woff2') format('woff2'),
         url('oldlondon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*GENERAL RESPONSIVE AND LAYOUT TOOLS*/
@media only screen and (max-width: 500px) {
  .desktop {
    display:none;
  }
  .mobile {
    display:block;
  }
}

@media only screen and (min-width: 500px) {
   .desktop {
    display:block;
  }
  .mobile {
    display:none;
  }
}

.center{
   text-align: center;
}


/* NAVIGATION */
.topnav {
  background-color: #000000;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #e31c96;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  font-family: 'old_londonregular';
}

/* Change the color of links on hover */
.topnav a:hover {
  color: #ffffff;
}

#myBtn:hover {
  cursor:pointer;
}

.heading {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.heading a {
  float: left;
  display: block;
  color: Black;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  font-family: 'old_londonregular';
}

#topnav-wrapper {
  display: flex;
}

#mobile-nav-wrapper {
 display:none;
}
#footer-mobile-nav-wrapper {
 display:none;
}

/*HAMBURGUR MENU */
.wrapper {
  width:60px;
  height:60px;
 background-color:transparent;
 border-style:none;
  margin: 0 auto;
  position: relative;
}

.wrapper:hover {
 cursor:pointer;
}

.wrapper:hover .middle {
  width:24px;
  height:24px;
  top:24%;
  left:27%;
  border-radius: 50%;
  background-color:white;
  opacity:0.3;
}

.wrapper:hover .top {
  -webkit-transform:rotate(45deg);
  top:40%;border-radius:10px;background-color:white;
}

.wrapper:hover .bottom{
  -webkit-transform:rotate(-45deg);
  top:40%;border-radius:10px;background-color:white;
}

.bar {
  width:40px;
  height:5px;
  border:2px solid white;
  position: absolute;
 border-radius:10px;
}

.top {
  left:15%;
  top:20%;
  -webkit-transition:all 0.5s;
}

.middle {
  left:15%;
  top:40%;
  -webkit-transition:all 0.5s;
}

.bottom {
  left:15%;
  top:60%;
  -webkit-transition:all 0.5s;
}

/* SCROLLBAR */
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

/* landing page*/
.video-container {
   background-position: top;
	position: absolut;
   overflow-x: hidden;
   overflow-y: scroll;
}

#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;

}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  width: 100%;
}
.video-content {
z-index: 99999;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

}

#video-container  {
  z-index: 99999;
  position: relative;
  min-height: 100%;
  width: 100%;
}

#video-container  .inner {
  min-height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-content .inner a {
  color: #fff;
  
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}


.mobile-wrapper {
  /*max-width: 80%;*/
  overflow: hidden;
}

/* LIGHT DARK MODE */
  
main p {
  align-self: center;
  font-family: sans-serif;
  transition: color 0.3s ease;
}
/*TOGGLE COLORS*/
.dark {
  background: #545454;
  color: #eedddd;
}
p {
  background: none !important;
}
/*SWITCH*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  align-self: center;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 64, 182);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider {
  border-radius: 30px;
}

.slider:before {
  border-radius: 50%;
}

/* BONUS STYLING */
.darkmode-explainer {
  color:aliceblue;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 6pt;
  margin-top: 20px;
  text-align: center;
}
.mode-wrapper {
  padding:5px;
}

/* ABOUT */
#about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
#about {
  color: var(--color-text);
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin: 30px;
  border-style: solid;
  border-width: 5px;
  border-color: blue;
  border-radius: 25px;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}	


/* CONTACT */
#contact-container {
  display: flex;
align-items: center;
justify-content: center;
}

#contact {
  color: var(--color-text);
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding: 30px;
 margin: 30px;
 border-style: solid;
 border-width: 5px;
 border-color: blue;
 border-radius: 25px;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}


/*PORTFOLIO LABEL*/
#portfolio {
	background-color: black;
	}

/*PORTFOLIO PDF*/
.portfolio-flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-desktop-item {
  padding: 5px;
  text-align: center;
}

.portfolio-mobiile-item {
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .portfolio-desktop-item {
    display: none;
  }
  .portfolio-mobile-item {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .portfolio-desktop-item {
    display: block;
  }
  .portfolio-mobile-item {
    display: none;
  }
}