/* Imports fonts and gives it name */
/* Passion Conflict - Passion */
@font-face {
  font-family: 'Sofia Sans';
  src: url('fonts/Sofia_Sans_Condensed/SofiaSansCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body,html{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


/* Changing wallpapers*/
.Section_top{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(images/Linx1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  justify-content: center;
  animation: change 20s infinite ease-in-out;
  animation-delay: 5s;
  animation-duration: 60s;
  background-color: #2a2a2a;
}



/* Container for text (invisble layer over entire page) */
/* Overlay */
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #2a2a2ab2;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 0;
  transition: 0.75s ease;
}

/* Hide scrollbar */
.overlay::-webkit-scrollbar{
  display: none;
}


/* Container for text (invisble layer over entire page) */
.container {
  position: relative;
  width: 100%;
  height: 100%;
  
}


/* When hover over overlay -> Do thing */ 
.container:hover .overlay {
  bottom: 0;
  height: 100%;
}



/* Text animation to move with overlay */
.text {
  white-space: nowrap; 
  position: relative;
  overflow: visible;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 25%;
}


/* Header */ 
.header {
  height: 5.5%;
  width: 100%;
  position: fixed;
  background: #0A0394;
  opacity: 1;
  z-index: 9999;
  
}

.headtext{
  padding-left: 5%;
  padding-top: 0.1%;  
}

.normal-header{
  font-family:'normal', Times New Roman; 
  opacity: 1;
  font-size: 1vw;  
  color: white;
}







/* button */
.button {
  background-color: #2a2a2a;
  border: none;
  color: white;
  display: inline-block;
  cursor: pointer;
  font-size: 85%;
  min-width: 160px;
  padding: 5%;
}

.button:hover {background-color: #887a7a}


/* Style The Dropdown Button */
.dropbtn {
  background-color: #0A0394;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 0.6%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2a2a2a;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 85%;  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #887a7a}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #276463;
}

/* Music Player dropdown */
/* Style The Dropdown Button */
.dropbtn2 {
  background-color: #0A0394;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: inline-block;
  margin-top: 0.6%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #2a2a2a;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 85%;  
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #887a7a}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {
  background-color: #276463;
}

.header{
  font-family:'Sofia Sans', Times New Roman; 
  opacity: 1;
  font-size: 2vw;  
  
}

.head{
  font-family:'Sofia Sans', Times New Roman; 
  opacity: 1;
  font-size: 3vw;  
  color: white;
}

.intro{
  font-family:'Sofia Sans', Times New Roman; 
  opacity: 1;
  font-size: 2vw;  
  color: white;
}

.small{
  font-family:'Sofia Sans', Times New Roman; 
  opacity: 1;
  font-size: 1.5vw;  
}

.normal{
  font-family:'Sofia Sans', Times New Roman; 
  opacity: 1;
  font-size: 2vw;  
}

.large{
  font-family:'Sofia Sans', Times New Roman; 
  opacity: 1;
  font-size: 3vw;  
  
}


/* Changing background */ 
@keyframes change{
  10%
  {
      background-image: url(images/Linx1.jpg);
  }
  20%
  {
      background-image: url(images/JT3D1.jpg);
  }
  30%
  {
      background-image: url(images/JT3D2.jpg);
  }
  40%
  {
      background-image: url(images/Inside.jpg);
  }
  50%
  {
      background-image: url(images/JT3D3.jpg);
  }
  60%
  {
      background-image: url(images/Gear.jpg);
  }
  70%
  {
      background-image: url(images/TB9.jpg);
  }
  80%
  {
      background-image: url(images/CF6-501.jpg);
  }
  90%
  {
      background-image: url(images/Linx2.jpg);
  }
  100%
  {
      background-image: url(images/Linx1.jpg);
  }
}