
:root {
  --header:#fff;
  --background:url('https://cyboarnetic.neocities.org/img/background.jpg');
  --box:#1c0c50;
  --accent1:#ff5afc;
  --accent2:#6d3dfc;
  --accent3:#20d5e1;
  --bodytext:#fff;
  --navtext:10px;
  --title: 15px bold;
  --u: #daac5c;
  --itallic:#9ea3fd;
  --mark:#7b3ffd;
  --marktext:#fff;
}


a:link, a:visited, a:active { 
color:var(--accent3);
text-decoration:none;
}
a:hover {
color:var(--accent2);
}
b {color:var(--accent3);font-weight:bold;}
i {font-style:italic;color:var(--itallic);}
u {color:var(--u);text-decoration:none;}
mark {background:var(--mark); color:var(--marktext);}
textarea {font:10px calibri;letter-spacing:1px;}
h1, h2, h3, h4, h5 {
font-family: "Silkscreen", sans-serif;
font-weight: 500;
font-style: normal;
color: var(--header);
}
hr {color:var(--accent3);}

body {
  background:var(--background);
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  margin:0;
  color:var(--bodytext);
  font-size:15px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.layout {
  width: 1200px;
  height: 900px;
  margin:auto;

}
.grid {
  display: grid;
  margin-top:0px;
  margin-bottom:0px;
  justify-content:center;
  grid: 
    'header header header header header'
    'nav nav nav nav nav'
    'left middle middle middle right';
}
.header { 
  grid-area: header;
  text-align:center;
  color:#20d5e1;
  height:120px;
  font-size: 35px;
}
.nav {
  grid-area:nav;
  width: 100%;
  height:20px;
  line-height:20px;
  margin:0 auto;
  border-top:2px solid var(--accent1);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight:bold;
  font-size:17px;
}
.nav a {
  display:inline-box;
  background: var(--accent2);
  color: var(--navtext);
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing:1px;
  padding:7px;
  padding-top:0;
  padding-bottom:0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav a:hover {
  background:var(--accent1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left { 
  grid-area: left; 
  width: 200px;
  margin-top:10px;
}
.middle { 
  grid-area: middle; 
  width: 800px;
  margin: 10px;
}
.right { 
  grid-area: right; 
  width: 200px;
  margin-top:10px;
}
.box {
  background:var(--box);
  border: 1px solid var(--accent1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:7px;
  margin-bottom:20px;
  max-height:400px;
  overflow:auto;
}
.title {
  background:var(--accent1);
  color:var(--title);
  font-size:17px;
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing:1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding:5px;
  
}
.title img {
  float: right;
  height:20px;
}
.framer {
  overflow: hidden;
  width: 800px;
}
.framer iframe {
  border:transparent;
  width:817px;
  height:700px;
}
.btn {
  margin:1px;
  height:40px;
  width:40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover {
  filter: brightness(50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer { 
  background:var(--box);
  height:30px;
  width:100%;
  position:fixed;
  bottom:0;
}
 /* Dropdown Button */
.dropnav {
  background-color: var(--accent2);
  color: white;
  padding: 10px;
  padding-top:0;
  padding-bottom:0;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  font-size:17px;
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing:1px;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 25px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 7px;
  border-radius:0;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: var(--accent1);}

/* 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 .dropnav {
  background-color: var(--accent1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius:0;
  } 