@import url('https://fonts.googleapis.com/css?family=Open+Sans|Paytone+One|Quicksand');

/* Custom CSS */
body {
  background-image: url("images/blackscales.png");
  background: #000;
  font-family: 'Quicksand', sans-serif;
  margin-top:0px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 0;
  padding:0;
}


h1 {
  font-family: 'Paytone One', sans-serif;
}

.cardtitle {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.3em;
}

/* ----- Nav bar ---- */

.header{
	background: #000;
	padding:20px;
}

.header:after{
	content:'';
	display: table;
	text-decoration: none;
	clear:both;
}

.desktop .desktop-hide{
  display: none;
}





.menu{
	float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.menu ul {
font-family: 'Open Sans', sans-serif;
text-align: right;
padding-left: 0;
margin: 0;
color: #fff;
width: 100%;
font-size: 2.3em;
} 

.menu li { 
padding:0;
}

.menu li a {
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #000;
    }


/*---- Hover animation ----*/
.desktop .menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.desktop .menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





/* ----Added underline instead ----
.menu li a:hover {
	background-color: lightblue;
}*/

.dropbtn {
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    color: #fff;
    padding: 16px;
    border: none;
}

.dropdown {
  font-family: 'Open Sans', sans-serif;
  color: darkgrey;
   position: relative;
    display: inline-block;
}

.dropdown > a.dropbtn{
	color: #fff;
	display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 150px;
    font-size: .5em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff; 
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.desktop .dropdown-content a:hover {
  background-color: #ddd;
  opacity: 0.8;
}

.desktop .dropdown:hover .dropdown-content {
    display: block;
}

.desktop .dropdown:hover .dropbtn {

}



button {
  background: #fff;
  border-radius: 5px;
}


.logo{
  width:100px;
float: center;
display: inline-block;
}


/* ----- End Nav bar ---- */
* {
    box-sizing: border-box;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}


/*---mobile nav bar---*/

#mobileMenu {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    color: lightgrey;
    display: none;
    width: 100%;
    background-color:#000;
    outline: none;
   
}

@media screen and (max-width:800px){
	.menu-show {
	    display: block !important
	}
}


/*.mobileMenuToggle {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
}

.mobileMenuToggle button {
    font-size: 1rem;
}*/

#mobileMenu ul {
  background-color: #000;
color: darkgrey;
width: 100%;
    list-style-type: none; 
    padding: 20px;
    clear: both;
} 

#mobileMenu li {
    display: block;
    padding: 8px 16px;
}

#mobileMenu li a {
    padding: 8px 16px;
    width: 200px;
    color: #fff;
    text-decoration: none;
}
#mobileMenu li > a{
	width:100%;
}

#mobileMenu li a:hover {
 /*   background-color: lightblue;*/

}

a, a:visited{
     color: white;
     text-decoration: none;

}
.button{
    text-align:right;
}

.dropbtn {
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    color: darkgrey;
    padding: 16px;
    border: none;
}
@media screen and (min-width:769px){
	.dropbtn {
	    font-size: .45em;
	    padding: 10px;
	}
}
@media screen and (min-width:1200px){
	.dropbtn {
	    font-size: .7em;
	    padding: 16px;
	}
}

footer { 
text-align: center;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
color: white;   
background-color: #000;
box-shadow: none;
padding:20px 0px;
}

a:link {
    
    color:none;
}

* {
  box-sizing: border-box;
}


a {
  color: none;
}

hr {
  border: 1px solid lightgrey;
}



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


    img {
        height: auto;
        max-width: 100%;
    }

    body{
        width:100%;
    }

    /* hide desktop menu */
   /* .menu {
        display: none;
    }
    
     show hamburger menu 
    .mobileMenuToggle {
        display: block;
    }*/

      /* hide desktop menu */
    .menu {
        display: none;
    }
    
    /* show hamburger menu */
    .container {
        display: block;
    }

}
/*---pages---*/

.wrapper{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.whitebar{
  background-color: #e5e5e5;

  max-width: 1000px;
  height: 2em;
  margin-top: 1em;
}

@media screen and (max-width:1000px){
  .wrapper {
      padding: 1.5em;
  }
}

@media screen and (max-width:768px){
  .wrapper {
      padding: 1em;
  }
}


/*----Header Gallery----*/

* {box-sizing: border-box}
body { margin:0}
.mySlides {display: none}
img {
  vertical-align: middle;

}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px; 
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}




/* -=[ Card Grid styles ]=- */

.cards {
  max-width: 960px;
  margin: 0 auto 30px;
   display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 25px;

}

article {
  position: relative;
  text-align: center;
}

.res{
  position: relative;
}

/* Each Card */
.article-img{
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 1em;
  font
}

.article-title{
  position: absolute;
top: 5px;
  width: 100%;
  padding: 10px;
 /* background-color: rgba(255, 255, 255, 0.7);*/
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}

.article-title2{
  position: absolute;
  top: 5px;
  width: 100%;
  padding: 10px;
  color: black;
}


.box{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 3em;
}

.storypts{
  position: absolute;
  top:150px;
  width: 100%;
  padding: 10px;;
  color: black;
  text-align: center;
  font-size: 1.5em;
}

.icons-img{
  position: absolute;
  top:80px;
  right: 100px;
  padding: 10px;
  text-align: center;
  font-size: 1.5em;
}


.cards2 {
  max-width: 960px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 25px;


}

article {
  position: relative;
  text-align: center;
}

/* Each Card */
.article2-img{
  height: 195px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 1em;
  background-color: #fff;
}

.article2-title{
  position: absolute;
  top: 5px;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  text-align: center;
}


.box{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 3em;
}

.storypts{
  position: absolute;
  top:150px;
  width: 100%;
  padding: 10px;;
  color: black;
  text-align: center;
  font-size: 1.5em;
}

.icons-img{
  position: absolute;
  top:80px;
  right: 100px;
  padding: 10px;
  text-align: center;
  font-size: 1.5em;
}

h3{
padding-top: 15px;
}

.cardsm{
  margin-top:2.5em;
}



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

.pt{
  padding: .7em;
  padding-bottom: .2em;
  margin: 0px;
  font-size: .9em;
}


}

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

.pt{
  padding: .7em;
  padding-bottom: .2em;
  margin: 0px;
}

}

/*---Location footer*/



.locinfo {  
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  background: transparent url("../images/black-paper.png");
  color:#fff;
  font-family: 'Quicksand', sans-serif;
}
    
  .locinfo .text2{
    width:60%;
    padding: 15px;
  }

  .locinfo .image {
    width: 20%;
     padding-top: 45px;

  }
  
  .locinfo .text3 {
    width: 20%;
    text-align: right;
     padding-top: 45px;
  }
  
@media screen and (max-width:375px){
  .locinfo .text2 {
      padding: 1em;
      width: 100%;
  }

  .locinfo .image{
    padding: 1em;
    width: 50%;
  }

  .locinfo .text3 {
      padding: 1em;
      width: 50%;
  }


}




/*---Buttons---*/


  
.button {
    border: none;
    color: darkgrey;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    font-family: 'Open Sans', sans-serif;
    color: darkgrey; 
    border: 2px solid darkgrey;
}

.button1:hover {
    background-color: darkgrey;
    color: white;
}

.button a{
  color:black;
}

.buttonsm {
    border: none;
    color: darkgrey;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonsm1 {
    background-color: white; 
    color: darkgrey; 
    border: 2px solid darkgrey;
}

.buttonsm1:hover {
    background-color: darkgrey;
    color: white;
}

.buttonsm a{
  color:black;
}


/*--- Footerimage ----*/

.whitebarfooter{
  background-color: #e5e5e5;
  max-width: 1000px;
  height: .5em;
/*  margin-top: 1em;*/
}

.whitebarfooter2{
  background-color: #e5e5e5;
  max-width: 1000px;
  height: .5em;
  margin-top: 1.5em;
}

.footerimage{
  text-align: center;
  padding: .9em;
}

.footer {  
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  color:#fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15em;
  padding-top: 20px;
}


.footer .text2{
  width:50%;
  padding: 15px;
  padding-top: 32px;
}

  .footer .text3 {
    width: 35%;
     padding-top: 32px;
  }

 .footer .image {
    width: 15%;
    text-align: center;
    padding-top: 22px;
  }

  .footer img{
    width: 30px;
    height: 30px;

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

  .footer{
    padding-top: 30px;
  }


  .locinfo .text2 {
      padding: 1em;
      width: 100%;
  }

  .locinfo .image{
    padding: 1em;
    width: 50%;
  }

  .locinfo .text3 {
      padding: 1em;
      width: 50%;
  }


}

@media screen and (max-width:375px){
  .footer{
    padding-top: 35px;

  }
  
  


}


/*--Video---*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;

}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
max-width:100%;
max-height: 100%;
}


.coffeebanner{
    background: transparent url("../images/coffeebeansbanner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}

.c-types{
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  color:#fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15em;
  padding-top: 15px;
  margin-top: 1.5em;
  background: transparent url("../images/black-paper.png");
  border: #fff solid 5px;
  border-radius: 10px;
}


  .c-types .images{
    text-align: center;
    width:50%;
    padding: 15px;
  }
  .c-types .para{
    text-align: center;
    width: 50%;
    padding: 15px;
  }

  .p1{
    text-align: left;
    padding-right: 25px;
  }

  .p2{
    text-align: left;
    padding-right: 25px;
  }




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

.coffeebanner{
    background: transparent url("../images/coffeebeansbanner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}



.c-types .images{
  width: 100%;
}


.c-types .para{
  width: 100%;
}

  .p1{
    padding: 1em;
    text-align: center;
  }

  .p2{
    padding: 1em;
    text-align: center;
  }

  h2{
    font-size: 1.3em;
  }



}




/*--Tea page ---*/

.t-banner{
    background: transparent url("../images/t-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}


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

.t-banner{
    background: transparent url("../images/t-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}


}


/*--Baked goods page---*/

.b-wrapper{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

  .bgbox{
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  background: transparent url("../images/black-paper.png");
  color:#fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15em;
  padding-top: 15px;
  margin-top: 1.5em;
  border: #fff solid 5px;
  border-radius: 10px;
  }

.bgbox .images{
     text-align: center;
    width: 25%;
    padding: 15px;

}


.bgbox .title{
     text-align: center;
    width: 25%;
    padding: 15px;

}

.bgbox p {
  text-align: center;
  padding-top: .5em;
  font-size: .9em;
}

.bgbox .images2{
     text-align: center;
    width: 25%;
    padding: 15px;

}

.bgbox .title2{
     text-align: center;
    width: 25%;
    padding: 15px;

}



.b-banner{
    background: transparent url("../images/b-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}

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

.b-wrapper{
  padding: 1em;
}


.bgbox .images{
     text-align: center;
    width: 50%;
    padding: 15px;

}


.bgbox .title{
     text-align: center;
    width: 50%;
    padding: 15px;

}

.bgbox p {
  text-align: center;
  padding-top: .5em;
  font-size: .9em;
}

.bgbox .images2{
     text-align: center;
    width: 50%;
    padding: 15px;

}

.bgbox .title2{
     text-align: center;
    width: 50%;
    padding: 15px;

}



}

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


  .b-banner{
    background: transparent url("../images/b-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}

.bgbox .images{
     text-align: center;
    width: 100%;
    padding: 15px;

}


.bgbox .title{
     text-align: center;
    width: 100%;
    padding: 15px;

}

.bgbox p {
  text-align: center;
  padding-top: .5em;
  font-size: .9em;
}

.bgbox .images2{
     text-align: center;
    width: 100%;
    padding: 15px;

}

.bgbox .title2{
     text-align: center;
    width: 100%;
    padding: 15px;

}



}


/*--Commitment page--*/

.cm-wrapper{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.c-banner{
    background: transparent url("../images/c-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}


.c-box{

  color:#fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15em;
  padding-top: 15px;
  margin-top: 1.5em;
  background: transparent url("../images/black-paper.png");
  border: #fff solid 5px;
  border-radius: 10px;
  text-align: center;
}

.c-box img {
  padding: 1.3em;
  border-radius: 20px;

}

.cfarmers {
  padding:1.5em;
  text-align: left;
  font-size: 1.2em;
}

.mstatement {
  padding:1.5em;
  text-align: left;
   font-size: 1.2em;
}


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

.c-box{
  width: 100%;
}

.cm-wrapper{
  padding: 1em;
  width: 100%;
}



}

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

  .c-banner{
  font-size: 1.4em;
  }

}

/*--Rewards--*/

.r-banner{
    background: transparent url("../images/r-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}


.icons-img {
  position: absolute;
  top:80px;
  right: 100px;
  padding: 10px;
  float: center;
  font-size: 1.5em;
}


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


.r-banner{
    background: transparent url("../images/r-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}




}



/*--Contact --*/
.contact-box{
  color:#fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15em;
  /*padding-top: 15px;*/
  margin-top: 1.5em;
   background: transparent url("../images/black-paper.png");
  border: #fff solid 5px;
  border-radius: 10px;
  text-align: center;
}



.contact-banner{
    background: transparent url("../images/contact-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}

.container{
   display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.contactbox{
  max-width: 100%;
  padding: 1.5em;
  text-align: left;
  margin-left: 50px;
}

.formbox{
  text-align: center;
}

.headline{
  padding:1em;
}
@media screen and (max-width:768px){
 .container {
    display: inline-block;
    cursor: pointer;   
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
}

.contactbox{
  max-width: 100%;
  padding: 1.5em;
  text-align: left;

}

textarea{
  max-width: 100%;
}

textarea{
  max-width: 100%
}

#lastname { 
 max-width: 100%
}

#firstname{
  max-width: 100%;
}

#areacode{
  max-width: 50%;
}

#telephone{
  max-width: 45%;
}

#email{
  max-width: 100%;
}




}


@media screen and (max-width:375px){
.contact-banner{
    background: transparent url("../images/contact-banner.jpg") 0 0 no-repeat;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    background-size: cover;
   width: 100%;
    height: 60%;
    max-height: 250px;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-bottom: 1em; */
    display: table;
}

.contactbox{
  max-width: 100%;
  padding: 1em;
}

form{
  padding: 1em;
  max-width: 100%;
}
/*
textarea{
  max-width: 100%
}

#lastname { 
 max-width: 100%
}

#firstname{
  max-width: 100%;
}

#areacode{
  max-width: 50%;
}

#telephone{
  max-width: 45%;
}

#email{
  max-width: 100%;
}*/


}
