@import url('https://api.fonts.coollabs.io/css2?family=Geo&display=swap');


* {
  margin: 0;
  padding: 0;
}

*, 
::before, 
::after {
  box-sizing: border-box;
}

body {  
    background: #000 url(https://ik.imagekit.io/ghow2otb3rc/Projects/SoM/cdn/96337246-f14d4580-1085-11eb-8793-a86d929e034d_xLVdBIAQK.jpg);
    font-family:  Comic Sans MS, cursive, sans-serif; 
    font-size: 1.125em; 
    line-height: 0.3em; 
    background-repeat: repeat;
    animation: slidein 180s forwards infinite alternate;
}

.hamburger {
  position: absolute;
  right: .25rem;
  top: .6rem;
  flex: 0 0 28px;
  display: none;
  cursor: pointer;
/*   margin-left: auto; */
  z-index: 1;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    float: right;
    margin-right: .25rem;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

#topnav {
  padding-block: .675rem; 
}

/* Menu styles for non-mobile version */
#topnav nav {
    position: relative;
    --mgap: 2rem;
    width: min(100% - var(--mgap), 700px);
    margin: 0 auto;
    /* outline: 1px solid firebrick; */
}

#topnav nav ul {
  display: none;
  list-style: none;
  justify-content: center;
  gap: .5rem;
  background-color: hsl(43.8, 0%, 9.3%);
  border: 1px solid  hsla(43.8, 0%, 75.3%, 0.3);
  border-radius: .5em;
}

#topnav nav ul li {
  position: relative;
/*  background-color: #0000;
  border: 1px solid #efeeec00;
  border: 1px solid #c0c0c0;*/
}

#topnav nav ul li.active {
  background-color: hsl(43.8, 0%, 16.7%);
  border: 1px solid #efeeec00;
/*  border: 1px solid #c0c0c0;  */
  border-radius: .25rem;  
}

#topnav nav ul li:nth-of-type(1) {
  outline: 1px solid hlsa(0, 0%, 0%, 0.1);
  border-radius: 4px;
}


#topnav ul li a {
  display: inline-block;
  font-family: 'Geo';
  font-weight: 700;
  color: #fff;
    text-decoration: none;
/*  color: currentColor;*/
  padding: 12px 6px;
  text-transform: uppercase;
  letter-spacing: .045rem;
    transition: color .3s ease-in-out;
}
#topnav .topnavitem a:hover {
    /*background-color: blue;*/
    /*font-family: "Comic Sans MS", cursive;*/
    color: cyan; 
    /*font-size: 24px;*/
}

#content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-block: 5rem;
    margin-inline: 1rem;
    align-items: start;
}

#content #nav--column {
    --gap: 1rem;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    gap: var(--gap);
    padding-inline-start: 1rem;
    flex: 0 0 auto;
    /*  Fix the idth issue  */
/*    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;*/
}

#nav--column h2 {
    font-family: 'Geo';
    color: #c0c0c0;
    margin-bottom: 2rem;
    margin-inline-end: 2rem;
}

#nav--column ul {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    list-style: none;
    margin-bottom: 2rem;
}

#nav--column ul li a {
    font-family: 'Geo';
    font-weight: 700;
    color: #c0c0c0;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

#nav--column ul li a:hover {
    color: cyan;
}

#content iframe {
  max-width: 100%;
/*  width: 100%;*/
/*  align-self: flex-end;*/
/*  margin-inline-end: 25%;*/
  display: flex;
  justify-content: center;
}

@media (min-width: 540px) {
  #content {
    align-items: center;
  }
  #nav--column ul {
    flex-direction: row;
  }
  #nav--column {
    flex-direction: row;
    align-self: flex-start;
    justify-content: center;
  }

}

/* The media query for larger devices */
@media all and (min-width: 768px) {
  /* for display of non-mobile menu */
  #topnav nav ul { 
    display: flex; 
  }
  /* hides menu button at top of screen */
  .anchor-link { 
    display: none; 
  }
  /* hides menu in footer */
  #mobile-nav { 
    display: none; 
  }
  #content {
    flex-direction: row;
  }
  #nav--column ul {
    flex-direction: column;
  }  
  #nav--column h2 {
    margin-bottom: 8rem;
  }
  #content iframe {
   margin-inline-start: calc(3vw + max(3rem, 4vw));
  } /*  #main {
    position: relative;
    max-width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    padding-block-start: 4rem;
  } */ 
}

	
	
	#footer  {		 
	  line-height:10px;			
	  text-align: leftt;
     	  
	  clear: both; 			
		
	}
	

/* Styles for menu in footer */
#mobile-nav { 
    /*display: block; */
  display: grid;
  place-items: center;
  /*
  position: fixed;
  inset: 10% 0 0 ;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  transform: translate3d(-10%, 0, 0);
  */
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .85);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.6s ease-in-out;            
}
#mobile-nav ul {
    list-style: none;
    width: 80%;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}
#mobile-nav ul li { 
    list-style: none;
    text-align: center;         
    font-family: 'Geo';
    text-transform: uppercase;
}
#mobile-nav ul li a {
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff; 
    transition: color 0.6s ease-in-out;
}
#mobile-nav ul li a:hover { 
    /* background-color: blue; */
    color: cyan; 
}

#mobile-nav.showing {
    transform: translate3d(0, 0, 0);
}
a.middle
{
    position: relative;
    font-family: 'Geo';
    font-size: 1.5rem;
}

a.middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.8s ease-in-out;
}

a.middle:hover:before {
  visibility: visible;
  transform: scaleX(1);
}


.copyright {
  position: fixed;
  bottom: 10px;
  display: inline-flex;
  font-family: 'Geo';
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  line-height: .9;
}

.copyright img {
  order: -1;
}

.highlighter {
    position: absolute;
    top: 5px;
    left: 0;
    height: 70%;
    border-radius: 4px;
    background: hsl(43.8, 0%, 18.3%);
    outline: 1px solid #c0c0c0;
    outline: 1px solid hsla(43.8, 0%, 75.3%, 0.7);
    transition: 0.3s ease;
    transition-property: width, transform, opacity;
    opacity: 0;
}

@media (width >= 1080px) {
  .copyright {
    position: relative;
    line-height: .9;
  }
}
@keyframes slidein {
  0%,
  100% {
    background-position: 20% 0%;
    background-size: 3400px;
  }
  50% {
    background-position: 100% 0%;
    background-size: 2400px;
  }
}
	
	
	
	
	
	
	
	