/* Volantes CSS - August 4, 2021 */

body,
html {
    width: 100%;
    height: 100%;
}

/*  Background */
body {
    background-color: #000;
}


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/volantes.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Links */
a {
  color: #18a1e0;
}

a:hover,
a:visited,
a:active {
  color: #f3f4d9;
}

/* About */

.about {
	margin-top: 100px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  font-size: 1.12rem;

}

/* Topics */

#temas {
	margin-top: 2rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*LIST TOPICS*/

.listing {
	font-size: 1.2rem;
	font-weight: 500;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Footer */

footer {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.7);
  text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}
