
* {box-sizing: border-box}
body {font-family:Arial, Helvetica, sans-serif;}

.topnav {
  position: relative;
  overflow: hidden;
  border: px solid #15f4ee  ;
  border-radius: 5px;
  padding: 20px;
  margin-left: 20px;

}

.topnav a {
  float: left;
  color: #15f4ee;
  text-align: center;
  padding: 14px 16px;
  text-decoration:none;
  font-size: 17px;
  border-radius: 15px;
  border: 1.5px solid #9bccd4 ;
  cursor:auto;
  border-spacing: 5px;

}

.topnav a:hover {
  background-color:#080222 ;
    color: #e6fcff;
}

.topnav a.active {
  background-color: #15f4ee;
  color: #1c0519;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}


@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;


  }
}



h1 {
  color: #e6fcff ;
  font-size: 120px;
  text-decoration-color: #c9ffe5 ;
font-family: 'Syncopate', sans-serif;
text-shadow: 40px;


}
h2 {
  color: #e6fcff ;
  font-size: 30px;
}
h3 {
  color: #e6fcff ;
  text-transform: uppercase;
  font-size: 40px;

}
body{
background-color: #1c0519;
background-image: url("images/light.png"), linear-gradient(#3f1139 , #010101);
background-blend-mode: luminosity;
background-attachment: fixed;
background-position: center;
background-repeat:round;
margin: 30px;
}


p {
color:  #e6fcff ;
margin: 20px;
font-size: 18px;
letter-spacing: .5px;
word-spacing: 2px;
border-spacing:inherit;

}

.p_larger p {
  color:  #15f4ee ;
  margin: 20px;
  font-size: 22px;
  letter-spacing: .5px;
  word-spacing: 2px;
  border-spacing:inherit;
  text-decoration: underline;

}
.p_foot h1 {
  font-family: 'Syncopate', sans-serif;
  text-shadow: 40px;
  color:  #e6fcff ;
  margin: 20px;
  font-size: 35px;
  letter-spacing: .5px;
  border-spacing:inherit;

}

.border_news {
  border-right: 3px solid #15f4ee;
  border-left: 3px solid #15f4ee;
padding: 10px;

}
.border_news1 {
  border-left: 3px solid #f56fa1;
padding: 10px;
margin-right:-20px;
}
.border_news2 {
  border-right: 3px solid #f56fa1;
  padding: 10px;
  margin-left:-20px;
}
.border_news4 {
  border-right: 3px solid limegreen;
  border-left: 3px solid limegreen;
padding: 10px;

}
a:link {
color: #15f4ee;
  line-height: 20px;
text-decoration: none;

}

a:visited {
color:#e6fcff ;
  text-decoration: none;
}

a:hover {
  cursor:alias;
  background: transparent;
  color:#e6fcff ;
}

a:active {
  color: none;
}

.news_links{
  margin-left: 15px;
}
.news_links a:link,a:visited {
    color:#15f4ee;
    line-height:px;
  }

.news_links a:hover, a:active {
color:lime;
  cursor:crosshair;
  text-decoration-style:none;
}

.twitter-timeline{
  margin-left:10px;
}

hr {
  display:grid;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left:-10px;
    margin-right: -10px;
    border-width: 3.0px;
    border-style:groove;
    border-color:#e70f82 ;

  }
.hrport hr{
  display:grid;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left:-10px;
    margin-right: -10px;
    border-width: 3.0px;
    border-style:groove;
    border-color:#15f4ee;
}
  .hrtop hr{
    display:grid;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      margin-right :1em;
      width: 100%;
      border-width: 3px;
      border-style:groove;
      border-color:#e6fcff ;
  }
.hr_mini hr{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  border-width: .25px;
  border-color: #15f4ee ;
  margin-left:-10px;
  margin-right: -10px;
}
  .card {
     background-color: #060606;
     background-image:url("images/light.png");
     color:#100c08;
     font-family: "", sans-serif;
     font-size: 22px;
     padding: 30px;
     margin-top: 20px;
     margin: 10px;


  }


img {
  border-radius: 100px;
  border: 5px solid #86ccab;
  height: 120px;
  width: 120px;

}

input {
  color:#15f4ee;
  background-color: rgba(28, 5, 25, 0.01);
  border-color: #9bccd4 ;
  height: 45px;
  width: 100px;
  text-align: center;
  padding-top: .25em;
  margin-left: px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.search input {
  color:#15f4ee  ;
  background-color: rgba(28, 5, 25, 0.01);
  border-color: #9bccd4 ;
  height: 45px;
  width: 300px;
  text-align: center;
  margin-left: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius:10px;
  border-right: wrap;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}


.search button {
  color:#15f4ee   ;
  background-color: rgba(28, 5, 25, 0.01);
  border-color: #9bccd4 ;
  height: 55px;
  width: 500px;
  text-align: center;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: px;
  padding-top: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  background-color: #e6fcff   }


button {
  color:#15f4ee;
  background-color: rgba(28, 5, 25, 0.01);
  border-color: #9bccd4;
  height: 45px;
  width: 220px;
  font-weight: bolder;
  font-size: 26px;
  text-align:center;
  margin-left: px;
  margin-right: px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}

button:hover a{
  background-color:#080222 ;
    color: #e6fcff;}
button:hover {
    background-color: #080222;}

input:hover {
  background-color: #080222;

}

  .pagination {
    display:block;

  }

  .pagination a {
    color: #f56fa1;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    padding-left: 50px;
  }

  .pagination a.active {

    color: #e6fcff ;
  }

  .pagination a:hover:not(.active) {
    background-color: #86ccab;
    color: #080808;
    border-radius: 5px;
  }


  footer {
    position:static;
    padding-bottom: 12.5px;
    width: 100%;
    border: 2px solid #9bccd4;
    border-radius: 20px;
    background-color: #080808;


  }
  .footer p {
    font-size: 12px;
    color: #e6fcff ;
    margin: 10px 10px;
    word-wrap:normal;

  }


  .footerimg img{
      border-radius: 100px;
      border: 3px solid #15f4ee;
      height: 50px;
      width: 50px;
    }
      .coucal_ft section{

        padding: 10px;
        background-color: #080808;
      }

    
      .coucal_ft img { border-radius: 100px;
        border: 5px solid #9bccd4;
        height: 120px;
        width: 120px;
        margin-left: 100px;
        float:left;
      }

.coucal_ft p{
  text-align:center;
  font-size: 12px;
  padding: 15px;
}
