/*==============================================================
// Project: Edgenode
// Designed by Techwebhosting.com
// Copyright 2020-Present Edgenode
// All rights reserved.
//==============================================================*/
/* ----- General ----- */
html {
	background-color: #061429;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url('https://edgenode.us/images/logo-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

body,a,p							{ margin: 0px; padding: 0px; color: #FFF; font-size: 1.25em; font-family:Tahoma; text-decoration: none; }

#container 	 					{ width:1000px; margin: auto; }

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #212529;
}

nav {
  padding-right: 1em;
  display: none;
}

#logo {
  padding: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
#logo-icon {
}
#logo-icon img {
  width: 8em;
  /*
    Green filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
    White filter: invert(100%) sepia(0%) saturate(14%) hue-rotate(219deg) brightness(103%) contrast(103%);
    Dark #081B38 filter: invert(6%) sepia(48%) saturate(3631%) hue-rotate(208deg) brightness(99%) contrast(96%);
    Light #046E93 filter: invert(26%) sepia(86%) saturate(1938%) hue-rotate(174deg) brightness(86%) contrast(97%);
    filter: invert(48%) sepia(82%) saturate(1515%) hue-rotate(160deg) brightness(91%) contrast(95%);
    New Light #0073DA filter: invert(26%) sepia(91%) saturate(1903%) hue-rotate(193deg) brightness(97%) contrast(101%);
  */
  filter: invert(26%) sepia(91%) saturate(1903%) hue-rotate(193deg) brightness(97%) contrast(101%);
}

#logo-title{
  font-size: 2.5em;
  margin-left: 1em;
}

.content {
    padding: 2em;
    background: rgba(33, 37, 41, 0.4);
}
div.content p:first-of-type {
  margin-top: 0px;
}

div.content p {
  margin-top: 4em;
}
div.content p strong {
  color: #0073DA;
}
