/* CSS Document */
* {
  box-sizing: border-box;
}
body {
	background-image: linear-gradient(black,#251505);
	background-size: cover;
	background-repeat: no-repeat;
}
h1, h3 {
    color: #FFCC00;
	text-border:2px white;
}
#texto { 
     padding-top: 50px;
}
.redes {
     padding: 10px;
}
h2 {
     color: #FF9900;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container > div {
   text-align: center;
   width: 560px;
}
#eventosanteriores {
   color: #FFCC00;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
@media screen and (max-width: 600px) {
  #logo {
  width:340px; 
  height:307px;
  }
 #texto { 
     padding-top: 0px;
}
#agenda{
 width:375px;
 height:auto;
}
#sobre{
 width:375px;
 height:auto;
}
#anteriores{
 width:375px;
 height:auto;
}
h2 {font-size: 20px;
 }
 div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}