/*pussuit CSS sheet */

* {
  font-family: Consolas, Optima,  "Andale Mono WT", "Andale Mono", "Lucida Console",
    "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
    "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier,
    monospace;
	
	
}

table {
	
	color: white;
  text-align:left;
  font-family: Optima, sans-serif;
  border-spacing: 3px;
}

th,td {
	border: .25px solid red;
	
	text-align: left;
	font-family: Optima, sans-serif;
	font-size: 12px;
	border-radius: 6%;
	padding: 5px;
	
}

a:link {
  color: white;
  background-color: transparent;
  font-family: 'DO Futuristic', sans-serif;
  text-decoration: none;
}

body {
   background-color: #080808;
 
}

.top_Banner {
 
  display:flex;
  justify-content: space-between;
  text-decoration: none;
  
}

.top_Banner > 
div 
{

  background-color: #080808;
  margin: 1px;
  padding: 3px;
  border: 1px solid red;
  border-radius: 50%;
  justify-content: centre;

}

.newsfeed{
position: relative;
  display: flex;
  color: white;
  font-family: Optima, sans-serif;
  background-color: transparent;
  justify-content: centre;
  margin-left: 10px;
  margin-right: 5px;
	

}

.newsfeed > div {
	 width: 1000px;
  margin: 10px;
  text-align: left;
}

.xyz{
	 color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.mainTextBox 
{
position: relative;
  display: flex;
  color: white;
  font-family: Optima, sans-serif;
}

.mainTextBox >div {
	background-color: #353839;
	border-radius: 3.14%;
	margin: 10px;
	padding: 10px;
	text-align: center-left;
	color: white;
	font-size: 20;
  opacity: 0.93;
}

.consMainTextBox {
position: relative;
box-sizing: border-box;
  display: flex;
  width: 100%;
  
  
  font-family: Optima, sans-serif;
}


.consMainTextBox  >div {
	background-color: #353839;
	border-radius: 3.14%;
	margin: 10px;
	padding: 10px;
	text-align: left;
	font-size: 14;
	color: white;
  opacity: 0.93;
  font-family: Optima, sans-serif;
}





.flex-container {
	position: relative;
  display: flex;
  background-color: transparent;
  justify-content: flex-right;
   top: 70px;
  right: 15px;
  
}

.flex-container > div {

  background-color: red;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}


 
 /* Popup container */
.popup {
  position: relative;
  display: flex;
  cursor: pointer;
} 

.contactButton
{
  background-color: #303030;
  border: none;
  color: white;
  padding: 20px 20px;
  border-radius: 100%;
  text-align: left;
  font-family: 'DO Futuristic', sans-serif;
  text-decoration: none;
  display: flex;
  font-size: 20px;
  margin: 4px 4px;
  cursor: pointer;
}


/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 360px;
  background-color: #555;
  text-align: left;
  font-size: 16px;
  border-radius: 15px;
  padding: 32px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 33%;
margin-left: -80px;}
  
  
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 0.93;
  
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: .93;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: .93;}
}
 

 
  


h1,h2,h3,h4,h5,h6 {font-family: Optima, sans-serif;}

*/
}

