
/*------------------------------------*\
  Styles
\*------------------------------------*/

html {
    height: 100%;
}
  

body
{
	font-family: "Open Sans", sans-serif;	
	margin: 10px;
	background-image: linear-gradient(0deg, #FFFFFF 0%, #d6dde0 100%);
}

::-moz-selection {
  color: white;
  background-color: #3b3a61;
}

::selection {
  color: white;
  background-color: #480352;
}

h1 {
	font-weight: 200!important;
}

h1.edok {
	font-size: 42px;
	letter-spacing: -1px;
	font-weight: 200;
}

.type {
	color: white;
	background-color: #480352;
	padding: 7px 25px 11px;
	font-weight: 200;
}

h3{
	font-size: 18px;
	line-height: 28px;
	font-weight: 100;
}

.div-box {
  margin-top: 50vh;
  transform: translateY(-50%);
  text-align: center;
}


.div-bas{
  position: absolute;
  display: table-cell;
  vertical-align: bottom;
  right: 0px;
  width: 95%;
  height: 45px;
  z-index: 9999;
  bottom: 0;
  text-align: right;
  padding-right: 40px;
  font-size: 13px;
  color: #b1b1b1;
}

.div-bas a {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
  transition: all 1s linear;
  letter-spacing: 0;
}

.div-bas a:hover {
  color: #555390;
  text-decoration: none;
  letter-spacing: 0.5px;
}

@media only screen and (max-width : 768px) {

  .div-bas{
   text-align: center;
   padding-right: 0px;
  }
  
  h1.edok {
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 200;
}


}


 @media only screen and (max-height : 350px) {
  
 	.div-bas {
 		display: none;
 	}
 	
}
    
    
    
    