@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\000031}}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\000037}}
body {
  font-family: 'Poppins', sans-serif;
  color: #222222; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000315}}
.main-container {
  padding-top: 60px; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000319}}
.main-container::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000335}}
.weather-main_box_wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 680px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000335}}
    .weather-main_box_wrapper {
      display: grid;
      grid-template-columns: auto; } }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000349}}
.weather-main_box_container {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000355}}
.weather-main_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000359}}
.weather-title {
  background: url("../assets/location.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000370}}
.weather-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000375}}
.weather-search input {
  padding: 10px 25px;
  margin-right: 17px;
  border-radius: 15px;
  font-size: 14px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #ffffff; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000387}}
.weather-search button {
  background: transparent;
  height: auto;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\0000398}}
.weather-box_container {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003104}}
.weather-box_container_title {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003112}}
.weather-box_wrapper {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 680px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003112}}
    .weather-box_wrapper {
      grid-template-columns: auto; } }
  @media only screen and (min-width: 680px) and (max-width: 980px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003112}}
    .weather-box_wrapper {
      grid-template-columns: auto auto; } }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003126}}
.weather-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003134}}
.weather-box_title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003141}}
.weather-box_paragraph {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003147}}
.weather-box_img {
  display: block;
  margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003153}}
.weather-clock {
  padding: 0 0 10px 40px;
  font-size: 12px;
  color: #ffffff; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003159}}
.weather-temp {
  padding-left: 40px;
  font-size: 40px;
  font-weight: 400;
  color: #fff; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/stoja\/OneDrive\/Desktop\/PROJECTS\/Weather-app\/src\/main\.scss}line{font-family:\00003167}}
.weather-main_box, .weather-box_container {
  display: none; }

/*# sourceMappingURL=main.css.map */