*{
	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 --- */

/* --- End of header styles ---*/


.hero{
  background-color: transparent;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.name{
  color: #fff;
}

.ask{
  color: #4444EE;
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.btn-primary{
  background-color:#4444EE; 
  border:0px;
  margin-bottom: 10vh;
  border-radius: 30px;
  padding:2vh;
}


.btn-primary:hover{
  background-color:#4444EE; 
}


/* --- 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 --*/

