
@font-face{
  font-family:'mycrown';
  src:url('../fonts/mycrown.eot');
  src:local('mycrown'),
  url('../fonts/mycrown.ttf')
  format('truetype');
}

body{
  background-image: url("../images/bg/bg2.jpg");
  background-position: 0px 0px;
  background-repeat: repeat-x repeat-y;
  margin: 0% 0% 04% 0%;
  height: 100%;
  width: 100%;
}

/* -----------------------------------------------------------container HEAD------ */

.containerhead {
  background-image: url("../images/bg/header02.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #777777;
  display:flex;
  padding: 0.0em 0.0em 0.0em 0.0em;
  position: sticky;
  top: 0;
  margin: 0.0em 0.0em 0.0em 0.0em;
  min-height: 100px;
  width: 100%;
  z-index: 69;
}

.containerhead .fixed {
  margin: 0.4em 0.0em 0.0em 0.6em;
  min-width: 2.0em;
}

.containerhead .flexed {
  max-width: 97%;
  text-align: left;
}

.containerhead .flexed h1{
  color: #cccccc;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 1.4em;
  font-variant: none;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.0;
  margin: 0.0em 0.0em 0.0em 0.0em;
  padding: 0.7em 0px 0.7em 0.0em;
  text-align: left;
  text-shadow: 0px 0px 5px #0000ff;
  text-transform: uppercase;
  transform: scale(1, 2.0);
}

.containerhead .flexed h2{
  color: #cccccc;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 0.7em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0.63em;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0.5em 0px 0.5em 0.0em;
  text-align: left;
  text-shadow: 0px 0px 2px #000000;
  text-transform: uppercase;
  transform: scale(1, 1.5);
}

.containerhead .flexed h3{
  color: #cccccc;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 0.7em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0.875em;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0.1em 0px 0.2em 0.0em;
  text-align: left;
  text-shadow: -0px -0px 2px #000000;
  text-transform: uppercase;
  transform: scale(1, 1.5);
}

/* -----------------------------------------------------------container DROPDOWN------ */
.navbar {
  color: #000000;
  font-family: trebuchet ms, tahoma, arial;
  font-size: 3.0em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: -0.1em;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: left;

  text-transform: none;
}

.navbar p {
  border-bottom: 1px solid black;
  color: black;
  text-decoration: none;
  display: block;
  font-family: trebuchet ms, tahoma, arial;
  font-size: 0.25em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0.0em;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5.0em;
  text-align: left;
  text-shadow: 0px 0px 0px #ffffff;
  text-transform: none;
}

.navbar a {
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}

.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {  /* ------hamburger color ------ */
  cursor: pointer;
  font-size: 0.6em;
  font-weight: 100;
  border: none;
  outline: none;
  color: #cccccc;
  padding: 0px 30px 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {  /* ------hamburger hover color ------ */
  color: #cdb0ee;
}

.dropdown-content {  /* ------dropdown menu bg color ------ */
  display: none;
  border: 1px solid #aaaaaa;
  position: absolute;
  background-image: linear-gradient(to right, #460365 , #350054, #240053);
  min-width: 79px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {  /* ------dropdown menu link color ------ */
  color: #dddddd;
  text-decoration: none;
  display: block;
  font-family: trebuchet ms, tahoma, arial;
  font-size: 0.30em;
  font-variant: none;
  font-weight: 700;
  letter-spacing: 0.0em;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  text-align: left;
  text-transform: none;
}

.dropdown-content a:hover {  /* ------dropdown menu hover bg and font color ------ */
  background-image: linear-gradient(to left, #460365 , #350054, #240053);
  color: #9b58ba;
}

.show {
  display: block;
}

/* -----------------------------------------------------------container BODY------ */

.containerbody {
  display:flex;
  color: #aaaaff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  padding: 0.1em 0.0em 0.0em 0.0em;
  margin: 0% 0% 0% 2%;
  width: 98%;
}

.containerbody .fixed {
  width: 0.1%;
}

.containerbody .flexed {
  flex-grow: 1;
  max-width: 98%
}

.containerbody .flexed img{
  align: left;
  flex: 0 1 auto;
  border: 1px solid #000000;
  border-radius: 0% 0% 0% 0%;
  box-shadow: -2px -2px 7px 1px #cdb0ee;
  height: auto;
  width: 100%;
  margin: 0.3em 5px 5px 0px;
  padding: 0px 0px 0px 0px;
}

.containerbody .flexed .img2{
  align: left;
  flex: 0 1 auto;
  border: 1px solid #000000;
  border-radius: 0% 0% 0% 0%;
  box-shadow: -2px -2px 7px 1px #cdb0ee;
  height: auto;
  width: 100%;
  margin: 0.3em 5px 5px 0px;
  padding: 0px 0px 0px 0px;
}

.containerbody .flexed h1{
  color: #cccccc;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 0.7em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0.0em;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0.8em 0.0em 0.8em 0.0em;
  text-align: center;
  text-shadow: 0px 0px 2px #0000ff;
  text-transform: uppercase;
  transform: scale(1, 2);
}

.containerbody h2{
  color: #4c381e;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 1.0em;
  font-variant: none;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 1.0em 0px 0px 1.0em;
  text-align: left;
  text-shadow: 0px 0px 2px #ff0000;
  text-transform: uppercase;
}

.containerbody h3{
  color: #000000;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 0.9em;
  font-variant: none;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0.3em 0px 0.0em 1.8em;
  text-align: left;
  text-transform: none;
}

.containerbody h4{
  color: #ccccff;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 0.7em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 2.5em;
  text-align: left;
  text-transform: uppercase;
}

.containerbody h5{
  color: #c59260;
  font-family: trebuchet ms, arial, tahoma, verdana;
  font-size: 0.7em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  text-transform: uppercase;
}

.containerbody a{
  color: #231000;
  font-family: tahoma, trebuchet ms, arial;
	font-size: 1.0em;
	font-weight: 300;
	text-decoration: none;
  text-transform: uppercase;
}

.containerbody a:hover{
  color: #231000;
  font-family: tahoma, trebuchet ms, arial;
	font-size: 1.0em;
  font-weight: 300;
  text-decoration: none;
  text-shadow: 0px 0px 4px #ffffff;
  text-transform: uppercase;
}

/* -----------------------------------------------------------container FOOTER------ */

.containerfooter {
  align: center;
  padding: 0.5em 0.0em 0.0em 0.0em;
  margin: auto;
  width: 98%;
}

footer{
  border-bottom: 0px solid #444477;
  border-top: 0px solid #444477;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0.0em 0px;
  width: 98%;
}

.containerfooter footer h1{
 color: #696969;
 font-family: tahoma, trebuchet ms, arial;
 font-size: 0.5em;
 font-variant: none;
 font-weight: 100;
 letter-spacing: 0px;
 line-height: 1.0;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align: center;
 text-transform: uppercase;
 width: 98%;
}

/* -----------------------------------------------------------scrollbar------ */

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-button {
  background: #460365;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #682587;
}

::-webkit-scrollbar-thumb:hover {
  background: #793698;
}
