@charset "UTF-8";
/*-=-=-=-=- CSS RESET -=-=--=-*/

* {
	margin: 0;
	padding: 0;
}

li {
	display: block;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 8px;
	font-size: 20px

}


a {
	text-decoration: none;
	color: brown;
}

ul {
	list-style: none;
    display: inline-block;
    text-align: left;
}

.page {
	text-decoration: underline;
	color: lightslategrey;
}

header {
	text-align: center;
	height: 70px;
}

body{
	background-image: url('../img/juliana-kozoski-khVn94gnIwQ-unsplash copycopy.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 

}


button {
	display: inline-block;
	background-color: lightyellow;
	width: 280px;
    height: 50px;
    border: double;
    border-color: yellowgreen;
}

button a {
	font-size: 17px;
	font-family: 'Ubuntu', sans-serif;
	color: black;
}


.button1 {
	float: left;
	transform: scale();
}

.button1:hover {
	transition: transform 1s;
	transform: scale(0.5);
}

.button2 {
	float: right; 
}

.button2:hover {
	transition: transform 1s;
	transform: scale(0.5);
}

div {
	background-color: white;
	width: 49%;
	border: groove;
}

.box-1 {
	float: left;
	margin-top: 30px;

}

.box-2 {
	float: right;
	margin-top: 30px;
}

.image-1 {
	display: inline-block;
    width: 60%;
    margin-bottom: 82px;
    float: left;
    border-color: yellow;
}

#tablet .image-1 {
	display: inline-block;
    width: 57%;
    margin-bottom: 82px;
    float: left;
    border-color: yellow;
}

.image-2 {
	display: inline-block;
    width: 63%;
    margin-bottom: 72px;
    float: right;
    border-color: yellow;
}

header {
	font-size: 2em;
	font-weight:bold;
}

.header-1 {
	margin-left: 10px;
	margin-bottom: 20px;
}

.header-2 {
	margin-left: 18px;
	margin-bottom: 20px;
}

.Menu {
	text-align: center;
}

img{
	width: 100%;
	border: groove;
}

p{
	width: 32%;
    display: inline-block;
    margin: 0px;
    float: right;
    font-size: 15px
    margin-top: 10px;
}

.para-1 {
	margin-right: 32px;
	text-align: left;
}

.para-2 {
	margin-right: 10px;
	text-align: right;
}

.menu-page {
	margin-left: 6%;
    width: 90%;
}

.yellowgreen {
	background-color: yellowgreen;
}

/*css reset*/

@keyframes fade-in {
	0%		{opacity: 0;}
	100%	{opacity: 100;}
}

@-moz-keyframes fade-in {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

@-o-keyframes fade-in {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

@-webkit-keyframes fade-in {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

/*css3 animation*/

.fade-in{
	animation-name: fade-in;
	animation-duration: 1s;
		-moz-animation-name:fade-in;
		-o-animation-name:fade-in;
		-webkit-animation-name:fade-in;
	animation-fill-mode: backwards;
			-moz-animation-fill-mode:backwards;
			-o-animation-fill-mode:backwards;
			-webkit-animation-fill-mode:backwards;
}

.fade-two {
	animation-delay: 1s;
		-moz-animation-delay:1s;
		-o-animation-delay:1s;
		-webkit-animation-delay:1s;
}

.keyframe {
	margin-left: 9%;
	width: 80%;
}




.burger-menu {
  display: inline-block;
  cursor: pointer;
  margin-top: 11px;
  margin-left: 30px;
  border:none;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  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);
}

/*.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    background-color: skyblue;
    min-width: 200px;
}
.dropdown-menu a {
    color: blue;
    padding: 20px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
*/







@media screen and (min-width: 768px) and (max-width: 1365px) {
	figure#tablet {
		width: 768px;
		height: 1024px;
		margin: 2vh auto 0 auto;
	}

	figure#laptop {
		display: none;
	}
}

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

	figure#tablet {
		display: none;
	}
}
