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

body {
    margin: 0; 
}

.bgControl {
    background-image: url("https://raw.githubusercontent.com/jobal22/Fountain-Pen-API/master/img/fountain-pen-1854169.jpg");
    background-attachment: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 230px;
    padding-bottom: 230px;
}

.lbgControl {
    background-image: url("https://github.com/jobal22/Fountain-Pen-API/blob/master/img/sea-2927115_1920%20(1).jpeg?raw=true");
    background-size: 2500px 3000px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 200px;
    padding-top: 80px;
}

.instructions {
    padding-left: 50px;
    padding-right: 50px;
    color: white;
    font-size: 20px;
    background: rgba(255, 255, 255, 0); 
    border: rgba(255, 255, 255, 0);
}

.infoContent1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 0;
    text-align: center;
}

.brand1, .brand2, .shop {
    list-style: none;
}

.penOptions {
    color: white;
}

.penOptions ul li {
    display: inline-block;
}

.penOptions ul a {
    font-size: 80px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
    font-weight: bold;
    font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
    text-shadow: 1px 1px 8px rgb(5, 5, 5);
    border: white;
    font-size: 20px;

}

.penBrand, .penBrand1 {
    padding-left: 20px;
    text-decoration: none;
}

.penShop {
    padding-left: 23px;
    text-decoration: none;
}


#js-form {
    text-align: center;
    padding-top: 125px;
    padding-bottom: 155px;
    display: inline-block;
    width: 70%; 
}

#js-search-term {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0;
    border-radius: 4px;
    font-size: 34px;
}

input[type=text] {
    background-color:  rgba(255, 255, 255, 0);
    border-top: rgba(255, 255, 255, 0);
    border-left: rgba(255, 255, 255, 0);
    border-right: rgba(255, 255, 255, 0);
  }

  input[type=text], textarea {
    color: white;
    text-shadow: 1px 1px 8px rgb(5, 5, 5);
    text-transform: uppercase;
  }

  input:focus {
    outline:none;
}

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
    font-weight: bold;
    font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
    text-shadow: 1px 1px 8px rgb(5, 5, 5);
    border: white;
    font-size: 20px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
    text-shadow: 1px 1px 8px rgb(5, 5, 5);
    border: white;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
    text-shadow: 1px 1px 8px rgb(5, 5, 5);
    border: white;
  }

button:focus {
    outline:none;
}

button:hover{
    color: rgb(202, 202, 202);
}

.jumper {
    cursor: pointer;
}

.display {
    border: 1px solid black;
    padding: 20px;
    width: 400px;
    background-color: white;
}

.display h3 {
    text-align: center;
}

.display h4 {
    width: 150px;
    font-size: 13px;
}

.display h4, img {
    display: inline-block;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.display p {
    text-align: right; 
    padding-right: 8%; 
}

.display .etsy-logo {
    width: 100px;
   position: relative;
   left: 35%;
}

.display .youtube-logo {
    width: 120px;
   position: relative;
   left: 35%;
}

.error-message {
    color: red;
}

.toSea {
    color: white;
    position: relative;
    bottom: 38%;
    font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
    text-shadow: 1px 1px 8px rgb(5, 5, 5);


}

@media screen and (max-width: 1029px) {

    section {
        margin: 0 auto;
    }

    #js-search-term {
        width: 190px;
    }

    button {
        padding: 0;
        margin: 0;
        border-radius: 4px;
        font-size: 44px;
        text-shadow: 1px 1px 8px rgb(5, 5, 5);
        text-transform: uppercase;
        font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
        letter-spacing: 10px;
        width: 225px;
        background: rgba(255, 255, 255, 0); 
        border: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
    }
    
    .toSea {
        left: 30%;
    }

    .instructions {
        padding-left: 50px;
        padding-right: 50px;
        color: white;
        font-size: 20px;
        background: rgba(255, 255, 255, 0); 
        border: rgba(255, 255, 255, 0);
    }
    
}

@media screen and (min-width: 1030px) {
      .infoContent {
        padding-top: 50px;
        text-align: center;
      }

      #js-search-term {
        width: 390px;
    }

      .box {
          display: flex;
          justify-content: space-evenly;
      }

      button {
        padding: 0;
        margin: 0;
        border-radius: 4px;
        font-size: 44px;
        text-shadow: 1px 1px 8px rgb(5, 5, 5);
        text-transform: uppercase;
        font-family: 'Cinzel', 'Caveat', 'Libre Baskerville','Raleway' ;
        letter-spacing: 10px;
        width: 225px;
        background: rgba(255, 255, 255, 0); 
        border: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
    }
}