body{
    color:white;
    padding-top: 0px;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  text-shadow: 2px 2px black;
}

.navbar-inverse .navbar-nav>.active>a{
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a:hover{
  background-color: transparent;
}


.nav-container{
  text-align:center;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 5px;
}

.navbar-brand{
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    color:white !important;
    font-weight: 700;
    text-shadow: 2px 2px black;
}

.row-800{
padding-top: 6px;
  color:white;
  font-size:24px;
  text-align:right;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.background{
    background-image: url(../img/color-background.png);
    background-size:cover;
}

.brand{
   text-align:center; 
}

.big-header{
    text-align:center;
    font-size:36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-shadow: 2px 2px black;
    margin-top: 100px;
}
.press-logos-row{
    margin-top: 40px;
    margin-bottom: 40px;
}
.left-logo{
    text-align: right;
}
.middle-logo{
    text-align: center;
}
.right-logo{
    text-align: left;
}
.text-container{
    color:black;
}
.medium-header{
    font-size:36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-top: 50px;
    text-align: center;
}
.text{
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color:#9B9B9B;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: justify;
    text-justify: inter-word;
}

.small-text{
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color:#9B9B9B;
    letter-spacing: 1px;
    line-height: 22px;
}


.member-col{
    text-align: center;
}
.logos-row{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.media-row{
    margin-top: 20px;
}

.cronica-quote{
    font-size:29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 17px;
    text-align: right;
}

.align-right{
    text-align: right;
}

.white-text{
    color:white;
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: justify;
    text-justify: inter-word;
} 
.blue-background{
    background-color: #3982C1;
    padding-top: 30px;
    padding-bottom: 30px;
}