
*{


}

body {

background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%231a00ff' fill-opacity='0.64'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

  min-width: 320px;
  max-width:700px;
font-family: 'Roboto', Helvetica, sans-serif;
  padding: 10px;
 margin: 0 auto;

}

h1 {
 /* color: #38CDFF;*/
    color:#FFF;
background-color: darkblue;
 line-height: 20px;
  margin-top: 2rem;
  padding:1ex;
  font-size: 20px;
   max-width: 580px;
}

h2 {
   max-width: 585px;
  color: black;
 background-color: whitesmoke;
   text-transform: uppercase;
 line-height: 18px;
 
padding: 1ex;
  font-size: 16px;
   
}

h3 {
  color: #000;
   
    text-transform: uppercase;
 line-height: 20px;
 font-size: 16px;
}
h4 {
  color: #FFF;
      background-color: black;
 line-height: 20px;
 font-size: 16px;
    padding: 1px
}

h5{
  color: #000;
 line-height: 18px;
 font-size: 14px;
    text-indent: 5px;

    
}

p {
   
  color: #FFF;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 98%;
    text-align: justify;
   
  

}
p.large {
  font-size: 1.2rem;
  margin-top: 2rem;

}
span a{
    background-color: white; 
    color:black;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
}

span h1{
   
    color:white;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
}


span a:hover{
     color:white;
    background-color: darkgoldenrod;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
   
}
span a:active{
     color:white;
    background-color: darkgoldenrod;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
   
}

span a h1{
 margin-top: 0px;
     line-height: 12px;
}


#wrap {
   
     width:100%;
    background-color:white;
    background-color:rgba(255, 255, 255, 0.8);
      
    padding:1rem;
}

figure img,figcaption {
    background-color: white;
  display: inline-block;
  vertical-align: top;
    color:#000;
      padding: 5px;
    margin-bottom: 5px;
      min-width:48%;
      max-width:98%;
        
}
figcaption {
  
    text-align: justify;
    
     font-size: 14px;
}

figure{
    font-size: 14px;
line-height: 16px;
     
}

.newwidth{

padding:20px;
  
   width:450px;
}
a h1 {
      color: black;
 line-height: 20px;
  margin-top: 2rem;
  font-size: 20px;   
}

.logo {
background:black;
    margin-left: 2px;
    width: 100%;
    height: 130px;
   
    
}
.logo img  {
    
    width: 36ex;
   
}

#smallfont{
  margin-top: 5px;
   font-size: 14px;  
    line-height: 20px;
    color: #fff;
    
}


#purple {
  border: 1px solid white;
    padding: 5px;
 max-width: 30ex;
    margin-top: 2rem;
     background-color: darkblue;
}

#blue{
  border: 1px solid white;
    padding: 5px;

   /* background-color: #382028;*/
   max-width: 70ex;
    margin-top:1ex;
}

a {
  color: #FFF;
  padding:2px;
  background-color: darkred;
    text-decoration: none;


}

a:hover {
    color: #fff;
    background-color: darkcyan;
}


.greedy-nav {

  position: relative;
  min-width: 250px;
  background: #FFF;
}

.greedy-nav a {
  display: block;
  padding: 10px 30px;
  background:#fff;
   
  font-size: 14px;
  color: black;
  text-decoration: none;
}
.greedy-nav a:hover {
  color: #FFF;
      background: darkblue;
     
}

.greedy-nav a:active{
  color: #FFF;
      background: darkblue;
     
}


.greedy-nav button {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 15px;
  border: 0;
  outline: none;
  background-color: darkblue;
  color: #fff;
  cursor: pointer;
}
.greedy-nav button:hover {
  background-color: darkblue;
}
.greedy-nav button::after {
  content: attr(count);
  position: absolute;
  width: 30px;
  height: 30px;
  left: -16px;
  top: 12px;
  text-align: center;
  background-color: #46A6DD;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
}
.greedy-nav button:hover::after {
  transform: scale(1.075);
}
.greedy-nav .hamburger {
  position: relative;
  width: 32px;
  height: 4px;
  background: #fff;
 
  margin: auto;
}
.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
    background: #FFF;
}
.greedy-nav .hamburger:before {
  top: -8px;
}
.greedy-nav .hamburger:after {
  bottom: -8px;
}
.greedy-nav .visible-links {
  display: inline-table;
}
.greedy-nav .visible-links li {
  display: table-cell;
 /* border-left: 1px solid #000;*/
}
.greedy-nav .hidden-links {
  position: absolute;
  right: 0px;
  top: 100%;
}
.greedy-nav .hidden-links li {
  display: block;
  border-top: 1px solid darkblue;
}
.greedy-nav .visible-links li:first-child {
  font-weight: bold;
}
.greedy-nav .visible-links li:first-child a {
  color: #ff9800 !important;
}
.greedy-nav .hidden {
  visibility: hidden;
}

