@import url("https://fonts.googleapis.com/css?family=Cute+Font|Merienda");
@import url("https://fonts.googleapis.com/css?family=Akronim");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
}


.first {
    padding-top: 10%;
    margin-bottom: 9%;
}

.hed {
  background-image: url("../img/comp5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
  position: relative;
  padding: 100px;
  font-family: 'Merienda', cursive;
}

h1 {
  color: black;
 
}

#nimo {
  color: black;
  font-size: 200%;
}

.slider-parallax-inner {
  background-color:#cac1bc;
  padding-left:400px;
  color:black;
  font-family: 'Merienda', cursive;
  height: 600px;
  padding-right: 400px;
  font-size:150%

}


h5 {
  color: white;
}

body>main>section>h2
{
    border:1px solid #000;
    margin:20px;
    color:darkgoldenrod;
    position:fixed;
    width:100%;
    background:rgba(255,255,255,0.9);

}

.specific {
    margin-bottom: 4%;
}

.Order {
  background-color:#cac1bc;
  background-size: cover;
  background-repeat: repeat-y;
  position: relative;

  position: relative;

  font-family: 'Merienda', cursive;
  color: white;
  padding-left: 400px;
  padding-right: 400px;

  
}


.footer {
    margin-top: 20px;
    padding-top: 20px;
    color: black;
}

h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.container {
  padding: 30px;
  position: relative;
  top: 100px;
}



 #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: transparent;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

@media screen and (max-width:450px) {
    .form-cont input {
        width: 100%;
        margin-top: 10px;
    }
    body{
        overflow-x: hidden;
    }
}
@media screen and (max-width:1024px) {
    * {
        font-size: calc(1vw + 1vh + .5vmin);
    }
}
