.navbar{
  padding-bottom: 10px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
}

.navbar-brand{
  background-image: linear-gradient(-45deg, rgb(153, 51, 153), indigo, blue, rgb(13, 103, 13), rgb(221, 145, 4), red);   
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bolder;
  font-size: 30px;
}

.maincontainer {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.palette{
padding-top: 150px;
}

.aboutart{
  max-width: 800px;
  position: absolute;
  top:45%;
  left:50%;
  transform: translate(-50%, -50%);
}

.aboutartheading{
  background-image: linear-gradient(-45deg, rgb(203, 181, 181), rgb(237, 237, 237),
  rgb(233, 229, 229), rgb(236, 213, 213));
  -webkit-background-clip: text;
 color: transparent;
font-family: 'Quicksand', sans-serif;
letter-spacing: 6px;
white-space: nowrap;
}



.nometnesutt, .gallerytitle, .questionsheading{
  background-image: linear-gradient(-30deg, black, black, black, indigo, blue, rgb(13, 103, 13),  rgb(221, 145, 4), red, black, black, black);  
  -webkit-background-clip: text;
 color: transparent;
font-family: 'Quicksand', sans-serif;
font-weight: bolder;
}

h3{
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 5px;
  font-size: 20px;
  padding-top: 11px;
  color:rgb(7, 3, 3);
}

.palettetext{
  background-image: linear-gradient(-45deg, rgb(203, 181, 181), rgb(237, 237, 237),
  rgb(233, 229, 229), rgb(236, 213, 213));
  -webkit-background-clip: text;
 color: transparent;
}

.text{
  margin-top: 60px;
}

.camptitle{
font-size: 16px;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
color:black;
}

.campdescription{
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: regular;
  color:black;
}

.camp{
  padding: 40px;
}

.footer .content{
position: absolute;
}

.questionsheading{
  padding-top:130px;
  padding-bottom:30px;
}

.questions{
  list-style: none;
  font-size: 21px;
  font-family: Quicksand, sans-serif;

}

.symbol{
  font-weight: bold;
}

.answer { 
  display:block;
  text-align: left;
  margin-bottom: 30px;
  margin-top:-20px;
  font-size: 19px;
  font-family: Quicksand, sans-serif;

}

h4{
  font-family: Quicksand, sans-serif;
  font-weight: bold;
}

.aboutartp, .pasakumstext{
  font-family: Quicksand, sans-serif;
}

.fbmes, .mail{
  color:rgb(4, 14, 80);
}

.idpic{
  border-radius: 50%;
  max-width: 80%; !important;
}

.organis{
  padding-top: 100px;
}

.photos img:hover, .pasakums img:hover{
cursor: pointer;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
transition: 0.2s ease-in-out;
}

#indexpasakums:hover{
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}

.organis{
  font-family: Quicksand, sans-serif;
}

.name{
  font-size: 20px;
}

.fb-video{
  border-style: inherit;
}

.videotext{
  max-width: 500px;
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 10px;
}

@media (max-width:375px){
  .maincontainer{
padding-left:10px;
padding-right: 10px;
  }
  .video{
    width:360px;
  }
  .sandravideo iframe{
    width: 200px;
    margin: auto;
    display: block;
    padding-block-start: 20px;
  }

@media (max-width:1200px){
  .maincontainer{
padding-left:10px;
padding-right: 10px;
  }
  .sandravideo iframe{
    width: 200px;
    margin: auto;
    display: block;
    padding-block-start: 20px;
  }
}