/* gradient info goes in the first two lines in body, or five lines if you picked max compatibility */

body {
background: #800080;
background: linear-gradient(225deg, rgba(128, 0, 128, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 221, 0, 1) 100%);
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
letter-spacing: 2px;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}







/* regular button with color change on hover */

.link {
text-align: center;
padding: 20px;
border: 3px solid MidnightBlue;
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}




			
		/* this solidifies the .link button on hover */
a {
text-decoration: none;
color: MidnightBlue;
transition: color 0.8s;
}
		/* this changes the text from white to black for .link on hover */
a.link:hover {
color: white;
background: MidnightBlue;
}





/* regular button with no color change or hover effect */

.link2 {
text-align: center;
padding: 20px;
border: 3px solid indigo;
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}





/* solid button with text color change on hover */

.link3 {
text-align: center;
color: white;
font-weight: bold;
background: MidnightBlue;
padding: 20px;
border: 3px solid indigo;
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
		/* this changes the text from black to grey for .link3 on hover */
		
a.link3:hover {
color: #999;
background: #fff;
}






/* solid button with no color change or hover effect */

.link4 {
text-align: center;
color: #000;
font-weight: bold;
background: #fff;
padding: 20px;
border: 3px solid indigo;
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}




/* controls text and image slide in effect */
.animate-top{position:relative;animation:animatetop 1.2s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
}

/* controls image fade in effect */
.opacity{animation:opac 2.2s}@keyframes opac{from{opacity:0} to{opacity:1}
}


/* MOBILE RESPONSIVE */

@media screen and (max-width: 600px) {

  body {
    font-size: 16px;
    letter-spacing: 1px;
  }

  /* logo scales up on mobile so it isn't tiny */
  img {
    width: 25%;
  }

  /* buttons go full width on small screens */
  .link, .link2, .link3, .link4 {
    width: 85%;
    padding: 16px;
    box-sizing: border-box;
  }

}

/* Assembled by Nero Villagallos O'Reilly as a part of the The Quick 'n' Dirty Guide to Making a Website (2022). See https://blog.itsnero.com/webguide for more info. */

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
img{vertical-align:middle}a{color:inherit}
/* End extract */


/* TOP NAVIGATION BAR SETTINGS */

.navbar-txt {
	font-size: 20px;
	color: white;
	text-decoration: none;
	padding: 16px 16px 32px 16px;
	vertical-align:middle;
	overflow:hidden;
	line-height: 2;
	text-align:center;
	}
	
a.navbar-txt:hover, a.navbar-txt:active {
	background: black;
	}
	
.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 6px;
	background-color:#3F0FB7;
}

/* MAIN CONTENT TEXT SETTINGS */

html,body {
	font-family: "inconsolata", sans-serif;
	background-color: black;
	color: white;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family: "righteous", sans-serif;
}

h1 {
	font-size: 100px;
	color: #fff;
	line-height: 80%;
	}
	

h2 {
	font-size: 72px;
	color: #3F0FB7;
	line-height: 80%;
	}


h3 {
	font-size: 50px;
	color: #7746F0;
	}
	

h4 {
	font-size: 48px;
	color: #37ffed;
	}
	

h5 {
	font-size: 30px;
	color: #fff;
	}
	

h6 {
	font-size: 24px;
	color: #fff;
	}


.content {
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 60px;
  margin-left: 60px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* IMAGES, ETC DISPLAY SETTINGS */

.imageprev {
	width: 90%;
	max-width: 100%;
	height: auto;
}

/* GRID DISPLAY */

.four-grid {
   display: grid;
   grid-template-rows: 1fr;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 20px;
   height: 100%;
}

.three-grid {
   display: grid;
   grid-template-rows: 1fr;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 20px;
   height: 100%;
}

.two-grid {
   display: grid;
   grid-template-rows: 1fr;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
   height: 100%;
}

.item {
   grid-row-start: 1;
   grid-row-end: 2;
}

li.onehundred {
  list-style-type: "ðŸ’¯";
}

li.eyes {
  list-style-type: "ðŸ‘€";
}

li.logo {
  list-style-image: url('../images/logo_tiny.png');
}

.svg {
	width: 4%;
}

/* MOBILE RESPONSIVE */

@media screen and (max-width: 768px) {

  /* scale down huge headings */
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  /* reduce content margins so things aren't squished */
  .content {
    margin-top: 80px;
    margin-left: 16px;
    margin-right: 16px;
  }

  /* collapse all grids to single column */
  .four-grid,
  .three-grid,
  .two-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  /* reset item positioning so single column stacks naturally */
  .item {
    grid-column: 1;
    grid-row: auto;
  }

  /* stack the index page image instead of floating it */
  img[style*="float"] {
    float: none !important;
    display: block;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }

  /* navbar: allow text to wrap and shrink */
  .navbar {
    display: flex;
    flex-wrap: wrap;
    padding: 4px;
  }

  .navbar-txt {
    font-size: 14px;
    padding: 10px 8px;
  }

  /* footer icons scale up so they're tappable */
  .svg {
    width: 10%;
    min-width: 32px;
  }

}

