/*-----------------------------------*\
  $RESET
\*-----------------------------------*/

/**, :before, :after {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/

/*input, select, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  font: inherit;
  color: inherit;
}*/

/*-----------------------------------*\
  $OBJECTS
\*-----------------------------------*/

.butt, .input {
    padding: .75rem;
    margin: .375rem;
    background-color: transparent;
    border-radius: 4px;
}

    .butt:focus, .input:focus {
        outline: none;
    }

.butt {
    border: 2px solid #f35626;
    line-height: 1.375;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    color: #f35626;
    cursor: pointer;
    -webkit-animation: hue 60s infinite linear;
}

.butt--primary {
    background-color: #f35626;
    color: #fff;
}

.input {
    border: 1px solid #c0c8c9;
    border-radius: 4px;
}

.input--dropdown {
    background-image: url("../images/ddown.png");
    background-image: url("../images/ddown.svg?3"), none;
    background-repeat: no-repeat;
    background-size: 1.5rem 1rem;
    background-position: right center;
}

/*-----------------------------------*\
  $TYPOGRAPHY
\*-----------------------------------*/

h1, .alpha {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -.05em;
}

h2, .beta {
    margin-bottom: .75rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
}

@media (min-width: 650px) {
    .mega {
        font-size: 3rem;
        line-height: 1;
    }
}

.subhead, .meta {
    color: #7b8993;
}

.promo {
    text-align: center;
}

/*p, hr, form {
  margin-bottom: 1.5rem;
}

hr {
  border: none;
  margin-top: -1px;
  height: 1px;
  background-color: #c0c8c9;
  background-image: -webkit-linear-gradient(0deg, #fff, #c0c8c9, #fff);
}*/

/*a {
  color: inherit;
  text-decoration: underline;
  -webkit-animation: hue 60s infinite linear;
}

  a:hover {
    color: #f35626;
  }*/

/*-----------------------------------*\
  $LAYOUT
\*-----------------------------------*/


.wrap1 {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 50px;
    /*max-width: 38rem;*/
    margin: 0 auto;
   
}

 .site__title {
         padding:15px; 
        color: white;
        -webkit-animation-duration: 2s;
    }
.slider-write1 {
    background-color: rgba(15, 23, 62, 1);
}
    .slider-write1 p {
        font-size: 2.5em;
        letter-spacing: 10px;
    }
    .wrap2 {
        position: absolute;
        z-index: 2;
        top: 120px;
        left: 140px;
        /*max-width: 38rem;*/
        margin: 0 auto;
    }

.wrap3 {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 50px;
    /*max-width: 38rem;*/
    margin: 0 auto;
}
.wrap3 .site__title {
    color: white;
    -webkit-animation-duration: 2s;
}
.wrap3 span{
    font-size:35px;
    font-weight:bolder;
}
.wrap3 img{
    margin-left:18px;
    width:50%;
}
    .wrap4 {
        position: absolute;
        z-index: 2;
        top: 15px;
        left: 40%;
        /*max-width: 38rem;*/
        margin: 0 auto;
    }

    .wrap4 .site__title {
        color: white;
        -webkit-animation-duration: 2s;
    }

        .wrap4 p {
            font-size: 45px;
            font-weight: bolder;
            letter-spacing: 25px;
        }

.wrap5 {
    position: absolute;
    z-index: 2;
    top: 100px;
    left:43%;
    /*max-width: 38rem;*/
    margin: 0 auto;
}
    .wrap5 p {
        font-size: 20px;
        
        letter-spacing: 5px;
    }  
.slider-write2 {   
    border-radius:10px;
    background-color: rgba(230, 104, 100, 1);
}
    .slider-write2 .site__title{
        padding:5px;
    }

.wrap6 {
    position: absolute;
    z-index: 2;
    top: 160px;
    left: 38%;
    /*max-width: 38rem;*/
    margin: 0 auto;
}

.wrap6 img{
    
    margin-right:0px;
}
    .wrap6 .animateDelay {
        animation-delay: 1.5s;
    }

    .island {
        padding: 1.5rem;
    }


.isle {
    padding: .75rem;
}

.spit {
    padding: .375rem;
}

/*-----------------------------------*\
  $BASE
\*-----------------------------------*/

/*html {
  font: 100%/1.5 "Roboto", Verdana, sans-serif;
  color: #3d464d;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%;

  overflow: hidden-x;

 
  text-align: center;
}*/

/*@media (min-width: 650px) {
  html {
    height: 100%;
  }

  html:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }*/

/*body {
    display: inline-block;
    vertical-align: middle;
    max-width: 38rem;
  }
}*/

/*-----------------------------------*\
  $HEADER
\*-----------------------------------*/

.site__header {
    -webkit-animation: bounceInUp 1s;
}

.site__title {
    /*color: #f35626;*/
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

.site__content {
    -webkit-animation: bounceInUp 1s;
    -webkit-animation-delay: .1s;
}

    .site__content form {
        -webkit-animation: bounceInUp 1s;
        -webkit-animation-delay: .1s;
    }

/*-----------------------------------*\
  $ANIMATIONS
\*-----------------------------------*/

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.animateDelay {
    animation-delay: 1s;
}
