::-moz-selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::-webkit-scrollbar {
  width: 20px;
  border-radius:10px;
  background: rgb(85,85,85)
}
::-webkit-scrollbar-track {
  background: rgb(85,85,85);
}
::-webkit-scrollbar-thumb {
  background: rgb(255,140,0); 
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  background: rgb(85,85,85);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255,140,0,0.85); 
}
::-webkit-scrollbar-thumb:active {
  background: rgba(255,140,0,0.7);
}
@font-face {
font-family: "Daneehand Demo";
src: url(ContactUs/DaneehandDemo.otf);
}
@font-face {
    font-family: "Painting With Chocolate";
    src: url(ContactUs/PaintingWithChocolate.ttf);
}
@font-face {
    font-family: "Nikotinus DEMO";
    src: url(ContactUs/NikotinusDemo.otf);
}
@font-face {
    font-family: "Pondspell";
    src: url(ContactUs/PondspellDemo.ttf);
}
@font-face {
    font-family: "Waterlily";
    src: url(ConctactUs/Waterlily.otf);
}
*{
  box-sizing: border-box;
}
body, html {
  height: 100%;
  margin: 0;
}
p {
    font-family: "Waterlily";
    color: rgb(255, 140, 0);
    font-size: 3vw;
}
.bgimg1, .bgimg2, .bgimg3, .bgimg4 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg1 {
  background-image: url("ContactUs/ContactUs1.jpg");
  min-height: 100%;
}

.bgimg2 {
  background-image: url("ContactUs/ContactUs2.jpg");
  min-height: 400px;
}

.bgimg3 {
  background-image: url("ContactUs/ContactUs3.jpg");
  min-height: 400px;
}
.bgimg4 {
  background-image: url("ContactUs/ContactUs4.jpg");
  min-height: 100%;
}
.headcontainer {
  font-family: "Painting With Chocolate";
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.85);
}

.headcontainer span.headtagline {
  color: rgba(255,255,255,0.85);
  padding: 20px;
  font-size: 8vw;
  letter-spacing: 7px;
}
.telemobielec{
  background-color: rgba(255, 255, 255, 0.85);
  text-align:center;
  padding: 0vw 2vw;
}
.telephone{
  width: 41vw;
margin-left: 10vw;
}
.mobile{
  width: 41vw;
}
.electronicmail{
  width: 41vw;
}
@media only screen and (max-width: 1000px){
.telephone{
  width: 75vw;
}
.mobile{
  width: 75vw;
}
.electronicmail{
  width: 75vw;
}
}
.address{
  background-color: rgba(0, 0, 0, 0.85);
  text-align:center;
}
.addressheading{
  margin: 0px;
  padding-top: 1em;
  font-size: 45px;
  font-family:"Pondspell";
  color: rgba(255, 140, 0, 1);
}
.addresscontent{
 margin: 0px;
  padding-bottom: 1em;
  font-size: 35px;
  font-family:"Nikotinus DEMO";
  color: rgba(255, 255, 255, 1);
}
.playpausebutton {
color: rgb(255, 255, 255, 1);
font-family: "Nikotinus DEMO";
background-color: rgba(0, 0, 0, 0);
border: 0px;
text-decoration: underline;
font-size: 35px;
}
.mapvideo {
width: 80%;
padding: 5vh 0vh;
}
.playpausebutton:focus {outline: 0px;}
@media only screen and (max-width: 1000px) {
.playpausebutton {
font-size: 30px;
}
}
.mapvideo {
width: 80%;
margin-top: 10px;
}
.message {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0vw 2vw;
}
.givemessage {
  color: rgb(255, 140, 0);
  font-family: "Pondspell";
  font-size: 40px;
}
.spacemessage {
  color: rgb(255, 255, 255);
  font-size: 10px;
}
.firstname {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.lastname {
width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.phonenumber {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.email {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.messagecontent {
  width: 80%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.submit {
background-color: rgba(255, 140, 0, 1);
  color: rgb(255, 255, 255 );
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit:hover {
  background-color: rgba(255, 140, 0, 0.85);
}
.firstname {
  outline: none;
}
.firstname:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.firstname:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.lastname {
  outline: none;
}
.lastname:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.lastname:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.phonenumber {
  outline: none;
}
.phonenumber:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.phonenumber:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.email {
  outline: none;
}
.email:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.email:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.messagecontent {
  outline: none;
}
.messagecontent:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.messagecontent:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.submit {
outline: none;
}
input {
font-family: "French Script MT";
font-size: 25px;
}
textarea {
font-family: "French Script MT";
font-size: 25px;
}
.socialmediaheading {
  font-family: Pondspell;
  font-size: 40px;
  color: rgb(255, 255, 255);
}
.socialmediafigure{
    text-align:center;
    margin:50px auto; 
}
.socialmediafigure a{
    margin:0px 20px;
    display:inline-block;
    padding-bottom: 1em;
 }
.socialmediaspace {
color: rgba(255, 255, 255, 0);
font-size: 40px;
}
#navbar {position: fixed;
    top: -90px;
    transition: 0.3s;
    display: block;
    width: 100vw;}
.topnav {
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  height: 90px;
  padding-right: 20px;

}

.topnav a {
  cursor: pointer;
  float: right;
  display: block;
  color: rgba(0,0,0,1);
  text-align: center;
  margin: 30px 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: "Daneehand Demo";
}

.topnav a:hover {
  color: rgba(255,140,0,1);
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}

.topnav a:active {
  color: rgba(255,140,0,1);
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}


@media screen and (max-width: 1000px) {
  .topnav a {display: none;}
  }
  .navbarlogo {height: 100px; 
  float: left;
  display: block;
  padding: 16px 16px;}
  .resnavbardropdown {display: none}
@media only screen and (max-width:1000px)
{.resnavbardropbutton {
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
  padding: 27px;
  padding-right: 50px;
  font-size: 27px;
  border: none;
  cursor: pointer;
}

.resnavbardropbutton:hover  {
  color: rgb(255,140,0,1);
  outline: none;
}
.resnavbardropbutton:focus {outline: none; }
.resnavbardropdown {
  position: relative;
  float: right;
  display: inline-block;
}

.resnavbardropdowncontenta {
  display: none;
position:relative;
  background-color: rgba(255,255,255,1);
  overflow: auto;
  z-index: 1;
  float: right;}

.resnavbardropdowncontenta a {
  cursor: pointer;
  color: black;
  padding-top: 10px;
  margin: 12px 25px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
text-align: center;
font-size: 20px;
margin-right: 40px;
font-family: "Daneehand Demo";
}

.resnavbardropdown a:hover {
background-color: rgba(255,255,255,1);   
border-bottom-style: solid;
  border-bottom-size: 1px; 
  border-bottom-color: rgba(255,140,0,1);
}
.resnavbardropdown a:active {  
margin-left: 18px;
  margin-right: 40px;
  padding-left: 5px;
  padding-right: 5px;}
.resnavbardropdownshowcontent {display: block;}}