
body{
  overflow-x: hidden;
}

#mainBackgroundImage{
  background-image: url('../images/design/premiere_page.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main_image{
  width: 100%;
}

.main_div{
  min-height: 100vh;
  width: 99vw;
  box-shadow: inset 0 -60px 50px -50px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main_div>div{
  margin-left: 150px;
  z-index: 1;
}
  
#header_nameAndLogo_white{
  margin-top: 32px;
  position: fixed;
  top: 0;
  transition: 0.4s;
  display: flex;
  width: 100%;
  z-index: 1;
}

#header_nameAndLogo_white>a{
  color: #FFF8F4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFF8F4;
}

#header_nameAndLogo_white>a>p{
  font-size: 35px;
}

#header_nameAndLogo_white>a>p>span{
  font-weight: bold;
}
  
h1{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 64px;
  color: #FFF8F4;
  width: 884px;
  position: relative;
  left: -10%;
  font-weight: 400;
  text-shadow: 4px 4px 8px black;
}

.main_div>div>a{
  left: -10%;
  position: relative;
}

.main_div button{
  border: none;
  background-color: #E3AA8A;
  font-size: 18px;
  border-radius: 8px;
  color: #FFF8F4;
  padding: 15px;
  width: 256px;
  cursor: pointer;
  outline: none;
  margin-bottom: 8px;
}

.main_div button:hover {
  background-color: #2D8B86;
}

#h1_Start{
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

#h1_End{
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

#arrow{
  position: absolute;
  bottom: 60px;
  width: 70px;
  animation: arrowAnim linear 2s infinite;
  opacity: 0;
}
#arrow img{
  width: 100%;
}

/*welcome*/
.welcomeContainer{
  background-color: #FFF8F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2D8B86;
  min-height: 86vh;
  position: relative;
  z-index: 2;
}
.welcome_title{
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
}
.welcome_title img{
  width: 86px;
  position: relative;
  top: -34px;
}
.welcome_description{
  font-size: 29px;
  width: 806px;
  text-align: center;
}

.welcome_callToAction{
  display: flex;
  justify-content: center;
}
.welcome_callToAction_item{
  text-align: center;
  width: 40%;
  font-size: 20px;
  margin: 20px;
}
.welcome_callToAction_item button{
  border: none;
  background-color: #E3AA8A;
  font-size: 18px;
  border-radius: 8px;
  color: #FFF8F4;
  padding: 15px;
  width: 256px;
  cursor: pointer;
  outline: none;
}

.welcome_callToAction_item button:hover{
  background-color: #2D8B86;
}

.welcome_callToAction_item a{
  color: #FFF8F4;
}

/*followyou*/
.followContainer{
  background-color: #FFF0E8;
  min-height: 100vh;
  color: #2D8B86;
  padding: 4px 75px 4px 75px;
  position: relative;
  z-index: 2;
}

.followContainer p{
  width: 53%;
  margin: 44px;
}

.followContainer p:not(:first-child){
   font-size: 26px;
}

.follow_title{
  padding: 64px 0 64px 0;
}

.skills p{
  margin: 2px;
}

.skills span{
  font-weight: bold;
}

.followContainer button {
  margin-left: 44px;
  border: none;
  background-color: #E3AA8A;
  font-size: 18px;
  border-radius: 8px;
  color: #FFF8F4;
  padding: 15px;
  width: 256px;
  cursor: pointer;
  outline: none;
  margin-bottom: 80px;
}

.followContainer button:hover {
  background-color: #2D8B86;
}

.followContainer>lottie-player{
  position: absolute;
  right: -1px;
  bottom: 0;
  height: 935px;
  width: 693px;
}

/* mydrawings*/
.myDrawings{
  min-height: 260px;
  height: 50vh;
  background-color: #2D8B86;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.myDrawings img{
  margin: 10px;
  height: 74%;
}

.myScribbles{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.myScribbles a{
  position: absolute;
  top: -25px;
}
.myScribbles button{
  border: none;
  background-color: #E3AA8A;
  font-size: 18px;
  border-radius: 8px;
  color: #FFF8F4;
  padding: 15px;
  width: 256px;
  cursor: pointer;
  outline: none;
}

.myScribbles button:hover{
  background-color: #2D8B86;
}

/*myExperiences*/
.myExperiences{
  min-height: 50vh;
  background-color: #FFF8F4;
  padding: 0 75px 300px 75px;
  position: relative;
  z-index: 2;
}

.myExperiences p {
  padding: 44px;
  color: #2D8B86;
  margin: 0;
  padding-top: 75px;
}

.myExperiences div {
  display: flex;
  justify-content: space-evenly;
}
.myExperiences img {
  width: 314px;
  height: auto;
}

@keyframes arrowAnim {
  0%  {opacity: 0; bottom: 70px;}
  50%  {opacity: 1; bottom: 40px;}
  100%  {opacity: 0; bottom: 10px;}
}


@media screen and (max-width: 480px)
{
  
  h1{
    width: 66vw;
    left: 0;
  }
  #header_nameAndLogo_white{
    position: absolute;
    justify-content: center;
  }
  #header_nameAndLogo_white img{
    margin: 14px;
  }
  .main_div>div{
    text-align: center;
    margin-left: 0px;
  }
  .main_div>div>a {
    left: 0;
  }
  h1>span{
    justify-content: center;
  }
  .welcome_title img {
    width: 45px;
    top: -19px;
  }
  .welcome_description {
    font-size: 22px;
  }
  .welcome_callToAction_item {
    font-size: 18px;
  }
  .myExperiences div {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    height: 66vh;
  }
  .myExperiences{
    height: auto;
  }
  .myExperiences img{
    width: 180px;
  }
  .welcome_description {
    width: 80vw;
  }
  .welcome_callToAction {
    flex-direction: column;
    align-items: center;
  }
  .welcome_callToAction_item{
    width: 65%;
  }
  .welcomeContainer{
    height: auto;
    padding-bottom: 40px;
  }
  .followContainer{
    padding: 4px 35px 4px 4px;
  }
  .followContainer>lottie-player{
    opacity: 0.1;
  }
  .followContainer p{
    margin: 16px;
    width: 100%;
  }
  .follow_title{
    margin: 16px;
  }
  .followContainer button {
    margin-left: 0px;
  }
  .followContainer a{
    display: block;
    text-align: center;
  }
  .myExperiences{
    padding: 0 4px 300px 4px
  }
  .myExperiences p{
    padding: 0px;
    padding-top: 44px;
  }
  .welcome_callToAction_item button {
    width: 88%;
  }
  .followContainer p:not(:first-child) {
    font-size: 18px;
  }
}

@media (min-width: 480px) and (max-width: 780px)
{
  h1{
    width: 66vw;
    left: 0;
  }
  #header_nameAndLogo_white{
    position: absolute;
    justify-content: center;
  }
  #header_nameAndLogo_white img{
    margin: 14px;
  }
  .main_div>div{
    text-align: center;
    margin-left: 0px;
  }
  .main_div>div>a {
    left: 0;
  }
  h1>span{
    justify-content: center;
  }
  .myExperiences div {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    height: 66vh;
  }
  .myExperiences{
    height: auto;
  }
  .myExperiences img{
    width: 234px;
  }
  .welcome_description {
    width: 80vw;
  }
  .welcome_callToAction {
    flex-direction: column;
    align-items: center;
  }
  .welcome_callToAction_item{
    width: 65%;
  }
  .welcomeContainer{
    height: auto;
    padding-bottom: 40px;
  }
  .followContainer{
    padding: 4px 35px 4px 4px;
  }
  .followContainer>lottie-player{
    opacity: 0.1;
  }
  .followContainer p{
    margin: 16px;
    width: 100%;
  }
  .follow_title{
    margin: 16px;
  }
  .followContainer button {
    margin-left: 0px;
  }
  .followContainer a{
    display: block;
    text-align: center;
  }
  .myExperiences{
    padding: 0 4px 300px 4px
  }
  .myExperiences p{
    padding: 0px;
    padding-top: 44px;
  }
}  

@media (min-width: 781px) and (max-width: 1100px)
{
  h1{
    width: 600px;
  }
  #header_nameAndLogo_white{
    position: absolute;
  }
  .main_div>div{
    margin-left: 0px;
  }
  .myExperiences div {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    height: 100vh;
  }
  .myExperiences{
    height: auto;
  }
  .welcome_description {
    width: 80vw;
  }
  .followContainer>lottie-player{
    opacity: 0.1;
  }
}