body{
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 20px;
	color: #333;
}
div.main{
  text-align:justify;
  max-width:650px;
  margin:0px auto;
  font-family:"Baskerville", "Georgia", times, sans-serif;
  line-height:150%;
}
div.break{
  margin:2em auto;
}

.multicol{
  columns: 100px 3;
}

@media screen and (max-width: 768px) {
  .multicol{
    columns: 100px 1;
}
}
img {
}
img.header {
  margin:0px;
  padding:0px;
  width:100%;
  display: block;
  border-radius: 5px;
}
/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  padding:0px;
  border: 0px;
  margin: 0px;
}

/* Bottom left text */
.figureCredits {
  position: absolute;
  border-radius: 5px;
  padding: 0px;
  padding-left:10px;
  padding-right:10px;
  border: 0px;
  margin: 0px;
  bottom: 0px;
  left: 0px;
  font-variant: small-caps;
  font-size: 10px;
  color: black;
  background-color: rgba(255, 255, 255, 0.3);
}

figure {
  width:100%;
  text-align:center;
  font-style:italic;
  font-size:smaller;
  text-indent:0;
  padding:0px;
  margin:0px;
}
figcaption {
  margin:0px;
  padding:0px;
  text-align: right;
  font-variant: small-caps;
  font-size: 10px;
}
img.link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
video {
  padding:10px
}
a { 
  text-decoration : none; 
  color : #191970; 
}
a[target="_blank"]:after {
  content: "";
}
h1 {
  line-height:150%;
  letter-spacing: 2px;
  color : #A31F34;
  font-variant: small-caps;
  text-align: center
}
h2 {
  color : #A31F34;
  font-variant: small-caps;
  text-align: center
}
h3 {
  color : black;
  font-variant: small-caps;
  text-align: center
}
p {
  max-width: 30em;
  margin:auto;
}
div.bib{
  color:#777;
  clear: both;
  margin-bottom: 1em;
}
em{
  color:#000;
  font-style:italic;
}
div.videoContainer{
  color:#000;
  clear: both;
  margin-bottom: 1em;
}
h2{
  clear:both;
}
div.header{
  color : #A31F34;
  float:right;
  font-family:"Courier New", Courier, monospace;
  border: 0px;
  margin: 0px;
  padding:0px;
}
#logo {
  position:relative;
  height:180px;
  width:180px;
  margin:5px;
  border-radius: 20%;
}
#logo img {
  height:150px;
  width:150px;
  position:absolute;
  left:0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  border-radius: 20%;
}
/*
#logo img.top:hover {
height:150px;
width:150px;
opacity:0;
border-radius: 20%;
}
 */
button, .pdf{
    background:#D3D3D3;
    border:solid 0px #666;
    color:#ffffff;
    border-radius:5px;
    padding:3px;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid white;
    font-family:helvetica;
}
button.flip
{
  text-align:center;
  width:20em;
  cursor:pointer;
}
div.abstract
{
  clear:both;
  color:#000;
  margin:auto;
  border:solid 1px #666;
  padding:10px;
  font-size:small;
  border-radius:10px;
  text-align:justify;
  display:none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.openbtn {
  position: fixed;
  top: 18px;
  left: 30px;
  font-size:30px;
  cursor:pointer;
  color:black;
}
.arcticOceanography {
  width: 47%;
  float:left;
}
.tcMonitoring {
  width: 47%;
  float:right;
}
@media screen and (max-width: 768px) {
  .openbtn{
    position:static;
}
.arcticOceanography {
  width: 100%;
}
.tcMonitoring {
  width: 100%;
}
div.main{
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
}

li + li {
  margin-top: 10px;
}


/* Style the tab */
.tab {
	overflow: auto;
	vertical-align:middle;
	background-color: #f1f1f1;
	border-radius:5px;
	margin-bottom: 0.67em;
	display: flex;
	justify-content: space-evenly;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
	transition: 0.3s;
	border-radius:5px;
	color : #A31F34;
	font-variant: small-caps;
width:8em;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	padding: 6px 12px;
	border-top: none;
}
