:root {
  --color: #292f33;
  --basicblue: #091f2f;
  --brightblue: #288be4;
  --liberty: #fb4d42;
  --darkestblue: #061622;
  --darkerblue: #0c2639;
  --brighterblue: #45789c;
  --brightestblue: #51acff;
  --darkergray: #58585b;
  --darkgray: #d2d2d2;
  --lightgray: #e0e0e0;
  --lightergray: #f2f2f2;
  --sans: "Montserrat";
  --sans-serif: "Lora";
  --ink: #292f33;
}

html {
  font-family: "Lora";
  height: fill-available;
  min-height: -moz-available; /* WebKit-based browsers will ignore this. */
  min-height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  min-height: fill-available;
}
body {
 min-height: 100vh; 
  background-size: 100%;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
color: #292f33;

  background-image: linear-gradient(120deg, #bdc3c7 10%, #2c3e50 80%);
}

.card {
  background-color: var(--brightblue);
  color: var(--lightergray);
  height: 300px;
  width: 300px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  /* The Following CSS will create a Glassmorphic background - taken from a few sources */
  background: rgba( 81, 172, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.24);
  backdrop-filter: blur( 06.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border-radius: 10px;
  border: 1px solid rgba(167, 157, 157, 0.18);
/*       */

}



h2 {
  padding-top: 20px;
  color: var(--lightgray);
  font-size: 48px;
  font-family: "JetBrains Mono";
  text-shadow: 1px 1px 2px var(--ink);
}

.with-radial-gradient {
  border-style: solid;
  border-width: 10px;
  border-image: radial-gradient(#45789c, #51acff) 1;
}

img {
  border-style: solid;
  border-width: 10px;
  border-image: radial-gradient(#45789c, #51acff) .4;
  max-width: 100%;
  max-height: 100%;
  display: block; /* remove extra space below image */
}

.flexBox {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  overflow: hidden;
  padding-top: 10px;
  padding-left:30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.cards {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-gap: 2rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 500px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .flexBox {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }




  .flexBox {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
}

.card-p {
  padding: 10px;
  font-family: "Lora";
}

#tag {
  color: bas;
  align-items: center;
  justify-content: center;
}

.svg {
  margin-top: -20px;
  padding-top:100px;
  width:100%;
  padding-right: -100px;
  height: 100%;
}


.topnav {
  position: fixed;
  top: 1 ;/* required */
  
  overflow: hidden;
  display:flex;
  width: 100%;
  align-items:center;
  justify-content: space-between;
  background-color: var(--brighterblue);
  background-image: linear-gradient(120deg, #e0c3fc 10%, #8ec5fc 80%);
}

.topnav a {

  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  /* border-radius: 10px;
  background-image: linear-gradient(120deg, #fdfbfb71 0%, #ebedee7e 100%); 
  color: var(--ink);
  background: rgba( 81, 172, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.34);
  backdrop-filter: blur( 06.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border-left: 2px solid rgba(167, 157, 157, 0.28);
border-bottom:  2px solid rgba(167, 157, 157, 0.28); */

}

.topnav a.active {
  border-radius: 10px;
  background-image: linear-gradient(120deg, #fdfbfb71 0%, #ebedee7e 100%); 
  color: var(--ink);
  background: rgba( 81, 172, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.34);
  backdrop-filter: blur( 06.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border-left: 2px solid rgba(167, 157, 157, 0.28);
border-bottom:  2px solid rgba(167, 157, 157, 0.28);
}

.topnav .icon.active {
  color:#061622;
  background-color: var(--liberty);
}
.topnav .icon {
  display: none;
  background-color: transparent;
}

@media screen and (max-width: 600px) {
   .topnav a:not(:first-child) {display: none;} */
   .topnav a {display: none;} */
  .ul { 
    display: none;
  color: white;  }
  .topnav a.icon {
    float: right;
    display: block;
  }
   .topnav a {display: none;} */It all coems down to this being the last one to clean it all up */

  h2 {
    font-size: 24
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 100px;
    top: 0;
    margin: 5[x];
    padding:10px;
   
  }

  .topnav a.active {
    border-radius: 0px 0px 0px 30px;    background-image: linear-gradient(120deg, #fdfbfb71 0%, #ebedee7e 100%); 
    color: var(--ink);
    background: rgba( 81, 172, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.34);
    backdrop-filter: blur( 06.0px );
    -webkit-backdrop-filter: blur( 20.0px );
    border-left: 2px solid rgba(167, 157, 157, 0.28);
  border-bottom:  2px solid rgba(167, 157, 157, 0.28);
  }


  .topnav a:hover {
    border-radius: 10px;
    background-image: linear-gradient(120deg, #fdfbfb71 0%, #ebedee7e 100%); 
    color: var(--ink);
    background: rgba( 81, 172, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.34);
    backdrop-filter: blur( 06.0px );
    -webkit-backdrop-filter: blur( 20.0px );
    border-left: 2px solid rgba(167, 157, 157, 0.28);
  border-bottom:  2px solid rgba(167, 157, 157, 0.28);
  
  }
  

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding-left:px;
    padding-top: 50px;
  }
}



.fab, .fas, .fa-terminal {
  font-size:36px;
  color:  var(--brightestblue);
  text-shadow: 2px 2px #222121;

}
.faṡ.fa-archway, .fas.fa-bars {
  font-size: 32px;
  color: #9c47fc;
  display: block;
  background: -webkit-linear-gradient(#9c47fc, #356ad2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
 text-shadow:none; 
}

h3 {
  color: white;
font-size: 20px;
font-family: "JetBrains Mono";
padding-left: 15px;
padding-top: 5px;
}

h4 {
  color: white;
font-size: 20px;
font-family: "JetBrains Mono";
padding-left: 35px;
margin-right: -20px;
}
.color {
  padding-right: 25px;
 max-width:320px;
  margin : 0px auto ; 
  margin-bottom: 50px;
  background: rgba( 81, 172, 255, 0.25 );
  min-height : 275px ; 
  border-radius : 20px 0px 20px 0px;
  display : relative ; 
  backdrop-filter: blur( 06.0px );

   box-shadow: 0px 10px 10px  #222121;
}
.terminal {
 
  margin-top: 20px;
  padding-top: 10px;
   padding-left:20px;
   padding-bottom: 10px;
   padding-right: 0px;
   margin-right: -25px;
  font-size: 20px;
  font-weight:500;
  border-radius: 20px 0px 20px 0px;
  text-shadow:1px 1px 10px var(--ink), 1px 1px 10px var(--darkestblue);
  font-family: "Montserrat";
  background: rgba(81, 171, 255, 0.047);
  box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.34);
  backdrop-filter: blur( 06.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border-left: 2px solid rgba(167, 157, 157, 0.28);
border-top:  2px solid rgba(167, 157, 157, 0.28);
color:var(--lightgray);
}
@media (min-width: 600px) {
  .color {
    min-height: 350px;
    max-width: 600px;
    padding-bottom: 10px;
  }
  .terminal {
    margin-top: -25px;
    padding-left:10px;
  }

  h3{
    font-size:32px;
  }
h4 {
  font-weight: bold;
  font-size: 38px;
}
}
@media (min-width: 1000px) {
  .terminal {
    margin-top: -250px;
  }
.color{
  max-width: 950px;
  }
  h3{
    font-size:32px;
    line-height: 40px;
  }
h4 {
  font-weight: bold;
  font-size: 38px;
  line-height: 70px;
}
}

.navbar {
  /* position: relative; */
  /* default colors + transition */
  background-color: transparent;
  color: black;
  transition: all 0.3s ease-out;
}

/* scrolling state */
.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  /* scrolling colors */
  background-color: black;
  color: white;
}

.navbar.fixed-top a {
  color: white;;
}

.about {
  margin-left: 20px;
  background: rgba( 81, 172, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(36, 44, 151, 0.24);
  backdrop-filter: blur( 06.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border-radius: 10px;
  border: 1px solid rgba(167, 157, 157, 0.18);
padding-left: 20px;
  grid-area: content;
font-size: 24px;
padding-top: 20px;
}
#starter{}
.side {
  
  padding-top: 10px;
  grid-area: sidebar;
  display: block;
  flex-direction: column-reverse;
  width: 50px;
  flex-wrap:nowrap;
padding-right: 10px;
}
.i{
  padding-right: 5px;
  padding-bottom: 5px;
 
}

.graphics {
  grid-area: ad;
}
.wrapper {
  margin : 0px auto ; 
  justify-content: space-around;
  justify-items: center;
  padding-right:0px;
  display: grid;
  gap: 30px;
padding-left: -300px;
  grid-template-areas:
 
  "content sidebar"
  "ad      footer";
}
.main-footer {
  padding-top: 50px;
  padding-bottom: 25px;
  grid-area: footer;
}
.hero {
  display:none;
}

@media (min-width: 765px) {
  .wrapper {width: 750px; padding-left: 50px;padding-right:0px;}
  .article{
    padding-left:  -40px;
    margin-left: 400px;
  }
  .btn-outline-dark {
    margin-right: 5px;
  }
  .side {
    margin-left: 0px;
    padding-top: 10px;
    grid-area: sidebar;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    height:110px;
  width: 0px;
  padding-bottom: 0px;
    padding-right: 10px;  
    margin-right: 100px;
  }
}

@media (min-width: 1000px) {
  .bghero {
    margin-top: -400px;
    padding-top: 0px;
padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size:contain;
    height: 1500px;
    background-image:url("https://i.ibb.co/9s95HSL/zakim-hero.png");
  }
.color{
  margin-left: 100px;
  margin-top: -1250px;
  margin-bottom: 210px;
}
.hero {
  display: inline;
}
.btn-outline-dark {
  margin-right: 10px;
  letter-spacing: 3px;
}
  .wrapper {min-width: 950px;
    padding-left: 0px;
    padding-right:20px;}

  i{
  padding-bottom: 5px;
  }
    .side {
      padding-top: 10px;
      grid-area: sidebar;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      flex-wrap:wrap;
      height:180px;
      width: 40px;
    padding-right: 10px;  
    }

  }

  @media (min-width: 2000px) {
    .bghero {
      margin-top: -500px;
      padding-top: 0px;
      background-repeat: no-repeat;
      background-size:contain;
      height: 2000px;
      background-image:url("https://i.ibb.co/9s95HSL/zakim-hero.png");
      }
.color{
  margin-left: 100px;
  margin-top: -1450px;
  margin-bottom: 600px;
}
.hero {
  display: inline;
}
  .wrapper {min-width: 950px;
    padding-left: 0px;
    padding-right:20px;}

  i{
  padding-bottom: 5px;
  }
    .side {
      padding-top: 10px;
      grid-area: sidebar;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      flex-wrap:wrap;
      height:180px;
      width: 40px;
    padding-right: 10px;  
    }
  }
  .mask-custom {
    backdrop-filter: blur(5px);
    background-color: rgba(178, 60, 253, 0.2);
  }

  
  .mygrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  justify-items: center;
  justify-content: center;
  margin-top: 30px;
}
.three {
  grid-column: 2;
  grid-row: 1 / 3;
}

.two {
  display: flex;

  grid-column: 3;
  grid-row: 1/3;
}
.box{
  flex-direction: row;
  padding-left: 50px;
  padding-bottom:  80px;
}
