
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      background-color: #ebfbff;
  overflow: hidden;
  
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    #share-buttons {
      background-color: #ebfbff;
      color: white;
      padding: 15px;
      
    width:100%;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
    
.button-contact {border-radius: 50%;
    width:40px;
    height:40px;
}
.contact {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999; 
}


  
  
#share-buttons img{
    width:30px;
    height:30px;
}


.topshow {
    background-color: #ebfbff;
    margin-bottom:0;
  font-family: "Lucida Handwriting", Times, red serif;
  font-weight: bold;
  }
  
  .glow {
  font-size: 40px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #8100a5, 0 0 40px #8100a5, 0 0 50px #8100a5, 0 0 60px #8100a5, 0 0 70px #8100a5;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #2302cc, 0 0 40px #2302cc, 0 0 50px #2302cc, 0 0 60px #2302cc, 0 0 70px #2302cc, 0 0 80px #2302cc;
  }
}



::selection { background-color: #C3CFE2; }



.text_titlu {
	text-transform: uppercase;
	background: linear-gradient(to right, #1454ad 0%, #6701a3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5vw;
	
}

.text_titlu2 {
	background: linear-gradient(to right, #1454ad 0%, #6701a3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
