
html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  
}

/* HTML5 display definitions
   ========================================================================== */

/*background image*/
.background{
  height: 400px;
  background-image: url("../images/SOYFLOW.jpg");
  background-repeat: no-repeat, repeat;
  background-color: #000000;

}

.container-info{
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}



.nav-item{
  margin-left: 10%;
}

aside,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

footer{
  min-height: 100px;
}

.footer-info{
  margin-top: 5%;
}

.left-menu{
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  margin-bottom: 3%;
  border-radius: 3%;
  -webkit-border-radius:3%;
  -moz-border-radius:3%;
  -ms-border-radius:3%;
  -o-border-radius:3%;
}


[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  color: #557bf8;
}

/* Text-level semantics
   ========================================================================== */



abbr[title] {
  border-bottom: 1px dotted;
}


strong {
  font-weight: bold;
}



h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


small {
  font-size: 80%;
}


img {
  border: 0;
}


svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


button,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; 
}


button {
  overflow: visible;
}



button,
select {
  text-transform: none;
}


button,
html {
  -webkit-appearance: button; 
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}