body{
    background-image: -webkit-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(192,187,187,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(192,187,187,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(192,187,187,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(254,254,254,1.00) 0%,rgba(192,187,187,1.00) 100%);
    background-repeat: repeat-x;
    background-size: auto auto;
    background-attachment: fixed;
    background-position: 0% 100%;
}	



.langSelection {
    width: 143px;
    position: relative;
    right: 0px;
    height: 29px;
    top: -31px;
    left: 1333px;
    color: #030303;
    clear: right;
    float: none;
}

	.down nav {
		transform:translate3d(0, -195px, 0);
	}
 main {
    margin-top: 18em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15em;
    max-width: 1500px;
    padding: 0 2em;
  }

  section {
    height: 500px;
    width: 80%;
    margin-bottom: 0.5em;
    background: #dfaaff;
    clear: both;
    border-radius: 0px / 55px;
  }


.navbar {
    overflow: hidden;
    background-color: rgba(138,1,105,1.00);
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    z-index: 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}




/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}



.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: darkgrey;
}


.navbar .langSelection {
    font-style: oblique;
    font-size: larger;
    color: black;
    color: #161313;
    font-variant: small-caps;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.right {
    width: 139px;
}
.navbar .langSelection {
}
.lila {
    background-color: rgba(138,1,105,1.00);
}
.container {
    width: 927px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: inherit;
    overflow-x: hidden;
    overflow-y: hidden;
    visibility: inherit;
}

h2 {
    text-align: left;
    font-size: larger;
   
}

h1 {
    text-align: left;
    font-size: x-larger;
    color: #990061;

    padding-top: 12px;
}



a:visited {
    color: #990061;
}
a:hover{
    color:#990061 ;
}
a:link{
    color:#990061;
}



a:link{
    color: #990061;
}

a:visited {
    color: #990061;
}
a:hover{
    color:#990061 ;
}





.sm sm-simple{
    color: #990061;
}