
@font-face{
  font-family:'skinny';
  src:url('../fonts/skinny.eot');
  src:local('skinny'),
  url('../fonts/skinny.ttf')
  format('truetype');
}

@font-face{
  font-family:'lucysaid';
  src:url('../fonts/lucysaid.eot');
  src:local('lucysaid'),
  url('../fonts/lucysaid.ttf')
  format('truetype');
}

@font-face{
  font-family:'princess';
  src:url('../fonts/princess.eot');
  src:local('princess'),
  url('../fonts/princess.ttf')
  format('truetype');
}

body{
  background-attachment: fixed;
  background-color: #36013f;
  background-image: url("../images/************.jpg");
  background-position: 0px 0px;
  background-repeat: repeat-x repeat-y;
  margin: 0% 0% 0% 0%;
  height: auto;
  width: auto;
}

a{
  color: #cd8a91;
  text-decoration: none;
  text-shadow: 0px 0px 4px #000000;
}

a:hover{
  color: #cd8a91;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 4px #eeeeee;
}

/* -----------------------------------------------------------container HEAD------ */

.containerhead {
  background-attachment: fixed;
  background-image: url("../images/page/background1.jpg");
  background-position: 0px 0px;
  background-repeat: repeat-x repeat-y;
  border-bottom: 1px solid #444444;
  display: flex;
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 69;
}

.containerhead .flexed {
  padding-bottom: 0.1em;
  padding-top: 1.0em;
  text-align: center;
  width: 99vw;
}

.containerhead .flexed h1{
  border-bottom: 0px solid #ffffff;
  color: #ffffff;
  font-family: princess, lucysaid, arial, tahoma, verdana;
  font-size: 4.0em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0.0em;
  line-height: 1.0;
  margin: 0.0em 0.0em 0.0em 0.0em;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: center;
  text-decoration: none;
  transform: scale(1.0, 1.0);
  text-shadow: 0px 1px 4px purple;
  text-transform: none;
}

.containerhead .flexed h2{
  color: #eeeeee;
  font-family: arial, tahoma, verdana;
  font-size: 1.0em;
  font-variant: none;
  font-weight: 700;
  letter-spacing: 1.5em;
  line-height: 1.0;
  margin: 0.0em 0.0em 0.0em 0.0em;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px 4px purple;
  text-transform: uppercase;
  transform: scale(1.0, 1.5);
}

.containerhead .flexed h3{
  color: #cd8a91;
  font-family: arial, tahoma, verdana;
  font-size: 0.7em;
  font-variant: none;
  font-weight: 700;
  letter-spacing: 0.0em;
  line-height: 1.1;
  margin: 0.0em 0.0em 0.0em 0.0em;
  padding: 1.3em 0.0em 0.8em 0.0em;
  text-align: center;
  text-transform: uppercase;
  transform: scale(1.0, 1.5);
}


/* -----------------------------------------------------------container BODY------ */

.containerbody {
  background-color: #36013f;
  border: 0px solid #444444;
  display:flex;
  color: #aaaaff;
  margin: 0.0em 0.0em 0.0em 0.0em;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: center;
  width: 100vw;
}

.containerbody .flexed {
  background-color: #36013f;
  flex-grow: 1;
  width: 85vw;
  text-align: center;
}

.containerbody .flexed .insert{
  background-color: #36013f;
  flex-grow: 1;
  width: 100vw;
  height: 81vh;
  text-align: center;
}

/* -----------------------------------------------------------scrollbar------ */

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-button {
  background: #558855;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #000000;
}

::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
