/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

body {
  background-image: url(images/backgroundyellow.png);
}

.footer {
  color: rgb(198, 134, 60);
}

.whitebox {
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 100px;
}


/* nav bar */

.topmenu {
	display:block;
    margin: 0 auto;
	justify-content: space-around;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #edbe32;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: x-large;
      font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

ul li a:hover {
  background-color: #dca04c;
}

ul {
  display: flex;
  gap: 260px;
  justify-content: center;
}

/* end of nav bar */

/* google font */

.playwrite-no-font {
  font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.playwrite-nz-font {
  font-family: "Playwrite NZ", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: large;
  line-height: 30px;
  color: rgb(163, 49, 93);
  padding-left: 570px;
  padding-right: 30px;
}


/* contact form start */

.button {
  border: none;
  background-color: rgb(255, 255, 252);
  padding: 3px 12px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  color:#936619;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  font-size: large;
  font-family: "Playwrite NZ", cursive;
  font-weight: bold;
}


.button:hover {
  background-color:#d5b543d8;
  color: white;
}

.orangestar {
    color: rgb(255, 153, 0);
}

input {
    height:30px;
    width:89%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    border-color:yellow;
    border-top: yellow;
    border-style: dotted;
    padding-left: 10px;
}

textarea {
    width:89%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    border-color: yellow;
    border-top: yellow;
    border-style: dotted;
}

form {
    padding-bottom: 25px;
    padding-top: 10px;
}

.white {
background-color: rgba(255, 254, 250, 0.879);
padding-bottom: 30px;
}

h1 {
  font-size: x-large;
  font-weight: bold;
  padding-left: 80px;
  color: #84720f;
  padding-bottom: 10px;
}

.fancyleft {
  width: 670px;
  height: 100px;
  float: left;
}

.fancyright{
  width: 670px;
  height: 100px;
  float: left;
}

.arrowleft {
  width: 70px;
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}

.arrowright {
  width: 70px;
  float: left;
  padding-top: 20px;
}

.border {
  width: 1521px;
  height: 50px;
}

.banner {
  width: 100%;
}





/* ------------------------------------------------------------ media queries ------------------------------------------------------------- */





@media screen and (max-width: 640px) {
  .banner {
  display: inline;
  margin: auto;
  width: 100%;
  }

  .border {
    width: 100%;
    height: 20px;
  }

  .fancyleft {
  width: 260px;
  height: 50px;
  float: left;
}

.fancyright{
  width: 260px;
  height: 50px;
  float: left;
}


.arrowleft {
  width: 40px;
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}

.arrowright {
  width: 40px;
  float: left;
  padding-top: 20px;
}

.footer {
  
  font-size: x-small;
}

/* nav bar */

.topmenu {
	display:block;
    margin: 0 auto;
	justify-content: space-around;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font-size: medium;
    font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

ul {
  display: flex;
  gap: 60px;
  justify-content: center;
}


/* end of nav bar */



.playwrite-nz-font {
  font-family: "Playwrite NZ", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: large;
  line-height: 15px;
  padding-left: 30px;
  font-size: x-small;
}

.whitebox {
  background-color: rgba(255,255,255,0.4);
  padding-bottom: 60px;
}

h1 {
  padding-left: 40px;
  font-size: large;
}

/* button */

.button {
  border: none;
  background-color: rgb(255, 255, 252);
  padding: 1px 9px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  color:#936619;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  font-size: medium;
  font-family: "Playwrite NZ", cursive;
  font-weight: bold;
}

}