html, body {
  margin:0;
  padding:0;
}

nav {
  /*font-family:Open Sans;*/
  font-weight:300;
  text-transform:uppercase;
  /*font-size:1.4em;*/
  background:#00aeef;
  color:#ffffff;
  line-height:0;
  position:absolute;
  width:100%;
  padding-left:30px;
  padding-right:30px;
  transition:all 1s ease;
  z-index:9999;
}

nav.sticky {
  font-size:1.2em;
  position:fixed;
  color:#00AEEF;
  top:0;
  transition:all 500ms ease;
  z-index:9999;
  background-color:white;
  box-shadow:2px 1px 20px rgb(79,79,79);
}

nav ul.navHold {
  list-style:none;
  padding:0;
  margin:0;
  display:inline-block;
}

nav ul li {
  float:left;
  padding:20px;
  line-height:1;
}

nav ul li.subNav ul {
  display:none;
  list-style:none;
  position:absolute;
  margin-top:20px;
  padding:20px;
  background:#00AEEF;
  margin-left:-20px;
}

nav ul li.subNav:hover {
  background:white;
  color:#00AEEF;
  transition:all 500ms ease;
}

nav ul li.subNav:hover a {
  color:#00aeef;
}

nav ul li.subNav:hover ul, nav ul li.subNav ul:hover {
  display:block;
  background-color:white;
  color:#00AEEF;
  text-align: left;
  list-style: none;
}

nav ul li.subNav ul li {
  float:none;
  padding:5px 0;
}

nav.sticky ul li a{
  color:#00AEEF;
}

nav ul li a {
  color:white;
  text-decoration:none;
  padding:4px;
}

nav ul li a:hover {
  cursor:pointer;
  color:#fff;
  -moz-box-shadow:0 0 0 1px #fff;
  -webkit-box-shadow:0 0 0 1px #fff;
  padding:4px;
  text-decoration:none;
  /*background-color:#fff;*/
  color:#800000;
}

.imageHold, .imageHold img {
  max-width:100%;
  line-height:0;
  background-color:white;
  text-align:center;
}

article {
  padding:100px 50px 50px;
  font-family:Raleway;
  line-height:1.75em;
}

article h1 {
  font-size:4em;
  font-weight:200;
  margin-top:15px;
}

nav .navResponsive {
  display:none;
  float:left;
  padding:19px 48px;
  margin-top:2px;
  line-height:1;
  cursor:pointer;
  background-image:url(../../assets/img/menubutton1.png);
  background-repeat:no-repeat;
}

nav .navResponsive:hover {
  background-image:url(../../assets/img/menubutton2.png);
}

.hidels {
  display:none;
}

@media only screen and (max-width: 991px) {
  nav ul.navHold {
    display:none;
  }
}

@media only screen and (max-width: 991px) {
  nav .navResponsive {
    display:block;
    margin-left:30px;
  }
}

@media only screen and (max-width: 991px) {
  nav {
    padding:0;
  }
}

@media only screen and (max-width: 991px) {
  nav ul li {
    width:auto;
    float:none;
    text-align:center;
    padding:20px 0;
  }
}

@media only screen and (max-width: 991px) {
  nav ul li.subNav:hover {
    background:none;
  }
}

@media only screen and (max-width: 991px) {
  nav ul li.subNav:hover ul, nav ul li.subNav ul:hover {
    display:none;
  }
}

@media only screen and (max-width: 991px) {
  nav ul li.subNav ul {
    position:relative;
    width:auto;
    list-style:none;
    margin:20px 0 0;
    padding:0;
  }
}

@media only screen and (max-width: 991px) {
  nav ul li.subNav ul li {
    float:none;
    padding:20px 0;
  }
}

@media only screen and (min-width: 992px) {
  nav ul.navHold {
    display:inline-block;
  }
}

@media (min-width: 992px) {
  .logosmall {
    float:left;
    margin:-45px -10px;
    line-height:1;
    cursor:pointer;
  }
}

@media (max-width: 991px) {
  .logosmall {
    float:right;
    margin:5px 5px;
    line-height:1;
    cursor:pointer;
  }
}

.teste {
  padding:15px;
}

