* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: Carta-Magna-Line;
  src: url(../fonts/carta-magna-line/carta-magna-line.ttf);
}

@font-face {
  font-family: Cubland;
  src: url(../fonts/cubland/Clubland.ttf);
}

@font-face {
  font-family: Organical;
  src: url(../fonts/organical/organical.ttf);
}

@font-face {
  font-family: Transponder;
  src: url(../fonts/transponder_aoe/TRANA___.TTF);
}

@font-face {
  font-family: Quicksilver-fast;
  src: url(../fonts/quicksilver-fast/quicksilver-fast.ttf);
}

@font-face {
  font-family: Romantiques;
  src: url(../fonts/romantiques/romantiques.ttf);
}

body {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/backgrounds/Coffee_Bean.png");
	text-align: center;
}

button {
	background: Bisque;
	border-color: BurlyWood ;
	border-radius: 3px;
	color: black;
	margin-left: -3px;
	margin-right: -3px;
	font-weight: normal;
	text-align: center;
	padding: 5px 8px 5px 8px
}
	
button:hover {
	background: 
	);
}


h1 {
	font-size: 20pt;
	color: white;
	padding: 12px;
	margin: 0px;
}

iframe {
	border-style: ridge;
	border-width: 0;
}

#main_window {
	background: Cornsilk;
}

#nav_bar {
	background: Chocolate;
	padding-top: 15px;
	padding-bottom: 15px;
}

#side_nav_bar {
	width: 200px;
	background: lightgrey;
	padding-left: 0;
	padding-right: 0;
	padding-top: 75px;
	padding-bottom: 75px;
}

#top_section_container {
	display: flex;
	flex-direction: row;
	background: CadetBlue;
	width: 1000px;
	justify-content: space-around;
}

#top_section {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	padding-left: 105px;
	padding-right: 135px;
}

.clock {
	padding-top: 10px;
	padding-bottom: 10px;
}

.container {
	background: linear-gradient(135deg, #444444 0%, #363636 100%);
	border-style: ridge;
	border-width: 20px;
	border-color: darkgrey;
	width: auto;
	height: auto;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main {
	display: flex;
	flex-direction: column;
}

.navlink:hover{
  text-decoration: none;
}

.nav_bar {
	 background: linear-gradient(to right, #141414 0%, #1b1b1b 100%);
	border-left: 2px solid #444444;
	border-bottom: 2px solid #444444;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.nav_button {
	text-decoration: none;
}

.outer_main {
	display: flex;
	flex-direction: row;
}

.title {
	margin: auto;
	color: white;
	font-family: "Carta-Magna-Line";
	font-size: 40pt;
	font-weight: 1;
	margin-top: -25px;
	margin-bottom: -10px;
}

.title2 {
	margin: auto;
	color: white;
}