@font-face {
    font-family: 'hind_gunturregular';
    src: url('/img/hind_guntur_regular-webfont.woff2') format('woff2'),
         url('/img/hind_guntur_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway';
    src: url('/img/montserrat_subrayada_regular-webfont.woff2') format('woff2'),
         url('/img/montserrat_subrayada_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.mainHeader{
	background: url("/img/Coeus4.jpeg") no-repeat center center;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-attachment: fixed;
	padding: 20% 18%;
	text-align: center;
	color: #fff;
	margin-top: -60px;
}
.menuBar {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
}
header{
	padding: 10px 20px;
	background: #222;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway';
	font-weight: 600;
	color:#0023FF;
}
.button, button{
	background-color:#001180;
	color:#F8FAFC;
	padding: 25px;
	margin-bottom: 5px;
}
.blueBG{
	background-color:#1F2F99;
	padding:60px 0px;
}
.whiteBG{
	background-color:#ffffff;
	padding:60px 0px;
}
.blueBG h1, .blueBG h2, .blueBG h3, .blueBG h4, .blueBG h5, .blueBG h6, .blueBG li, .blueBG p, .blueBG form, .blueBG form label, .blueBG a{
	color:#F8FAFC;
}
.blueBG a:hover{
	color:#aaa;
}
/*.blueBG .button{
	background-color:#F8FAFC;
	color:#0023FF
}*/
.grid-padding-x{
	padding:6px;
}
.mainHeader h1,.mainHeader h2,.mainHeader h3,.mainHeader h4,.mainHeader h5,.mainHeader h6{
	color:#222;
	background-color: rgba(255,255,255,.6);
}
#offCanvasLeft{
	background:#222; 
}
#offCanvasLeft ul li{
	list-style-type: none;
	padding: 8px 6px;
}
#offCanvasLeft ul li a{
	color:#fff;
}
.underConstr{
	max-width:600px;
}
footer{
	background: #222;
	padding:40px 0px;
	color: #fff;
}
footer a{
	color:#aaa;
}
footer a:hover{
	color:#fff;
}
.bg-light {
  background-color: #f8f9fa!important;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
#password{
	font-size: 22px;
	font-weight: bold;
}
#copy{
	display:hidden;
}

#periodic-table {
	display: grid;
	grid-template-columns: repeat(18, 50px);
	grid-template-rows: repeat(8, 50px);
	gap: 1px;
}

.element {
	width: 50px;
	height: 50px;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.elementPlacehoder {
	width: 52px;
	height: 52px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.element .symbol {
	font-size: 14px;
	font-weight: bold;
}

.element .name {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 5px;
	border: 1px solid black;
}
.metal {
  background-color: lightblue;
}

.nonmetal {
  background-color: lightpink;
}

.metalloid {
  background-color: lightgreen;
}

.alkali-metal {
  background-color: purple;
}

.alkaline-earth {
  background-color: #CBC3E3;
}

.transition-metal{
  background-color: lightblue;
}
.noble-gas{
	background-color: orange;
}
.lanthanide-series{
	background-color: #AAFF00;
}
.actinide-series{
	background-color: #FF00FF;
}
.basic-metal{
  background-color: #FF5f1f;
}
.halogen{
  background-color: #d8863b;
}
.atomic-number {
	font-size: 12px;
}
.symbol{
	font-size: 16px;
}