html {
  scroll-behavior: smooth;
}

#navbar {
  background-color: #48371C;
  color: white;
  display: flex;
}

body {
  margin: 0;
  font-family: 'Inter';
  background-color: antiquewhite;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#scaleimage {
  width: 65%;
}

#downarrow {
  padding: 20px;
  padding-bottom: 5px;
  position: relative;
  animation-name: movement;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#paragraphimage {
  width: 80px;
  height: 80px;
  padding-left: 17%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

#nev{
  font-size: 32px;
  margin: 0;
  margin-top: 15px;
}

#titulus{
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
}

#linkek{
  align-self: center;
  font-size: 20px;
  text-align: right;
  position: absolute;
  right: 0px;
  margin-right: 18%;
  display: flexbox;
  justify-content:space-between;
  min-width: 400px;
}

#link{
  margin: 20px;
}

.title{
  text-align: center;
  font-size: 32px;
  color: #48371C;
  margin: 10px;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#szolgcollection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 65%;
}

.szolgp {
  background-color: #48371C;
  color: white;
  text-align: center;
  margin: 20px;
  width: 150px;
  padding: 30px;
  align-self: center;
  height: 50px;
  border-radius: 15px;
}

#rolamdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 65%;
}

#bemutatkozas {
  width: 50%;
  background-color: #48371C;
  color: white;
  text-align: justify;
  margin: 20px;
  padding: 30px;
  align-self: center;
  border-radius: 15px;
}

#kep {
  width: 100px;
  height: 100px;
  margin-top: 30px;
}

footer {
  background-color: #48371C;
  color: white;
  display: flex;
}

@keyframes movement {
  0%   {top:0px;}
  50%  {top:20px;}
  100% {top:0px;}
}

@media (max-width: 1000px) {
  .hidden-mobile {
    display: none !important;
  }

  .mobile-prg {
    padding-left: 5% !important;
  }

  .mobile-w-full {
    width: 100% !important;
  }

  .mobile-w-3-4 {
    width: 75% !important;
  }
}
