body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Alegreya, Sans-Serif, Monospace;
  font-style: normal;
}

.parallaxBg {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.45);
}

#homeTop {
  height: 104vh;
  background-image: url("../images/home/homeTop.jpg");
}

#ManagementOfNaturalEnvironment {
  height: 75vh;
  background-image: url("../images/home/homeSections.jpg");
}

.landingMemo {
  color: rgb(204, 161, 92);
}

.theProjectImages {
  width: 254px;
  height: 510px;
  object-fit: cover;
}

.fontTypeOne {
  font-family: Alegreya, Sans-Serif, Monospace;
  font-style: italic;
  font-weight: 500;
}

#homeImgGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 20px;
}

#homeImgGrid > img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

#forestManagmentGifRow {
  height: 75vh;
  background-image: url("../images/home/ezgif.com-gif-maker-2.gif");
}

.projectPartnersImg {
  max-width: 50%;
}

.projectPartnersImgInTheirPage {
  max-width: 20%;
}

/* actions */

#implementationActionsRow {
  background-image: url("../images/actions/projectAction2.jpg");
}

#projecyActionsBgSecond {
  background-image: url("../images/home/homeGrid4.jpg");
}

#projectSummaryRow {
  background-image: url("../images/home/homeGrid4.jpg");
}

#networkingPageRow {
  height: 92vh;
  background-image: url("../images/networking/networking1.jpg");
}

/* partners page */

#partnersPageIeraKoinothta {
  background-image: url("../images/partners/partnersBg1.jpg");
}

#partnersPageDPTH {
  background-image: url("../images/partners/DPTH.jpg");
}

#partnersPageMonastèredeSolanSarl {
  background-image: url("../images/partners/MonastèredeSolanSarl.jpeg");
}

#partnersPageFriendsOfSolan {
  background-image: url("../images/partners/FriendsOfSolan.jpg");
}

/* Specific Objectives */
#SpecificObjectivesPageRow {
  background-image: url("../images/Specific_Objectives/SpecificObjectives.jpg");
}

#cofinancingRow {
  min-height: 90vh;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65);
  background-image: url("../images/Specific_Objectives/SpecificObjectives.jpg");
}

#theProjectPageRow {
  min-height: 90vh;
  background-image: url("../images/projectBg/projectBg.jpg");
}

.specificObjectivesImg {
  height: 50vh;
  object-fit: cover;
}

.max_vh {
  max-height: 35vh;
}

#contactUsBg {
  min-height: 90vh;
  background-image: url("../images/contact/contactPhoto.jpg");
}

.langSwitcher {
  border: 1px solid black;
  border-radius: 10px;
  margin-left: 8px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.1rem;
}
#stemmaMoto {
  font-size: 1.5rem;
}
@media only screen and (max-width: 650px) {
  #homeImgGrid img {
    width: 200px;
    height: 200px;
  }
  .theProjectImages {
    width: 197px;
  }
  #stemmaMoto {
    font-size: 1.1rem;
  }
  .navbar-brand{
  	max-width:50%;
  }
}
@media only screen and (max-width: 450px) {
  #homeImgGrid img {
    width: 130px;
    height: 130px;
  }
  .theProjectImages{
	  width: 130px;
	  height: 290px;
  }
}
 .sponsors-footer-width {
    width: 100%; /* Full width by default */
 }

 @media (min-width: 768px) {
      /* Medium and larger screens */
   .sponsors-footer-width {
      width: 25%; /* 25% width on medium and larger screens */
    }
 }