@font-face {
	font-family: 'JetBrainsMono-Regular';
	src: url("Fonts/JetBrainsMono-Regular.woff2");
}
@font-face {
	font-family: 'JetBrainsMono-Bold';
	src: url("Fonts/JetBrainsMono-Bold.woff2");
}
@font-face{
	font-family: 'Bitmap';
	src: url("Fonts/ADDSBP__.woff2");
}
@font-face {
	font-family: 'HL2';
	src: url("Fonts/halflife2.woff2");
}
#container {
	max-width: 900px;
	margin: 0 auto;
}
header{
	border-top: 20px solid #2C00FF;
	border-right: 20px solid #2C00FF;	
	border-left: 20px solid #2C00FF;
	margin: auto;
	text-align: center;
	align-items: center;
	background-image: url(Backgrounds/comp014.gif);
	background-repeat: repeat;
}
p {
	color: #2C00FF;
	font-size: 16px;
	margin: 60px;
}
a {
	color: purple;
}
body {
	font-family: JetBrainsMono-Regular, sans-serif;
	background-image: url(Backgrounds/comp020.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center bottom;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	/*background-image: url(Circles.png);
	background-repeat: repeat;
	background-position: right;*/
}
h1 {
	font-family: 'bitmap';
	text-align: center;
	color: #2C00FF;
	font-size: 64px;
}
h2 {
	text-align: center;
	font-size: 20px;
	background-image: url(Backgrounds/starsagain.gif);
	background-repeat: repeat;
	border: 10px solid #2C00FF;
	background-color: #6c9af0;
	color: #2C00FF;
}
h3 {
	font-size: 16px;
	color: #2C00FF;
	text-align: center;
	background-image: url(Backgrounds/starsagain.gif);
	background-repeat: repeat;
	border: 10px solid #2C00FF;
}
.vistant, .sam, .retrogame {
	/*margin-right: 300px;
	width: 33%;*/
	font-family: 'JetBrainsMono-Bold';
	text-align: left;
	color: #2C00FF;
	font-size: 16px;
	border-radius: 25px;
	border: 15px solid;
	border-color: #2C00FF;
	padding: 20px;
	background-image: url(Backgrounds/Win95.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
.intro {
	/*margin-right: 300px;
	width: 33%;*/
	font-family: 'JetBrainsMono-Bold';
	text-align: left;
	color: #2C00FF;
	font-size: 16px;
	border-radius: 25px;
	border: 15px solid;
	border-color: #2C00FF;
	padding: 20px;
	background-image: url(Backgrounds/Win95.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
.form {
	/*margin-right: 300px;
	width: 33%;*/
	font-family: 'JetBrainsMono-Bold';
	text-align: left;
	color: #2C00FF;
	font-size: 16px;
	border-radius: 25px;
	border: 15px solid;
	border-color: orange;
	padding: 20px;
	background-image: url(Backgrounds/Win95.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
.Res {
	border-radius: 25px;
	border: 15px solid;
	border-color: orange;
	padding: 20px;
	background-image: url(Backgrounds/Win95.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
th, td {
	border: 1px solid;
	padding: 10px;
}
.muh-games {
	border-radius: 25px;
	border: 15px solid;
	border-color: orange;
	padding: 10px;
	background-image: url(Backgrounds/Win95.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
th {
	font-size: 20px;
}
.img_pot {
	float: left;
	padding-left: 90px;
	padding-right: 15px;
	padding-top: 90px;
}
.ad {
	justify-content: center;
	width: 100%;
}
#navbar {
	border-radius: 20px 20px 0px 0px;
	border-top: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-color: #2C00FF;
	padding: 10px;
	height: 40px;
	background-color: #2C00FF;
	background-image: url(Backgrounds/starsagain.gif);
    /* navbar color */
	max-width: 900px;
}
#navbar ul {
	display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}
#navbar li {
	padding-top: 10px;
}
/* navigation links*/
#navbar li a {
	color: #2C00FF;
/* navbar text color */
	font-weight: 800;
	text-decoration: none;
/* this removes the underline */
}
/* navigation link when a link is hovered over */
#navbar li a:hover {
	color: #130461;
	text-decoration: underline;
}
#flex {
	display: flex;
}
aside {
	width: 200px;
	padding: 20px;
	font-size: smaller;
	background-image: url(Backgrounds/comp016.gif);
	background-repeat: repeat;
	background-position: bottom;
	border-radius: 0px 0px 20px 0px;
	border-top: 15px solid;
	border-left: 8px solid;
	border-bottom: 15px solid;
	border-right: 15px solid;

	border-color: #2C00FF;
	padding: 10px;
	text-align: center;
}
main {
	width: 700px;
	flex: 1;
	padding: 20px;
	order: 2;
	/*background-image: url(Azul.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;*/
	background-image: url(Backgrounds/Waves.png);
	background-repeat: repeat;
	background-position: right;
	border-left: 15px solid #2C00FF;
	border-top: 15px solid #2C00FF;
	border-bottom: 15px solid #2C00FF;
	border-radius: 0px 0px 0px 20px;
	/*border-color: orange;*/
	justify-content: center;
}

.box {
	border: 10px solid #2C00FF;
	border-radius: 5px;
	background-color: skyblue;
	background-image: url(Backgrounds/Win95.png);
	background-position: border-left border-bottom;
	text-align: left;
}
.socialBlurb {
	margin: 20px;
}
.social {
	float: center;
	margin:20px;
}
.frems {
	border-color: orange;
	border: 5px;
}
.sub {
	border-top: 10px;
	border-bottom: 10px;
	/*background-image: comp020;*/
}
.ident {
	width: 86px;
	height: 15px;
}
footer {
    	font-family: JetBrainsMono-Bold;
        color: orange;
        background-image: url(Backgrounds/circles.png);
        background-repeat:repeat;
        background-position: center;
        text-align: center;
}
#buttonbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    background: hotpink !important;
}

#buttonbox img {
    display: block;
}
.section-title {
    font-family: 'bitmap';
    font-size: 22px;
    color: orange;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 5px solid orange;
    background-image: url(Backgrounds/starsagain.gif);
    background-repeat: repeat;
    padding: 5px;
}

/* Shared grid settings */
.blinkies-grid,
.stamps-grid,
.buttons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

/* Just making sure each image behaves */
.blinkies-grid img,
.stamps-grid img,
.buttons-grid img {
    display: block;
}
.hl2 {
	font-family: 'HL2';
	color: orange;
	font-size: 26px;
}
#rightSidebar {
	order: 3;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

/* Image inside modal */
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}