*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	font-family: 'Roboto Slab', serif;

/* --- header styles --- */

	/* ---logo styles--- */
}
.logo{
  padding: 10px;
  padding-top: 5vh;
}
.logo img{ 
	width: 8rem;

}

  /* --- End of logo styles --- */

  /* --- navbar styles --- */

.navi{
	padding-left: 30px;
	padding-right: 30px;
}
	
.navbar {
 	min-height: 20px;
  	background-color:#fff !important;
  	width: 100%
}

.nav-link{
	color: #4444EE !important;
}

.navbar-toggler {
  margin-top: 5px;
  padding: 9px 5px !important;
  border: 0px;
}

.nav-item a:hover{
	color: #FFE59A !important;
}

	/* --- End of navbar styles --- */

.Myworks{
  padding-top: 8vh;
  padding-bottom: 0px;
}

.Name{
  color: #4444EE;
}

.date{
  padding-top: 2vh;
  color: #4444EE;
}



.asociatie{
  padding-top: 3vh;
  padding-bottom: 20vh;
  border-radius: 0px !important;

}

.bovi{
  margin-bottom: 3vh;
  border:0px;
  border-radius: 0 !important;
}

.bovi img{
  border-radius: 0px !important;
}

.profil{
  border-radius: 0 !important;
}


/* --- Scroll Up Button Styles --- */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4444EE; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #4444EE; /* Add a dark-grey background on hover */
}

/* --- End of Scroll Up Button Styles ---*/

	/* --- Footer styles --- */

.background{
	background-color:#4444EE; 
}


.footer-menu li {
	margin-bottom: 10px;
}


.hatter {
    background-image: url(../images/golyo.png);
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 30px;
    border:0px;
}


.hatter .card-body {
    transform: translate(0,100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
.hatter {
    min-height: 250px;
    position: relative;
    top: -40px;
    background-position: center center;
}

.hatter .card-body {
    position: relative;
    transform: translate(0,30%);
}
}


.midle{
	padding-top: 1rem;
}
.right{
	padding-top: 1rem;
}
.copyright{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding:1.5rem;
	line-height: 0.5rem;
}
.City{
	font-size: 18px;
	padding-bottom: 1.5rem;
}

.data{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding:1.5rem;
	line-height: 0.5rem;
}

.fab{
	font-size: 1.5rem;
	padding-right: 2rem;
	padding-top: 1rem;
	color: #fff;
}

/* --- End of footer styles --- */


/*-- Sponzor styles --*/

.sponzor{
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.flex {
  display:flex;
  flex-wrap: wrap;
  }
.flex div {
  flex:1;
  margin:5px; 
  }
.eu img {
	height:60px;
  	width:auto;
  }
  .ro img {
	height:60px;
  	width:auto;
  }
  .afir img {
	height:60px;
  	width:auto;
  }
    .leader img {
	height:60px;
  	width:auto;
  }
 
  /* -- End of Sponzor styles --*/