@media only screen and (max-width: 430px){
/*header*/
.bgnavbar {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 10vw;
  background-color: #E3EFFE;
  z-index: 10;
}

.bglogo {
  position: fixed;
  border-radius: 0 0 4vw 0;
  top: 0;
  left: 0;
  width: 25vw;
  height: 10vw;
  background-color: #E3EFFE;
  z-index: -1;
}

.bgburger {
  position: fixed;
  border-radius: 0 0 0 4vw;
  top: 0;
  right: 0;
  width: 11vw;
  height: 10vw;
  background-color: #E3EFFE;
  z-index: -1;
}

.bgmeniu {
  width: 100vw;
  height: 100vh;
  background-color: #E3EFFE;
}

.mobile a.icon {
  display: block;
  width: 5vw;
  height: 10vw;
  position: fixed;
  left: 89vw;
  top: 0;
  text-align: center;
  color: white;
  padding-top: 2vw;
  padding-left: 5vw;
  padding-right: 6vw;
  padding-bottom: 6vw;
  font-size: 9vw;
  border-radius: 0 0 0 30%;
  z-index: 10;
}

.mobile .linkuri #myLinks {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background-color: #E3EFFE;
  font-family: "Raleway-Medium", Helvetica;
  width: 84vw;
  height: 14vw;
  border-radius: 0 0 30% 0;
  font-size: 5vw;
}

.navcomp {
  display: none;
}

.fa {
  position: relative;
  top: -2.5vw;
  right: 2vw;
  display:inline-block;
  font:normal normal normal 14px/1;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  filter: invert(39%) sepia(15%) saturate(2704%) hue-rotate(178deg) brightness(91%) contrast(90%);
}

.fa-bars {
  width: 6vw;
  height: 9vw;
}

.linkuri {
  position: fixed;
  z-index: 10;
}

.active {
  position: relative;
  margin-bottom: 3vw;
  top: -154vw;
  left: 2vw;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 6vw;
  vertical-align: middle;
  text-decoration: none;
  padding: 1vw;
  color: #3265B3;
  text-decoration: underline;
}

.static {
  position: relative;
  margin-bottom: 3vw;
  top: -154vw;
  left: 2vw;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 6vw;
  vertical-align: middle;
  text-decoration: none;
  padding: 1vw;
  color: #000000;
}

a {
  text-decoration: none;
}

.uploadimg {
  position: relative;
  margin-bottom: 2vw;
  top: -154vw;
  left: 12vw;
  width: 10vw;
}

.logo {
  position: fixed;
  left: 2vw;
  top: 1vw;
  display: inline-flex;
  align-items: center;
  height: 8vw;
  z-index: 11;
}

.logoait1 {
  position: relative;
  object-fit: cover;
}

.titluindex {
  position: relative;
  width: 10vw;
  top: 0.1vw;
  left: 0.3vw;
  text-align: left;
  margin-top: -1px;
  font-family: "League Spartan-Bold", Helvetica;
  font-weight: 700;
  color: rgba(50, 101, 179, 1);
  font-size: 1.7vw;
  letter-spacing: 0.01vw;
  line-height: 1.6vw;
}
/*endheader*/
}

@media only screen and (min-width: 431px){
/*header*/
.mobile {
  display: none;
}

.mobile a.icon {
  display: none;
}

.mobile .linkuri #myLinks {
  display: none;
}

.meniu #myLinks {
  display: none;
}

.logo {
  display: inline-flex;
  align-items: center;
  height: 10vw;
}

.logoait1 {
  position: relative;
  width: 11vw;
  height: 5vw;
  object-fit: cover;
}

.titluindex {
  position: relative;
  width: 6vw;
  top: 0.1vw;
  left: 0.3vw;
  text-align: left;
  margin-top: -1px;
  font-family: "League Spartan-Bold", Helvetica;
  font-weight: 700;
  color: rgba(50, 101, 179, 1);
  font-size: 0.7vw;
  letter-spacing: 0.01vw;
  line-height: 0.7vw;
}

.active {
  position: relative;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 1.5vw;
  padding: 1vw;
  white-space: nowrap;
  vertical-align: middle;
}

.active a {
    text-decoration: none;
    color: rgba(50, 101, 179, 1);
}

.static{
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 1.5vw;
  white-space: nowrap;
}

.static a{
  vertical-align: middle;
  text-decoration: none;
  padding: 1vw;
  color: #000000;
}

.static :hover{
  background-color: #5986c9;
  border-radius: 0.5vw;
  transition: 0.3s ease;
}
/*endheader*/
}