@charset "utf-8";
/* CSS Document */

html { 
 	background-color: #b8bebe;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	cursor: url('ETHcursor.cur'), auto;
	scroll-behavior: smooth;
}

body { 
	margin: 0px;
  	padding: 0px;
	font-size:100%;
}

h1 {
	font-size: 2.2em;
	position: fixed;
	top: 0;
	font-style: bold;
	font-weight: 400;
	color: #a08e7e;
	text-shadow: 3px 3px 3px #666666;
	font-family: sans-serif;
	width: 100%;
 	text-align: center;
	margin: 0 auto;
	display: inline;
}

h2 {
	font-size: 20pt;
	position: fixed;
	top: 40px;
	font-style: normal;
	font-weight: 400;
	color: #a08e7e;
	font-family: sans-serif;
	width: 100%;
 	text-align: center;
	margin: 0 auto;
	display: inline;
}

h3 {
	font-size: 20pt;
	font-style: bold;
	font-weight: 400;
	color: #756861;
	font-family: sans-serif;
	width: 100%;
 	text-align: center;
	margin: 0 auto;
}

h4 {
	font-size: 20pt;
	font-style: bold;
	font-weight: 400;
	color: #a08e7e;
	font-family: sans-serif;
	width: 100%;
 	text-align: center;
	margin: 0 auto;
}

h5 {
	font-size: 14pt;
	font-style: normal;
	color: #a08e7e;
	font-family: sans-serif;
	width: 100%;
 	text-align: center;
	margin: 0 auto;
	display:none;
	padding-top:10px;
}

.label {
	
}

#menu:hover #menubar {
	display:block;
}

#menubtn {
	position:fixed; 
	top:0; 
	right:0; 
	padding-top:10px; 
	padding-right:25px; 
	padding-bottom:15px;
}
#menu:hover #menubtn {
	display:none;
}

#menubtn2 {
	position:fixed; 
	top:0; 
	right:0;
	float:right; 
	padding-top:10px; 
	padding-right:25px; 
	padding-bottom:15px;
}

#menubar {
	width:220px; 
	position: fixed; 
	top:0; 
	right:0; 
	height:auto; 
	margin-top:70px;
	margin-right:15px;
	display:none;
	}

ul {
      text-transform:uppercase;
      text-align: center;
      display: list-item;
      margin: 0;
      padding: 0px 0px 0px 0;
      list-style: none;
	  border-style:solid;
      border-color:rgba(0, 0, 0, 0.15);
	  border-width:3px;
	  border-radius:5px;
    }
ul li {
      font: bold 18px sans-serif;
      display: list-item;
      position: relative;
      padding: 5px 5px;
      background: rgba(67,67,65,0.85);
      color:#a08e7e;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
ul li:hover {
      background: #756861;
      color: #f7f7f7;
      }

#header {
	position: fixed;
	height: 75px;
	width:100%;
	background-color: rgba(67,67,65,0.85);
}

#footer { 
	background-color: rgba(67,67,65,0.85);
	align-items:center;
	text-align: center;
	height:40px;
	width:100%;
	position:fixed;
	bottom: 0;
	padding-top: 3px;
}

#footer a { 
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.portal {
	width: 35%;
	margin-top:2%;
	margin-bottom:2%;
	margin-right:2%;
	margin-left:8%;
	padding:10PX;
	background-color: #434341;
	border-radius: 15px;
	align-content:center;
	align-items:center;
	text-align:center;
	z-index:-1;
	display:inline-block;
	box-shadow: 3px 3px 3px #666666;
	cursor: url('ETHcursor.cur'), auto;
}

.coverimg {
	width: 75%;
}

.portal:hover .coverimg{
	display:none;
}

.portal:hover h5 {
	display:block;
}

.grid {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: 100px;
  grid-template-areas:
    "a b"
    "c d";
  align-items: center;
  align-content:center;
  text-align:center;
  width:100%;
  margin-left:20%;
}

#navbar {
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	z-index: 70;
	top: 150px;
	list-style: none;
	text-decoration: none;
	display: none;
	border-bottom: medium solid rgba(0,0,0,1);
}

#navbar ul {
	position: relative;
	z-index: 70;
	text-decoration: none;
	list-style: none;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 0;
	padding-left: 25%;
	padding-right: 0;
	padding-top: 2px;
	min-width: 750px;
	font-style: normal;
	font-weight: 400;
	font-family: asap;
}

#navbar ul li {
	z-index: 70;
	text-decoration: none;
	position: relative;
	width: 150px;
	display: inline;
	text-align: center;
	float: left;
}

#navbar ul li a {
	text-decoration: none;
	list-style: none;
	z-index: 70;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	position: relative;
	font-size: 16pt;
}

#navbar ul li a:hover {
	text-decoration:underline;
}

#navbar ul li ul {
	margin-top: 15px;
}

#navbar ul li ul li {
	text-decoration: none;
	z-index: 70;
	clear: both;
	width: 180px;
	margin-left: -55px;
	background-color: rgba(0,0,0,0.7);
	border-bottom: thin solid #999999;
	border-radius: 8px;
}

#navbar ul li ul li a {font-size:11pt;
}

#navbar ul li ul li a:hover {
	font-size: 13pt;
	font-weight: bold;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	z-index:70;
}

#submenu {display:none;
}
	
#social {
	position: absolute;
	right: 145px;
	top: 10px;
}
	
#fb {
	position: absolute;
	z-index: 11;
	left: 0px;
}	

#linkin {
	position: absolute;
	z-index: 11;
	left: 35px;
}

#pint {position: absolute;
	z-index: 11;
	left: 70px;
}

#skype {position: absolute;
	z-index: 10;
	left: 105px;
}


#skypecall {
	z-index: 10;
	position: absolute;
	right: 10px;
	top: 7px;
	opacity:0;
}
