		body {font-family: 'Arial Black', Helvetica ,sans-serif;
			font-size: 18px;
            line-height: 1.5;
    background-color: #181921;
		}
* {
  box-sizing: border-box;
}

.menu {
  float:left;
  width:50%;
  text-align:center;
  background-color:#5757ce;
    padding:25px;
  margin-top:30px;
     margin-bottom:20px;
  text-align:center;
}


.right {
  background-color:#e5e5e5;
  float:left;
  width:50%;
  padding:25px;
  margin-top:30px;
    margin-bottom:20px;
  text-align:center;
    
}



@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .right {
    width:100%;
  }
}


p.footer {font-family:'Arial', Helvetica, sans-serif;
text-align: center;
   color:#fc89ef;
font-size:15px;
font-weight: bold;
    text-decoration: overline;
margin:5px;
padding: 5px;}

@media screen and (max-width: 600px) {
 p.footer {
    font-size: 12px;
    }
}

p.footer1 {font-family:'Arial', Helvetica, sans-serif;
text-align: center;
   color:#793f72;
font-size:15px;
    text-decoration: none;
margin:5px;
padding: 5px;}

@media screen and (max-width: 600px) {
 p.footer1 {
    font-size: 12px;
    }
}

a.external:link {color: #ad96fd; font-weight: bold; }
a.external:visited {color: #5757ce; font-weight: bold; }
a.external:hover {text-decoration: overline;}
a.external:active {color: #44188b; }

a:link {
  color: aqua;
}

a:visited {
  color: aqua;
}


a:hover {
  color: #00ffff;
    text-decoration: none;
}


a:active {
  color: #10109f;
}

.policy {background-color:black;
font-family:'Arial', Helvetica, sans-serif;
text-align: center;
    font-size:15px;
    text-decoration: none;
margin:5px;
padding: 5px;;
}


@media screen and (max-width: 600px) {
 .policy {
    font-size: 12px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.TextWrap {
    float: right;
    margin; 2px;
}
.TextWrapLeft {
    float: right;
    margin: 1 px; 
    position:absolute;
}

.TextWrapLeft1 {
    float: left;
    margin: 1 px;
}


h1{
    font-size:55px;
  font-weight:normal;
     font-family: 'Impact', Charcoal, sans-serif;
    line-height:1;
    padding:5px;
    margin:5px;
    letter-spacing: 2px;
    word-spacing:10px;
    text-align:center;
    color:#c187f4;
}

@media screen and (max-width: 600px) {
 h1 {
    font-size: 30px;
    }
}


p.header {
    font-size:27px;
  font-weight:normal;
     font-family: 'Arial', Helvetica, sans-serif;
    line-height:1;
    text-align:center;
    color:#955ac9;
}
@media only screen and (max-width: 600px) {
  p.header{
    font-size:19px;
    }
}



.circle img {
transition: 0.2s ease;
}

.circle img:hover {
border-radius:30%;
    opacity: 0.2;
transition: 0.2s ease;
}


.container1 {
   top:0;
    width:30%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    padding:20px;
    line-height:1.2;
    font-size: 50px;
    border-radius:20px;
   border: 5px solid antiquewhite;
    background-color: #0b0b0b;
     box-shadow: 2px 4px 10px red;
            
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container1{
    width:70%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container1{
    width:60%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container1{
    width:50%;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container1{
    width:40%;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container1{
    width:30%;
    }
}

p.e {font-family:'Tahoma', Geneva, sans-serif;
text-align: center;
    margin-left:auto;
    margin-right:auto;
font-size:22px;
padding: 2px;
color: #FB4264;
    letter-spacing:4px;
    word-spacing:4px;
        text-shadow: 2px 4px 10px red;
   -webkit-animation:colorchange 10s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: #FB4264;
      }
      
      25% {
        
        color: #d369ff;
      }
      
      50% {
        
        color: #FED128;
      }
      
      75% {
        
        color: #f9ff56;
      }
      
      100% {
        
        color: #ff5800;
      }
      
    }  
    
@media screen and (min-width: 600px) {
  p.e {
    font-size: 18px;
      text-shadow: 0 0 10px red;
    }
}

@media screen and (max-width: 600px) {
  p.e {
    font-size: 18px;

    }
}

@media only screen and (min-width: 768px) {
   p.e {
    font-size: 21px;

    }
} 

@media only screen and (min-width: 992px) {
  p.e {
    font-size: 23px;

    }
} 
@media only screen and (min-width: 1200px) {
  p.e {
    font-size: 24px;

    }
}





@keyframes glow {
        0%,
        100% {
          text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
          color: #FED128;
        }
        50% {
          text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
          color: #806914;
        }
      }




p.d {font-family:'Andale Mono', monospace;
text-align: right;
   color:#4343ed;
font-size:23px;
margin:5px;
padding: 5px;
}

@media screen and (max-width: 992px) {
  p.d {
    font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
  p.d {
    font-size: 15px;

    }
}




figure {
  border: 1px #cccccc solid;
    background-color: black;
  margin: auto;
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}




/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    /* ... */
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
    /* ... */
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
    /* ... */
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
    /* ... */
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.picture-container .image2
{
    left: 200px;
    top: 100px;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}