* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

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

	figure#mobile {
		width: 375px;
		height: 627px;
	} 
}

@media screen and (min-width: 480px) and (max-width: 767px) {

	figure#phablet {
		width: 480px;
		height: 768px;
	}
}

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

	figure#tablet {
		width: 768px;
		height: 1024px;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
	figure#laptop {
		width: 1366px;
		height: 768px;
	}
}

@media screen and (min-width: 1920px) {

	figure#desktop {
		width: 1920px;
		height: 1080px;
	}
}

body {
	background-color: white;
	width: 100vw;
	height: 50vh;
}

@media screen and (min-width: 480px) {
  body {
    background-color: #fff5d2;
  }
}


h1, h2, h3 {
	color: #7a4000;
	font-family: "Mr Eaves", Arial, sans-serif;
}

a:link {
	color: #fee088;
}

a:visited {
	color: #fff4d2;
}

a:hover {
	color: #df7b26;
	background-color: #fee088;
}

a:active {
	color: #fee088
}



.center {
	margin: auto;
	width: 50%;
}

.nav {
	font-family: "myFirstFont", Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #ff24d2;
	display: inline;
	width: 100px;
	border: 3px solid #ffe088;
	padding: 10px;
	background-color: #7a4000;
	margin-left: 3vw;
	margin-top: 4vh;
	margin-right: 2vw;
	border-radius: 12%;
}

.footer {
	font-family: "myFirstFont", Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #fff4d2;
	display: inline;
	width: 100px;
	border: 3px solid #ffe088;
	padding: 10px;
	background-color: #7a4000;
	margin-left: 28vw;
	margin-top: 40px;
	border-radius: 12%;
}

@font-face {
   font-family: myFirstFont;
   src: url(Helvetica.ttc);
}

* {
   font-family: myFirstFont;
}

@font-face {
  font-family: myFirstFont;
  src: url(Helvetica.ttc);
  font-weight: normal;
}


.menu1 {
	display: inline;
	margin-left: 2vw;
	margin-top: 20vh;
}

.menu2 {
	display: inline;
	margin-left: 2vw;
	margin-top: 20VH;
}

div#orangebar1 {
	background-color: #df7b26;
	width: 100vw;
	height: 26.5vh;	
}

div#orangebar2 {
	background-color: #df7b26;
	width: 100vw;
	height: 20.5vh;	
}

div#slideshow {
	margin-right: 15px;
	margin-left: 15px;
	display: inline;
}

div#leftblock {
	display: inline;
	margin-top: 5vh;
	margin-left: 5vw;
	margin-bottom: 5vh;
}

div#rightblock {
	display: inline;
	margin-left: 65vw;
}

div#honeybeelogo {
	display: inline;
	margin-left: 1.2vw;
}

div#coneart {
	display: inline;
	margin-left: 4vw;

}

div#instagramlogo {
	display: inline;
	margin-left: 2vw;
	margin-top: 3vh;
}

div#about {
	display: inline;
	margin-left: 40vw;
}

div#homeslide {
	display: inline;
	margin-left: 45vh;
}

div#homeslidecirles {
	display: inline;
	margin-left: 45vh;
}

div#animation {
  width: 70px;
  height: 70px;
  background-color: red;
  animation-name: example;
  animation-duration: 10s;
  text-align: center;
  padding: 8%;
  margin-left: 5vw;
  margin-top: 5vh;
  margin-bottom: 2vh;
}

@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}

div#transition {
  width: 100px;
  height: 100px;
  background: red;
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

div#transition:hover {
  width: 300px;
}

div#transform1 {
  width: 400px;
  height: 100px;
  background-color: #fdb614;
  border: 4px solid #fddf87;
  padding-top: 30px;
  color: #7a4000;
  font-family: "myFirstfont";
  font-size: 15pt;
  border-radius: 40%;
}

div#transform2 {
  -ms-transform: rotate(-20deg); /* IE 9 */
  transform: rotate(-20deg); /* Standard syntax */
  width: 400px;
  height: 100px;
  background-color: #fdb614;
  border: 4px solid #fddf87;
  padding-top: 30px;
  color: #7a4000;
  font-family: "myFirstfont";
  font-size: 15pt;
  border-radius: 40%;
}

div#fran {
	margin-left: 25vw;
	margin-top: 10vh;
	margin-bottom: 10vh;
}

div#form {
	margin-left: 20vw;
	margin-top: 5vh;
	margin-bottom: 5vh;

}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* If screen size is more than 600px wide, set the font-size of <div> to 80px */
@media screen and (min-width: 600px) {
  div.example {
    font-size: 80px;
  }
}

/* If screen size is 600px wide, or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
}

function myMap() {
var mapProp= {
  center:new google.maps.LatLng(51.508742,-0.120850),
  zoom:5,
};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 400px;
  position: relative;
  margin-right: 10vw;
  margin-left: 6vw;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: inline;
}

/* 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 {
  height: 15px;
  width: 15px;
  margin-bottom: 10px;
  margin-left: 11vw;
  margin-right: 11vw
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  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) {
  .text {font-size: 11px}
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}
}
}


