/* CSS file for extra stuff */
 .cookies{
   position: fixed;
   bottom: 0px;
   z-index: 10;
   padding: 20px;
   background-color: white;
   width: 100%;
   text-align: center;
}

.rectangle {
  z-index: 10;
  position: relative;

  margin-top: -90px;
  padding-top: 20px;
  padding-left: 20px;
  width: 100%;
  /*height: 427px;*/
  height: auto;
  border-radius: 8px;
  border: solid 6px #ffd01e;
  background-color: #ffffff;

}
.writeline {
    z-index: 11;
    position: absolute;
    margin-top: -149px;
    padding-top: 25px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #101010;
}
.hashtagbox{
}
.hashtag {
    /*
  width: 129px;
  height: 59px;

     */
  display: inline-block;
  border-radius: 8px;
  border: solid 1px #000000;
  padding: 4px;
    margin-left: 8px;
}

input[type="text"] {
  width: 100%;
  border:none;
  border-bottom: solid 1px black;
  color:black;
    background-color: transparent;
}
input:focus[type="text"]{
/*   color:red;*/
}
label {
  color: black;
}
dd {
   margin-inline-start: 0px!important;
}
.footer {
  border-top: 1px solid black;
  text-align: center;
}
.alert {
     border: solid 2px #ffd01e;
   background-color: #ffd01e;
   text-align: center;
   padding: 10px;
   margin-top: 20px;
   margin-bottom: 20px;
   width: auto;
   margin-left: auto;
   margin-right: auto;
   border-radius: 5px;
   max-width: 1180px;
}
#formdiv {
    padding-bottom:80px;
    padding-top: 50px;

}

/* COOOL HAND LUKE's CHANGES */
h2 {
    font-weight: 800;
}
.rectangle {
    padding: 20px;
}
.legal.gdpr {
    text-align: left;
    margin: auto;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #eaeaea;
}
.formblockr {
    padding: 10px;
    max-width: 500px;
    margin: auto;
    background-color: transparent;
}
form.w-form {
    max-width: 40%;
    margin: auto;
    padding: 20px;
    background: whitesmoke;
    border-radius: 10px;
    float: right;
    display: block;
    z-index: 11;
    margin-left: 20px;
    margin-bottom: 30px;
}
a {
    color: black;
    text-decoration: underline;
}
a:hover {
    color: grey;
}
.fa {
    font-family: 'Fa brands 400', sans-serif;
    color: #fff;
    text-decoration: none;
}
.hero {
    padding-top: 120px;
}
h4 {
    font-weight: 800;
}
.writeline {
    margin-top: -170px;
}
.writeline h4 {
    font-size: 50px!important;
}
.hashtagbox {
    margin-bottom: 20px;
}
.slider.w-slider {
    max-height: 500px;
    margin-top: 60px;
    overflow: hidden;
}
.container.quote {
    max-width: 1200px;
    text-align: left;
}
.slider {
    height: 500px;
    margin-top: 80px;
}
.slide-2.w-slide {
    overflow: auto;
}
.container.quote {
    max-width: 1200px;
    text-align: left;
}
@media only screen and (max-width: 767px){
    form.w-form {
        width: 100%;
        display: block;
        max-width: none;
    }
    .writeline h4 {
        font-size: 40px!important;
        margin-top: 8px;
    }
}
.smicons {
   display: inline-block;
   padding: 10px;
   margin: 20px 8px 20px 8px;
   border: 1px solid black;
   border-radius: 8px;
   color: white;
   background-color: black;
   font-weight: 700;
}
.hashtag {
   display: inline-block;
   border-radius: 8px;
   border: solid 1px #000000;
   padding: 10px;
   margin-left: 8px;
   color: white;
   background: black;
   font-weight: 700;
}
.fa {
    font-weight: 200;
}
.applogo {
    width: auto;
    height: 80px;
}
@media screen and (max-width: 1023px){
    .nav-menu {
        background-color: #ffd01e;
        box-shadow: none;
    }
    .smicons {
        display:none;
    }

}
@media (max-width: 400px){
    .hero {
       padding-top: 160px;
    }

}

.tooltip {
   position: relative;
   display: inline-block;
   float: left;
   border-bottom: 1px dotted black;
   background-color: #ffd01e;
   color: black;
   border-radius: 200px 200px 200px 200px;
   border: 1px dotted black;
   margin-left: 5px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 14px;
   line-height: 20px;
}


/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
    font-size:14px;
    line-height:16px;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-left: -95px;
  margin-top: 25px;

  border-radius: 6px;
  box-shadow: 0px 18px 33px -11px rgba(110,112,56,1);
  font-weight: 200;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
    opacity: 0.9;
}
.mp-letter {
    font-size: 14px;
}
.intro-para {
    float:right;
}
