/* 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: #f5f5ff;
  color: black;
  font-family: Verdana;
  text-align: justify;
}
 
p {
  background-color: #f5f5ff;
  color: black;
  font-family: Verdana;
  margin-right: 45px;
  margin-left: 45px;
}

ol {
  background-color: #f5f5ff;
  color: black;
  font-family: Verdana;
  margin-right: 40px;
  margin-left: 80px;
}

ul {
  list-style-type: circle;
  margin-right: 40px;
  margin-left: 80px;
  color: black;
}

img src {
  margin-left: 40px;
}

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

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

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

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

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

h2 {
  background-color:#f5f5ff;
  color: #5c5d87;
  padding: 5px;
  text-align: left;
  } 
    

h4 {
  background-color:#8b92ad;
  color: white;
  padding: 5px;
  text-align: center;
  } 
  
  
h3 {
  background-color:#f5f5ff;
  color: #5c5d87;
  padding: 15px;
  text-align: center;
  } 
  
  
#right-sidebar{
    flex-basis: 30%;
    transform: rotate(0.0deg);
    background-color: #f5f5ff;
    height: min-content;
    top: 0;
    margin: 40px 40px;
    padding: 5px 15px 15px 15px;
    border-top: 4px solid #8b92ad;
    text-align: left;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.25);
}


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


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


/* 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 #003c74;
    background: linear-gradient(180deg,#f7f5ff,#ecebe5 86%,#9e8fd9); 
}

img src {
  margin-left: 40px;
}

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

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

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

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

/*
article{
  margin: 5px;
  padding: 5px 0;
  border: 3px solid #8b92ad;
  overflow: hidden;
  padding-top: 0px;
  background:#f5f5ff;
}*/

/*COPY DEL INDEX MAIN 1*/

/*


@font-face {
  font-family: "Verdana";
}

.text-centre{
  text-align:center;
}

.body-wrapper {
    max-width: 1500px;
    margin: 10;
}

.center {
  text-align: center;
  border: 3px black;
  margin: 0 auto;   /* centers the text /
  max-width: 2000px; /* defines the maximum width of your text /
  width: 65%;
}

.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:link {
  color: #731cff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #731cff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0345fc;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}


h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}


article p, article h1,article h2, article h3, article h4{
  padding:0 15px;
}
article{
  margin: 5px;
  padding: 5px 0;
  border: 4px solid #8b92ad;
  overflow: hidden;
  padding-top: 0px;
  background:#f5f5ff;
}

main{
  float:left;
  max-width: 68%;
}
aside{
  float:right;
	max-width: 32%;
}
footer{
	width: 100%;
	float: left;
}

.yesterring {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.inline-block-child {
  display: inline-block;
}*/

/* Start of CUSTOM SCROLLBAR *
::-webkit-scrollbar {width: 12px;}
/* Track *
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px;}
/* Handle *
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,255,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,255,0,0.4);}
/* END OF CUSTOM SCROLLBAR */


/*
.dropdown-submenu {
    position: absolute;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #f5f5ff;
}


.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/