@font-face{
  font-family:'antiblue';
  src:url('../fonts/antiblue.eot');
  src:local('antiblue'),
  url('../fonts/antiblue.ttf')
  format('truetype');
}

@font-face{
  font-family:'funkrocker';
  src:url('../fonts/funkrocker.eot');
  src:local('funkrocker'),
  url('../fonts/funkrocker.ttf')
  format('truetype');
}

body{
  background-image: linear-gradient(to right, #000031, #000040, #00003a, #000033, #000022);
  background-repeat: repeat-x repeat-y;
  margin: 0% 0% 0% 0%;
  height: 100%;
  width: 100%;
}

/* -----------------------------------------------------------container HEAD------ */

.containerhead {
  align: center;
  background-image: url("../images/bg/sky2.jpg");
  background-position: 0px 0px;
  background-size: cover;
  padding: 0px 0px 0.4em 0px;
  height: auto;
  width: 100%;
}

.containerhead .header {
    background: transparent;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

 .containerhead h1{
  color: #0000aa;
  font-family: funkrocker, tahoma, trebuchet ms, arial;
  font-size: 3.7em;
  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-shadow: 3px 3px 3px #aaaaff;
  text-transform: none;
  width: auto;
}

 .containerhead h2{
  color: #ddddff;
  border-bottom: 0px solid #444444;
  font-family: trebuchet ms, tahoma, arial;
  font-size: 0.5em;
  font-variant: none;
  font-weight: 100;
  letter-spacing: 6.5px;
  line-height: 1.0;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-shadow: 2px 2px 1px #000000;
  text-transform: uppercase;
  width: auto;
}

.containerhead h3{
 border-bottom: 1px solid #444444;
 color: #bbbbbb;
 font-family: tahoma, trebuchet ms, arial;
 font-size: 0.6em;
 font-variant: none;
 font-weight: 100;
 letter-spacing: 0px;
 line-height: 1.0;
 margin: 8px 0px 0px 0px;
 padding: 0px 0px 4px 0px;
 text-align: right;
 text-transform: uppercase;
 width:auto;
}

.containerhead img{
 align: left;
 flex: 0 1 auto;
 border: 0px dotted #007700;
 height: 77px;
 width: auto;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

/* -----------------------------------------------------------container MENU------ */

.containermenu {
  align: center;
  background-image: linear-gradient(to right, #000000, #000011, #000022, #000044, #000011);
  border-bottom: 1px solid #895755;
  border-top: 0px solid #895755;
  box-shadow: 0px 0px 0px #d2b48c;
  margin: 0% 0% 0% 0%;
  padding: 0.1em 0px 0.2em 0px;
  width: 100%;
}

.navbar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0% 0% 0% 3%;
  }

.nav-item {
    flex: 0 1 auto;
    padding: 0px 2.5em 0px 0.0em;
}

.navbar a{
  color: #aaaaaa;
  font-family: tahoma, trebuchet ms, arial;
  font-size: 0.7em;
	font-weight: bolder;
  letter-spacing: 0.5px;
	text-decoration: none;
  text-transform: uppercase;
}

.navbar a:hover{
  color: #bbbbbb;
  font-family: tahoma, trebuchet ms, arial;
  font-size: 0.7em;
	font-weight: bolder;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: 0px 0px 1px #ffffff;
  text-transform: uppercase;
}

/* -----------------------------------------------------------container BODY------ */

.containerbody {
  text-align: center;
  padding: 0% 0% 0% 0%;
  margin: 0.4em 0% 1% 0%;
  width: 100%;
}

.containerbody img{
  flex: 0 1 auto;
  border: 1px solid #895755;
  height: auto;
  width: 48%;
  margin: 0px 4px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.containerbody .img2{
  flex: 0 1 auto;
  border: 1px solid #333377;
  height: auto;
  width: 48%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.containerbody a{
  color: #aaaaff;
  font-family: tahoma, trebuchet ms, arial;
	font-size: 1.0em;
	font-weight: 300;
	text-decoration: none;
  text-transform: uppercase;
}

.containerbody a:hover{
  color: #6969ff;
  font-family: tahoma, trebuchet ms, arial;
	font-size: 1.0em;
  font-weight: 300;
  text-decoration: none;
  text-shadow: 0px 0px 4px #cb9f72;
  text-transform: uppercase;
}

/* -----------------------------------------------------------container FOOTER------ */

.containerfooter {
  align: center;
  padding: 0px 0px 4px 0px;
  margin: auto;
  width: 98%;
}

footer{
  border-bottom: 0px solid #444477;
  border-top: 0px solid #444477;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0.6em 0px;
  width: 98%;
}

.containerfooter footer h1{
 color: #000099;
 font-family: tahoma, trebuchet ms, arial;
 font-size: 0.6em;
 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: #6969ff;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background: #0000ee;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000069;
}

::-webkit-scrollbar-thumb:hover {
  background: #7777ff;
}
