/*Top nav*/

.dark-mode {
  background-color: black;
  color: white;
}

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  background-color: #002221;
  height: 100px;
  text-align: left;
  /* display: block;
    display: inline-block; */
}

.topnav {
  padding-left: 90px;
  position: fixed;
  width: 100%;
  z-index: 2;
  display: flex;
  /* align-items: flex-start; */
  flex-direction: row;
  /* align-content: flex-start; */
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.topnav li {
  float: left;
  font-size: 30px;
}

.topnav a {
  display: block;
  color: white;
  /* text-align: center; */
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.topnav li a:hover {
  background-color: #084240;
}

#active {

  color: #7f9c40;
}

#gremio_img {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 105px;
  height: 105px;
}

.moonpng {
  position: absolute;
  left: 100px;
  top: 0px;
  width: 70px;
  margin: 10px;
}

/* Side nav */

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  right: 0;
  background-color: #002221;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-top: 150px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
  background-color: #084240;
}

.sidebar .closebtn {
  padding-top: 100px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  font-size: 36px;
  margin-right: 30px;
  background: #002221;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  background-color: #002221;
  color: white;
  /* padding: 10px 35px; */
  position: fixed;
  right: 0;
  /* top: 0; */
  border: none;
  opacity: 0;
}

.openbtn:hover {
  background-color: #084240;
}

.closebtn:hover {
  background: #002221;
  color: #7f9c40;
}

#main {
  transition: margin-right .5s;
  padding: 0px;
  padding-top: 100px;
}



/**/



/**/

/*Index*/


#gremio {
  float: left;
  width: 100%;
  padding-top: 10px;
}


/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

.fakeimg1 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  /* padding: 20px; */
  object-position: 0% 30%;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding-left: 40px;
  margin-top: 100px;
  margin-right: 38px;
  margin-bottom: 10px;

}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
  z-index: -2;
  width: 100%;
}

footer h2 {
  padding-top: 25px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Usado para arrumar o site quando a tela é menor do que a do PC -- Ainda não sei como fazer efetivamente, está dando erros */
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {

  .leftcolumn,
  .rightcolumn {
    width: 90%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other*/
@media screen and (max-width: 800px) {
  .topnav a {
    float: none;
    /* width: 90%; */
    padding: 0;
  }

  div p {
    font-size: 25px;
    padding: 5px;
    margin: 5px;
  }

  .card p::first-letter {
  font-size: 26px;}

  .topnav {
    display: flex;
    flex-direction: column;
  }

  .big_image {
    width: 100%;
    height: auto;
  }

  .big_text {
    font-size: 50px;
  }

  #gremio_img {
    width: 85px;
    height: 85px;
    margin-top: 12px;
  }

  .topnav button {
    margin-bottom: 10px;
  }

  .sidebar a {
    font-size: 20px;
  }

  .openbtn {
    opacity: 100%;
  }

  .topnav li {
    padding: 0;
    margin: 0;
    /* height: 40px; */
  }

  .topnav li a:not(#active) {
    display: none;
  }

  .hidden {
    display: none;
  }

  .card {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .column {
    width: 55%;
  }

}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
}

/*Font-size*/

p {
  font-size: 30px;
}

.card p::first-letter {
  font-size: 31px;
  padding-left: 5px;
}

h1 {
  font-size: 60px;
  margin-left: 10px;
  margin-bottom: 3px;
  /* padding-top: 30px; */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2 {
  font-size: 45px;
  margin-left: 10px;
  padding-top: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h3 {
  font-size: 23px;
  font-family: 'Courier New', Courier, monospace;
  padding-left: 10px;
  padding-bottom: 10;
  margin-top: 0;
  padding-top: 0;
}

h4,
h5 {
  font-size: 20px;
}

/**/

/**/

/*Feedback*/

a {
  text-decoration: none;
  color: #084240;
}

.button {
  background-color: #f1f1f1;
  color: black;
  padding: 14px 25px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}

/* Seta */

#arrow {
  display: none;
  position: fixed;
  bottom: 20px;
  /* right: 30px; */
  left: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #002221;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#arrow:hover {
  background-color: #555;
}