/* 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: url(https://villares.neocities.org/processing/img/bck.png);
  color: black;
  font-size: 16px;
  font-family: 'Verdana';
  margin: 40px;
  /*text-align:center;*/
  }  


h1 {
  background-color: #739df0;
  color: white;
  padding: 25px;
  text-align: left;
}


h4 {
  background-color:#739df0;
  color: white;
  padding: 5px;
  text-align: center;
  } 
  
h2 {
  background-color:#d8e5ff;
  color: #508bff;
  padding: 5px;
  text-align: left;
  } 
  
h3 {
  background-color:#d8e5ff;
  color: #508bff;
  padding: 15px;
  text-align: center;
  } 
  
  
#right-sidebar{
    flex-basis: 30%;
    transform: rotate(0.0deg);
    background-color: #d8e5ff;
   /* height: min-content;*/
    top: 0;
    margin: 0px 0px;
    padding: 5px 15px 15px 15px;
    border-top: 4px solid #508bff;
    text-align: left;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.25);
}


  
/* Slogan */
#slogan{
    margin: 5px;
    list-style: none;
    background-color: #00979c;
    color: white;
    border-bottom: 2px #e9feff;
    padding: 5px;
    text-align: center;
}

/* Wrapper */
#wrapper{
    margin: auto;
    padding: 5px;
    max-width: 1024px;
    background-color: #d8e5ff;
}


/* Navigation */
#navigation{
    margin: 5px;
    padding: 2px;
    text-align: center;
}

#navigation img{
    vertical-align: middle;
    padding-right: 5px;
    height: 24px;
    width: 24px;
}

#navigation a{
    text-decoration: none;
    font-family: 'Tahoma 8px', Verdana, sans-serif;
    font-size: 20px;

    display: inline-block;
    margin: 5px 0px;
    padding: 1px 4px 4px 4px;
    min-width: 125px;
    border-radius: 5px;

    border: 1px solid #00575a;
    background: linear-gradient(180deg,#ecfeff,#e5ebec 86%,#259498); 
}

img src {
  margin-left: 40px;
}

gallery {
  margin-left: 40px;
  border: 1px solid #78dee1;
  float: left;
  width: 180px;
}

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

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

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


a:link {
  color: #508bff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #508bff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #508bff;
  background-color: transparent;
  text-decoration: underline;
}
