721817721817.coming-soon-regular {
  font-family: "coming soon", cursive;
  font-weight: 400;
  font-style: normal;
}
// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900
// <slant>: Use a value from -10 to 0

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" <slant>;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}
/* NOTE: END OF FONTS */

* {
  box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

html{
	font-size:10px;
}
html, body{
	background-image: url(images/textures/topography.png);
	background-repeat: repeat;
	z-index: -1;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

#page-container {
  position: relative;
  min-height: 100%;
}

.navbar ul{
	list-style-type: none;
	overflow:hidden;
	width:110rem;
	min-width: 40rem;
	margin-top:1rem;
	margin-bottom:1rem;
	margin-left:auto;
	margin-right: auto;

	background-color: hsl(0,0%,0%);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar a{
	color: hsl(0, 0%, 90%);
	text-decoration: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left:1.5rem;
	padding-right:1.5rem;
	display: block;
	text-align: center;
	font-family: "Barlow Condensed";
  font-weight: 400;
	font-size:4.2rem;
}

.logo{    /* NOTE: about logo  */
	max-height:4.6rem;
	position:relative;
	left:21.8rem;
	margin-top:1rem;
	margin-bottom:auto;
}

.logo2{    /* NOTE: diary logo */
	max-height:4.6rem;
	position:relative;
	left:20rem;
	margin-top:.5rem;
	margin-bottom:.4rem;
}
.logo3{   /* NOTE: fitness logo */
	max-height:4.6rem;
	position:relative;
	left:20.5rem;
	margin-top:.5rem;
	margin-bottom:.4rem;
}
.logo4{ /* NOTE: misc logo */
	max-height:4.6rem;
	position:relative;
	left:22rem;
	margin-top:.5rem;
	margin-bottom:.4rem;
}
.logo5{    /* NOTE: webdev logo */
	max-height:4.6rem;
	position:relative;
	left:22.5rem;
	margin-top:.5rem;
	margin-bottom:.4rem;
}
.navbar a:hover{
	text-decoration: underline;
}
.navbar li{
	float: left;
}

.main{
	width:110rem;
	min-width: 40rem;
	margin-left: auto;
	margin-right: auto;
  padding-bottom:5rem;
  background-color: hsla(0,0%,0%, 0.8);
	line-height:1.6;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main h1{
	color: hsl(0, 0%, 90%);
	text-align: center;
	font-family: 'inter';/* NOTE: was metrothin */
	font-size: 5rem;
	padding-top:2rem;
}

.main h2{
	padding-top:3rem;
	color: hsl(0, 0%, 90%);
	text-align: center;
	font-family: 'inter'; /* NOTE: was metrobold */
	font-size: 2.8rem;
	padding-left:2rem;
	padding-right:2rem;
}

#question{
  color:#ffbe0b;
  text-indent: 0rem;
  padding-top:5rem;
}

.main p {
	color: hsl(0, 0%, 75%);
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-family: 'inter'; /* NOTE: was metroregular */
	font-size:2.5rem;
	text-align: left;
	padding-top: 1rem;
	text-indent: 2.5rem;
}

.main ul {
	color: hsl(0, 0%, 75%);
	padding-left: 3rem;
	padding-right: 2.5rem;
	font-family: 'inter'; /* NOTE: was metroregular */
	font-size:2.5rem;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	padding-top:3rem;
}

.main li {
	padding-top: 1rem;
}
.main a{
	text-decoration: underline;
	color: #304bee;
}
.main a:visited{
	text-decoration: underline;
	color:#304bee;
}

h3.devdate{
	color: #85b4ff;
	text-align: left;
	font-family: Barlow Condensed;
	font-style: italic;
	font-size: 2.5rem;
	padding-top: 5rem;
	padding-left: 2.5rem;
}
h3.topdate{
	color: #85b4ff;
	text-align: left;
	font-family: Barlow Condensed;
	font-style: italic;
	font-size: 2.5rem;
	padding-top: 0rem;
	padding-left: 2.5rem;
}

.navlinx a{
	text-decoration: none;
	}
.navlinx a:visited{
	text-decoration: none;
}

/* NOTE: pic of the week */
.potw{
position:relative;
border-width: 0rem 0.5rem 0.5rem 0.5rem;
border-bottom-right-radius: .7rem;
border-bottom-left-radius: .7rem;
border-style:solid;
border-color:#ffbe0b;
border-bottom-left-radius:0.7rem;
border-bottom-right-radius:0.7rem;
background-color: #ffde85;
color: white;
max-width:84.6rem;
min-width: 40rem ;
margin-left: auto;
margin-right: auto;
margin-bottom:1.7rem;
}
.potwtop{
	background-color: #ffbe0b;
	border-width: 0.2rem 0.5rem 0.2rem 0.5rem;
	border-top-left-radius: .7rem;
	border-top-right-radius: .7rem;
	border-color: #ffbe0b;
	max-width:84.6rem;
	min-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	border-style: solid;
}
.potwtop p{
	color: hsl(0, 0%, 0%);
	padding-left: .7rem;
	padding-right: 0;
	font-family: 'permanent marker';
	font-size:3rem;
	padding-top: 0;
}
.potw img{
width:100%;
min-width:100%;
height:100%;
min-height:100%;
display:block;
}

.potw p{
	color: hsl(0, 0%, 10%);
	padding-left: auto;
	padding-right: auto;
	font-family: 'inter'; /* NOTE: was metroregular */
	font-size:2rem;
	text-align: center;
	padding-top: 0;
	text-indent: 0;
}

/* NOTE: loose pictures that are just in body text */
.loosepic{
	display: block;
	margin: auto;
	max-width: 70rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
/* NOTE: UPDATES */
.updates{
  width:94%;
  margin-top: 3rem;
  min-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'coming soon';
  color: hsl(0, 0%, 15%);
  height: 30rem;
  background-image: url(images/textures/notebook.png);
	background-repeat: repeat;
	border-radius: 1rem;
  overflow-y:scroll;
}
.updates h2{
	font-size:3.2rem;
	text-align:center;
	font-family: inherit;
  color:inherit;
}
.updates h3{
  text-align: left;
  padding-left: 1rem;
  font-size: 2.5rem;
  font-family: inherit;
  color:inherit;
  font-style: italic;
  padding-top: 1.5rem;
}
.updates p{
  text-align: left;
  padding-left: 2rem;
  padding-top:.3rem;
  font-size: 2.5rem;
  font-family: inherit;
  color:inherit;
}
/* NOTE: TO-DO LIST */
.todo {
    display: grid; /* NOTE: this is what makes it grid. naming i html side doesnt have to be "grid" or anything */
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
		width:94%;
		margin-top: 2rem;
    padding-bottom:3rem;
		min-width: 40rem;
		margin-left: auto;
		margin-right: auto;
		font-family: 'coming soon';
		color: hsl(0, 0%, 15%);
		height: 30rem;

}
.todo-child{
	background-image: url(images/textures/notebook.png);
	background-repeat: repeat;
	border-radius: 0.7rem;
	font-family: inherit;
	color: inherit;
}
.todo h2{
  font-size:3.2rem;
	text-align:center;
	font-family: inherit;
  color:inherit;
  padding-top:1rem;
  padding-bottom:0rem;

}
.todo ul{
	font-size:2.5rem;
	list-style-position:outside;
	font-family: inherit;
color:inherit;
padding-top:0rem;
}

.pagination{
  text-align:center;
  width:110rem;
	min-width: 40rem;
  margin-left: auto;
	margin-right: auto;
  background-color: hsla(0,0%,0%, 0.1);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.pagination a{
  color:white;
  text-decoration: none;
  display:inline-block;
  font-family: "inter";
  font-size:1.7rem;
  font-weight: 200;
  padding:1rem;
  margin-bottom:.8rem;
}
.pagination a.active{
  background-color: #ff006e;
  font-weight:400;
  border-radius: .3rem;
}
.pagination a:hover:not(.active){
  background-color: #ff85ba;
  border-radius: .3rem;
}
.pagination p{
  text-align: center;
  color: #ff85ba;
  padding-top: .8rem;
  font-family: 'inter';
  font-weight: 300;
  font-size:3rem;
}
h3.date{
	color: #ff006e;
	text-align: left;
	font-family: Barlow Condensed;
	font-style: italic;
	font-size: 2.5rem;
	padding-top: 5rem;
	padding-left: 2.5rem;
}

.row{
  position: relative;
  display:flex;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  bottom:0;
  max-width:90rem;
  min-width:40rem;
  background-color: hsla(0,0%,15%, .8);
  height: 20px;
  color: hsl(0, 0%, 75%);
  font-family: 'courier new';
  font-size: 1.5rem;
  border-color:hsl(44.02, 100%, 52.16%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.column {
  flex:16.66%
}










/*
body paragraph img formatting
.main img{
	display: block;
	margin: auto;
	max-width: 70rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

regular								light versions
#ffbe0b yellow        #ffde85
#fb5607 orange				#fcab88
#ff006e pink					#ff85ba
#8338ec purple				#b98ff5
#3a86ff blue					#85b4ff
*/
