/*Copyright 2019 Matthew J. Walker*/

html {
	font-size: 100%; /* 16 px */
	/*font-family: "Palatino Linotype";*/
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	/*color: rgb(49,55,59);*/
	/*font-weight: 100;*/
	/*background-color: rgb(0,0,255);*/
	overflow-x: hidden; /*stops horizontal scrolling */
	margin: 0%;
	padding: 0%;
	max-width: 100%;
	height: 100%;
	z-index: 1;
}

header {
}

p {
  font-weight: 300;
}

.plotify-figure {
  border:1px solid #AAA;
}

.plotify-editor-help {
  border:1px solid #BBB;
  background-color: #f1f1f1;
  padding: 15px;
  overflow-y: auto;
}

.plotify-css-editor {
  height: 300px;
  width: 400px;
}

.plotify-error-console {
  border:1px solid #BBB;
  background-color: #313131;
  color: #0F0;
  padding: 15px;
  overflow-y: auto;
  /*height: 300px;*/
}

.plotify-console-debug {
  color: #8fbc8f;
}

.plotify-console-warn {
  color: #feb236;
}

.plotify-console-error {
  color: #ff7b25;
}

.plotify-console-critical {
  color: #c94c4c;
}




.vis5-circle-button {
  width: 80px;
  height: 20px;
  border-radius: 50px;
  color: #000;
  text-align: center;
  background: #14A9F9;
}

.vis5-circle-button:hover {
  text-decoration: underline;
}

.page {
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
}

.vis5-interlude {
  margin: 0px;
  margin-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right:0px;
  margin-right:0px;
  background: #E8E8E8;
  white-space: nowrap;
  overflow-x: scroll;
}

h1 {
  font-size: 54px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.vis5-tagline {
  font-weight: 400;
  margin-top:10px;
  margin-bottom: 7px;
  font-size: 16px;
  max-width: 400px;
  
}

.vis5-sub-tagline {
  margin-top: 2px;
  margin-bottom: 12px;
  font-weight: 200;
  font-size: 16px;
  max-width: 400px;
}

.main-image {
 display: inline;
  margin-left: 30px;
  margin-right: 0px;
  /*width: 80%; */
  /*border:1px solid #AAA;*/
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  /*max-height: 80%;*/
  max-height: 200px;
}

.main-image img {
  margin-right: 0px;
  padding-right: 0px;
}

nav {
  margin-right: 20px;
  margin: 10px;
}

nav a {
  font-weight: 300;
  float: left;
}

nav a:link {
  text-decoration: none;
  color:inherit;
  text-decoration: none;
}

nav a:visited {
  text-decoration: none;
  color:inherit;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
  color:inherit;
}

nav a:active {
  text-decoration: underline;
  color:inherit;
}

.vis5-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.vis5-nav li {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

.vis5-nav a {
  display: block;
  padding: 8px;
}

.vis5-top-space {
  margin-top: 00px;
}


footer {
	padding: 0px;
	background-color: rgb(49,55,59);
	max-width: 100%;
  margin: 0px;
  position: fixed;
  /*left: 0;*/
  bottom: 0;
  width: 100%;
}

#footer-spacer {
  height:70px;
}

#footer p {
/*border-top: 2px dotted rgb(60,60,60);*/
/*clear: both;*/
color: #E8E8E8;
font-size: 0.7rem;
text-align: center;
margin: 10px;
margin-right: 10px;
/*font-size: 0.01rem;*/

}



footer a:link {
	color: #ffffff;
	text-decoration: none;
}

/* visited link */
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* mouse over link */
footer a:hover {
	text-decoration: underline;
	/*background-color: #50a6cc;*/
}

/* selected link */
footer a:active {
	text-decoration: underline;
	/*background-color: #50a6cc;*/
}


#main-content {
  margin: 0px;
  padding: 0px;
}


body {
  margin: 0px;
  padding: 0px;
}

.vis5-features-suite {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.vis5-features-block {
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  margin-left: 0px;
  margin-right: 30px;
}

.vis5-features-block {
  font-size: 50em;
  width: 300px;
  vertical-align: text-top;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.vis5-features-title {
  font-weight: bold;
  font-size: 20px;
}

.vis5-form-error {
  color: red;
}

.title-superscript {
  font-size:30%;
  vertical-align: super;
 }


.vis5-centered-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.webform form {
  margin-top: 15px;
}

.webform input {
  font-size: 16px;
  min-height: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-width: 220px;
  border-top: none;
  border-left: none;
  border-right: none;
  outline:none;
  border-width: 1px;
  border-color: #EEEEEE;
  font-weight: 300;
  padding: 5px;
  padding-left: 8px;
  border-radius: 0; /* stop iOS edges*/
  -webkit-appearance: none; /* stop iOS edges*/
}


.webform input:hover {
  border-color: #000000;
}

.webform input:focus {
  outline:none;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #000000;
  border-bottom-color: #EEEEEE;
  /*border-color: #32E8A8;*/
}

form.webform button {
  margin: 20px;
  min-height: 30px;
  border: 1px;
  border-width: 1px;
  border-color: #EEEEEE;
  font-size: 14px;
  font-weight: 300;
}

form.webform button:hover {
  border-width: 5px;
  border-color: #EEEEEE;
  color: 555;
  white-space: nowrap;
}


.vis5-movie {
  max-width: 90%;
  width: 480px;
	height: 270px;
	background: black;
  margin: 30px;
  display: block;
  margin: 50px auto;
  text-align: center;
  overflow-x: scroll;
}

video {
  max-width: 100%;
}


/* Style the tab */
.vis5-tab-bar {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.vis5-tab-bar button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

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

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

/* Style the tab content */
.vis5-main-tab-panel {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


