body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color:wheat;
}
html {
  margin: 0;
  padding: 0;
}

h1 {
	color:white;
}

.header-content {
  font-size: 2.3vh;
  color: white;
  width:40vw;
}

.menu-button {
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(140,140,140,1) 49%,rgba(117,117,117,1) 50%,rgba(91,87,87,1) 100%);
	color:white;
}

.menu-container {
  background-color:rgb(39, 51, 122);
  display:flex;
  flex-direction:column;
  width:20vw;
}

.file-table-row {
	align-items:center;
	justify-content:center;
}

.download-button {
  width:20vw;
  height:6vw;
  font-size:1.7vw;
}
.menu-button:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(208,208,208,1) 49%,rgba(198,198,198,1) 50%,rgba(189,185,185,1) 100%);
}
.menu-button:active {
  background:grey;
}

p {
	color:white;
}

header {
  height: 16vh;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  background: rgba(228, 236, 237, 0.11);
  padding-left: 2%;
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(228, 236, 237, 1) 0%,
    rgba(92, 165, 184, 1) 49%,
    rgba(77, 152, 168, 1) 50%,
    rgba(0, 38, 77, 1) 100%
  );
}

.error-msg-box {
	display:none;
	align-items:center;
	flex-direction:row;
	background-color:#f2d072;
	border-color:#ab924f;
	padding:6%;
	margin:2%;
	border-width:10px;
	border-style:solid;
}

.ribbon-break {
  font-size: 12vh;
  text-align: center;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.header-nav {
  padding-left: 2%;
  margin-left: 3vw;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: inherit;
}

.warning-symbol {
	height:10vh;
	width:auto;
}

.first-button {
  border-color: rgba(255, 255, 255, 0.589);
  border-style: solid;
  border-width: 0px 2px 0px 2px;
}

.mid-button {
  border-color: rgba(255, 255, 255, 0.589);
  border-style: solid;
  border-width: 0px 2px 0px 0px;
}

.nav-button {
  height: inherit;
  font-size: 2.3vh;
  color: white;
  background: linear-gradient(
    180deg,
    rgba(228, 236, 237, 1) 0%,
    rgba(92, 165, 184, 1) 49%,
    rgba(77, 152, 168, 1) 50%,
    rgba(0, 38, 77, 1) 100%
  );
  width:20vw;
}

.nav-button:hover {
  background: rgba(228, 236, 237, 0.11);
  background: linear-gradient(
    180deg,
    rgba(228, 236, 237, 1) 0%,
    rgba(110, 206, 230, 1) 49%,
    rgba(99, 191, 212, 1) 51%,
    rgba(0, 38, 77, 1) 100%
  );
}

.nav-button:active {
  background: #c7c7c7;
  background: linear-gradient(
    180deg,
    rgba(199, 199, 199, 1) 0%,
    rgba(191, 191, 191, 1) 49%,
    rgba(212, 212, 212, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.sample-text-container {
  height:10rem;
  width:8rem;
  background-color:white;
}
.sample-viewer-container {
	padding:2vw;
	background-color:#394148;
	display:flex;
	align-items:center;
	text-align:center;
	flex-direction:column;
}
.file-viewer-text {
	color:white;
	font-size:1.2rem;
	text-align:center;
}

.round-button {
  margin:2vw;
  height:7.5vw;
  width:7.5vw;
  border-radius:50px;
  background-color:black;
  border-style:solid;
  font-size:30px;
  border-color:black;
  color:white;
  display: table-cell;
  vertical-align: middle;
}
.round-button:hover {
  background-color: #262626;
}
.round-button:active {
  background-color:#545454;
}
.file-container {
	width:100vw;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
#media-frame {
	width:40vw;
	height:auto;
}
article {
	padding:2vw;
}