@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Concert+One&display=swap');


  @media screen and (max-width: 834px){

.contactpage {
   display: grid;
    box-sizing: border-box;
     justify-items: center;
      grid-template-columns: 1fr;
       grid-gap: 20px;
        width: 100%;
         text-align: center;
          align-content: center;
           max-width: 100%;
            margin: 0;
             padding: 20px;}
 .side-title{
   padding-top: 80px;
    font-family: 'Bungee', sans-serif;
     -webkit-text-fill-color:rgb(121, 175, 118);
      -webkit-text-stroke: 2px black; 
        font-size: 2.0rem;
         text-align: center; }
.one-call{
   font-family: 'Bungee', sans-serif;
    -webkit-text-fill-color:rgb(121, 175, 118);
      -webkit-text-stroke: 2px black; 
        font-size: 2.0rem;
         text-align: center;}
.customerinput{  
  box-sizing: border-box;
     width: 90vw;
       margin-top: 30px;
        margin-bottom: 25px;
         font-size: 21px;
          font-family: 'Bungee', sans-serif;
           -webkit-text-fill-color:rgb(121, 175, 118);
            -webkit-text-stroke: 1px black;}
.F-L-name{
   display:grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
     justify-self: center;
      grid-gap: 15px;
       column-gap: 15px;
        margin-right: none;
         max-width: 100%;
          margin: 0 auto;
           margin-top: 25px;}  
.firstname
{margin-bottom: 25px;
    margin-right: 5px;}
.firstname input{
   box-sizing: border-box;
     width: 170px;
      padding: 10px;
       font-size: 13px;
       -webkit-text-fill-color: black;
        -webkit-text-stroke: 0px black;}
.lastname
{margin-bottom: 25px;
   margin-left: 5px;}
  .lastname input{
    box-sizing: border-box;
     width:170px;
      padding: 10px;
       font-size: 13px;
        -webkit-text-fill-color: black;
         -webkit-text-stroke: 0px black;}
  .all-else{
    display: flexbox;}
.email
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  .email input{
    box-sizing: border-box;
     width: 400px;
      padding: 10px;
       font-size: 13px;
       -webkit-text-fill-color: black;
        -webkit-text-stroke: 0px black;}
.phone 
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  .phone input{
    box-sizing: border-box;
     width: 400px;
      padding: 10px;
       font-size: 13px;
       -webkit-text-fill-color: black;
        -webkit-text-stroke: 0px black;}
.address 
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  .address input{
   box-sizing: border-box;
    width: 400px;
     padding: 10px;
      font-size: 13px;
       -webkit-text-fill-color: black;
        -webkit-text-stroke: 0px black;}
.moredetail
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  #Add-deets{
   box-sizing: border-box;
    width: 400px;
     padding: 10px;
      font-size: 13px;
       -webkit-text-fill-color: black;
        -webkit-text-stroke: 0px black;}
  .sendbutton{
    background-color: rgb(121, 175, 118);
     width: 100px;
      height: 30px;
       font-family: 'Bungee', sans-serif;
        -webkit-text-fill-color:rgb(0, 171, 238);
         -webkit-text-stroke: 2px black; 
          cursor: url('Cursors/Sharkies Cursor open.png') 18 17, auto;}
  .sendbutton :active {cursor: url('Cursors/Sharkies Cursor bite.png') 18 17, auto;}}  
  @media screen and (min-width:835px){
.side-title .customerinput{
flex: 1 1 350px;
 min-width: 300px;}
.contactpage {
   display: grid;
    grid-template-columns: 40% 60%;
     grid-gap: 100px;
      width: 100%;
        max-width: 100%;
         align-self: start;
          margin: 0;
           padding: 20px;}
.side-title{
  padding-left: 50px;
   padding-top: 80px;
   font-family: 'Bungee', sans-serif;
    -webkit-text-fill-color:rgb(121, 175, 118);
      -webkit-text-stroke: 2px black; 
        font-size: 2.8rem;
         text-align: center;}
.one-call{
   font-family: 'Bungee', sans-serif;
    -webkit-text-fill-color:rgb(121, 175, 118);
      -webkit-text-stroke: 2px black; 
        font-size: 2.8rem;
         text-align: center;}
.customerinput{      
    width: 80%;
     max-width: 500px;
      align-items: flex-start;
       margin-top: 55px;
        margin-bottom: 25px;
         font-size: 21px;
          font-family: 'Bungee', sans-serif;
           -webkit-text-fill-color:rgb(121, 175, 118);
            -webkit-text-stroke: 1px black;}
.F-L-name{
   display:grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
     grid-gap: 15px;
      column-gap: 15px;
       margin-right: none;
        max-width: 100%;
         margin: 0 auto;
          margin-top: 25px;}
.firstname{
   margin-bottom: 25px;}
.firstname input{ 
    width:200px;
     padding: 10px;
      font-size: 13px;
       -webkit-text-fill-color: black;
       -webkit-text-stroke: 0px black;}
.lastname{
  margin-bottom: 25px;}
  .lastname input{
    width:200px;
     padding: 10px;
      font-size: 13px;
      -webkit-text-fill-color: black;
       -webkit-text-stroke: 0px black;}
.email{
  display:block;
   flex-direction: column;
    margin-bottom: 25px;}
  .email input{
    width: 455px;
     padding: 10px;
      font-size: 13px;
      -webkit-text-fill-color: black;
       -webkit-text-stroke: 0px black;}
.phone 
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  .phone input{
    width: 455px;
     padding: 10px;
      font-size: 13px;
      -webkit-text-fill-color: black;
       -webkit-text-stroke: 0px black;}
.address 
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  .address input{
    width: 455px;
    padding: 10px;
    font-size: 13px;
    -webkit-text-fill-color: black;
     -webkit-text-stroke: 0px black;}
.moredetail
{display:block;
 flex-direction: column;
  margin-bottom: 25px;}
  #Add-deets{
    width: 455px;
    padding: 10px;
     font-size: 13px;
     -webkit-text-fill-color: black;
     -webkit-text-stroke: 0px black;}
  .sendbutton{
    background-color: rgb(121, 175, 118);
     width: 100px;
      height: 30px;
       font-family: 'Bungee', sans-serif;
        -webkit-text-fill-color:rgb(0, 171, 238);
         -webkit-text-stroke: 2px black; 
          cursor: url('Cursors/Sharkies Cursor open.png') 18 17, auto;}
  .sendbutton :active {cursor: url('Cursors/Sharkies Cursor bite.png') 18 17, auto;}}

            