/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("images/background.png");
  background-color: #cccccc;
  color: black;
  font-family: Verdana;
}

a {
  color: black;
}

.luchas {
text-align: center;
}

/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 345px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #FBB040; /* Yellow */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  box-shadow: 1px 0px 3px 1px #000000;
  text-align: center;
  font-family: textmachine_handwriting;
}

/* The navigation menu links */
.button {
  width: 237px;
  padding: 6px 8px;
  text-decoration: none;
  font-size:14px;
  color: #000000;
  display: block;
  border: 1px solid black;
  font-family: Gotham-Medium;
  text-align: left;
  align-content: center;
  margin-bottom: 10px;
  
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}


/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

@font-face {
  font-family: textmachine_handwriting;
  src: url(fonts/textmachine_handwriting.ttf);
}

@font-face {
  font-family: Gotham-Medium;
  src: url(fonts/Gotham-Medium.ttf);
}

@font-face {
  font-family: FreePixel;
  src: url(fonts/FreePixel.ttf);
}

.icon{
  align-content: flex-end;
}
.description{
  padding: 10px 10px;
}

 /* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}



/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 35px;
  font-family: serif;
  color: black;
  font-size:16px;
  text-shadow: 1px 1px 2px #828282;
}

.column {
  float: left;
  width: 200px;
  margin-right:170px
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.luchas {
text-align: center;
}

.entry {
max-width:270px;
text-align: left;
padding-left:5px;
}

aside {
  border:2px solid black;
  background-color:#FBB040;
  margin:5px;
  width:100%;
  padding:5px;
  box-shadow: 7px 8px 0px 0px black;
  text-align: center;
  margin-bottom: 30px;
}