/* 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://motionarray.imgix.net/preview-282268-5htrkIqwih-high_0000.jpg);
  color: black;
  font-size: 16px;
  font-family: 'Verdana';
  margin: 40px;
  /*text-align:center;*/
  }  
/*
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #343a40;
  position: -webkit-sticky; /* Safari /
  position: sticky;
  top: 0;
}

li {
  float: left;
}

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

li a:hover {
  background-color: #728bd4;
}

.active {
  background-color: #5c729c;
}*/
  
h1 {
  background-color: #8b92ad;
   color: white;
  padding: 25px;
  text-align: left;
}

h2 {
    text-align: center;
    color: white ;
    border: 3px solid #535a78;
    margin-left: 22%;
    margin-right: 22%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    background-color:#8b92ad;
      }  
h3 {
  background-color: #f5f5ff;
   color: #8b92ad;
  padding: 25px;
  text-align: left;
}
h4 {
  background-color: #f5f5ff;
   color: #535a78;
  padding: 25px;
  text-align: left;
}
      
#right-sidebar{
    flex-basis: 30%;
    background-color: #f5f5ff;
    top: 0;
    margin: 60px 60px;
    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);
}

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;
}

/*main index*/

/* 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); 
}