* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  color: #555;
  font-size: 20px;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Lato', 'Arial', 'sans-serif';
  font-weight: 300;
  font-size: 16px;
  background-color: #f9f9f9;
}

h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  align-self: center;
  font-size: 240%;
  font-weight: 400;
  letter-spacing: 2px;
  word-spacing: 4px;
}

h2 {
  margin: 10px auto 10px auto;
  text-align: center;
  color: #eee;
  background-color: #2c3e50;
  border: 1px solid #444;
  border-radius: 3%;
  padding: 3px 0 3px 0;
}

h3 {
  margin: 1px auto 3px auto;
  text-align: left;
}

h4 {
  align-self: center;
  margin-bottom: 10px;
}

p {
  text-align: center;
}

.saxsaverage {
  color: white;
  background-color: #2c3e50;
  font-family: 'Orbitron', 'Lato', 'Arial', 'sans-serif';
  font-weight: 300;
  font-size: 16px;
}

#main-message {
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 30px;
  /*word-spacing: 10px;*/
  align-self: center;
  text-align: center
}

.container {
  max-width: 2000px;
  min-width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.img-container {
  height: 20px;
  width: 20px;
}

img {
  height: 70px;
  width: 70px;
  vertical-align: middle;
  margin-right: 25px;
  padding-bottom: 5px;
}

.graph-pic-container {
  text-align: center;
}

#graph-pic {
  height: 685px;
  width: 550px;
}

#control-pic {
  width: 216px;
  height: 600px;
}

#file-list-pic {
  width: 813px;
  height: 51px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.push1 {
  height: 40px;
  width: 100%;
}

.push2 {
  height: 90px;
  width: 100%;
}

.row1 {
  margin-bottom: 20px;
}

.row2 {
  width: 99vw;
  margin: 10px;
}

.col {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: flex-start;
}

.col2 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  margin: 0 auto 0 auto;
}

.ul-header {
  margin-top: 10px;
}

.control-area {
  max-width: 225px;
  min-width: 225px;
  display: inline-block;
  margin-right: 22px;
}

.buttons {
  justify-content: center;
}

.slider {
  margin-top: 50px;
  margin-bottom: 10px;
}

.sibyls-beamline {
  margin-top: 20px;
}

.spacer {
  height: 10px;
}

section {
  margin-left: 100px;
  margin-right: 100px;
}

ul {
  margin-bottom: 10px;
}

li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
}

a.header-link {
  text-decoration: none;
  border: 0;
  color: #eee;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a.header-link:active {
  color: #F7961D;
}
.instructions-heading {
  margin-top: 30px;
  margin-bottom: 10px;
}

.instructions-paragraph {
  text-align: left;
}

#chart-type-zone {
  margin-bottom: 8px;
}

#region-slider {
  margin-top: 38px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 7px;
}

/*---------- Demo Chart ---------------*/

#demo-chart {
  height: 200px;
  width: 90vw;
  align-self: center;
}

/*---------- Chart Regions ------------*/
.c3-region.gunier {
  fill: green;
}
.c3-region.porod {
  fill: yellow;
}
.c3-region.wide {
  fill: red;
}

/*.c3-region.gunier {
  fill: #2ecc71;
    stroke: #2ecc71;
    stroke-width: 1px;
}
.c3-region.porod {
  fill: #EEE;
  stroke: #333;
  stroke-width: 1px;
}
.c3-region.wide {
  fill: #9b59b6;
  stroke: #9b59b6;
  stroke-width: 1px;
}*/

/*---------- noUIslider ----------*/
.c-1-color { background: green; opacity: 0.1}
.c-2-color { background: yellow; opacity: 0.1}
.c-3-color { background: red; opacity: 0.1}
.c-4-color { background: black; opacity: 0.1}
.c-5-color { background: black; opacity: 0.1}

.processed-files-div {
  width: 99vw;
  margin-top: 30px;
}

.processed-files-label {
  margin-left: 80px;
}

.file-string {
  word-spacing: 15px;
  margin-left: 80px;
  white-space: pre-wrap;
}

p.file-string {
  text-align: left;
}

/*---------- Dropzone ----------*/
.row5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.dz-message {
  font-size: 20px;
}

.chart-size {
  justify-content: flex-start;
}


/*---------- Input Boxes ----------*/
input[type="number"] {
   width: 55px;
}

input[type=radio] {
border: 0px;
width: 100%;
height: 1.5em;
}

/*---------- Hero ----------*/
.hero-text-box {
  position: absolute;
  top: 5%;
  left: 10%;
  transform: translate(-50%, -50%)
  background-color: blue;
}

/*---------- Buttons ----------*/
.btn {
  flex-basis: 25%;
  font-size: 80%;
  justify-content: center;
  padding: 3px;
  background-color: white;
  border-radius: 20px;
}
.btn:hover {
  background-color: #F7961D;
  color: white;
}

#btn-download {
  margin-right: 20px;
  padding-right: 4px;
  padding-left: 4px;
}

/*#logo {
  cursor: pointer;
}*/

/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */

.content {
  min-height: calc(100vh - 70px);
  padding: 40px 40px 0 40px;
}

footer {
    background-color: #333;
    padding: 40px;
    font-size: 90%;
    height: 215px;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

footer p {
    color: #888;
    text-align: center;
}

.overall-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -25px;
  flex: 1;
}

.push {
  height: 150px;
}


/* For resizing */
@media screen and (min-width: 800px) {
  .col {
    flex: 1;
  }
}
