﻿@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,700);

html, body{
  min-height: 100%;
  height: 100%;
  background-color: rgb(184, 184, 184);
  font-family: 'Signika Negative', sans-serif;
}

#topNav{
  background-color: rgb(51, 51, 51);
  display:list-item;
  white-space: nowrap;
  
}
#MainNav  :hover{
  text-shadow: 2px 2px 5px rgba(41, 255, 169, 0.925);
  color: rgb(61, 61, 61);
}


.nav-item{
  font-size: 15px;
  transition: 500ms;
  color: rgb(197, 197, 197);
  padding: 10px;

}
.navbar {
  min-height: 60px;
  
}

#canvas-align {
  position: relative;
  width: 100%;
  /* height: calc(100vh - 60px); */
  margin: auto;
}

#logo-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vh - 25px);
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

#logo {
  position: absolute;
  bottom: 60px;
  right: 575px;
}

.media {
  overflow: hidden;
  background-color: rgb(248, 248, 248);
}
/* .myAwesomeExtensionIcon {
  background-image: url(/public/images/icon.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
} */
/* #topNav a{
  text-shadow: 0px 1px 1px rgba(41, 255, 169, 0.555);
  text-align: center;
  font-family: 'Lexend Zetta', sans-serif;;
} */

.here {
  /* display: inline-flex;
  padding: 0!important;
  height: 45px;
  margin: 4px 10px 0 0;
  width: 200px; */
  display:inline-block;
  color:  rgb(197, 197, 197);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Lexend Zetta', sans-serif;
  font-style: normal;
  padding-right: 20px;
  padding-left: 10px;
  transition: 500ms;
}

.fill{
  /* height: calc(100vh - 100px); */
  height: calc(96vh - 80px);
}

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 100px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

body {
  padding-top: 60px; /* space for the top nav bar */
  /* margin-right: 30px; */
}

#LoadScreenName {
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 5px rgba(41, 255, 169, 0.925);
  text-align: center;
  font-family: 'Lexend Zetta', sans-serif;
}

#loader{

  height: 100vh;
  width: 100%;
  background-color: gray;
  position: fixed;

  z-index: 99;
  overflow: visible;
  background: #8a8a8a ;
}

#loader img{
  position: absolute;
  width: 350px;
  height:auto;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}


#forgeViewer {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  /* height: 100%; */
}


#dashboard{
  overflow: auto;
  top: 0px;

  /* height: calc(103vh - 100px); */
  height: calc(103.5vh - 100px) ;
  background-color: rgb(255, 255, 255);
}

.transition-width {
  transition: width 1s ease-in-out;
}

.dashboardPanel {
  width: 100%;
  /* height: 100%; */
  
  display: block;
}


div#Renderer {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 200px;
  width: 100%;
  background: rgb(255, 255, 255);
}

div#Renderer iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
div#Stats iframe {
  position: absolute;
  top: 74px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 93%;
  width: 100%;
}


/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color:  rgba(41, 255, 169, 0.925);
  color: rgb(88, 88, 88);
  padding: 5px 20px;
  margin: 18px 0px;
  border: #f8f8f8;
  cursor: pointer;
  width: 100%;
  float: right;
}

button:hover {
  opacity: 0.8;
  font-size: 200%;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 20%;
  border-radius: 50%;
}


span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.content-section {
  background: #ffffff;
  padding: 60px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

#LogIn_Alert {
  padding: 60px 5px;
}

.article-title {
  color: #444444;
  transition: 500ms;
}

a.article-title:hover {
  font-size: 42px;
  color: rgb(104, 104, 104);
  text-shadow: 1px 1px 2px rgba(26, 150, 100, 0.925);
  text-decoration: none;
}

/* style the image with id = interactive to get 50% larger when hover */
#interactive:hover {
  transition: 500ms;
  width: 8%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}



.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.MainPageheader {
  position: relative;
  top: 250px;
  left: 450px;
  bottom: 0;
  text-align: center;
  width: 50%;
  padding-bottom: 20px;
  background:  rgba(51, 51, 51,0.45);
  color: rgb(250, 250, 250);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.63);
  
}
 
#stat1{
  color: rgb(88, 88, 88);
  
  transition: 500ms;
}
#stat1 a:hover{
  font-size: 32px;

}

/* edit class BackButton to have left and top margin of 10px */
.BackButton {
  position: relative;
  top: 10px;
  left: 10px;
  color: rgb(88, 88, 88);
  transition: 500ms;
}

.HomeBtn {
  position: relative;
  background-color:  rgb(0, 191, 87);
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  border: #f8f8f8;
}
