/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.wp-classic-menu-block ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wp-classic-menu-block a{
  text-decoration: none;
}

.wp-classic-menu-block a:hover, .wp-classic-menu-block a:focus{
  text-decoration: underline;
}

.hexagon{

  position: relative;

}

.hexagon:before{
  content: '';
  background:url('https://csnet.bijna.online/wp-content/uploads/2025/06/lines-paars-alt.webp');
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #015655;
}