* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.hero {
    background-image: url('Ghibli1.jpg');
    width: 100%;
    height: 100vh; /* Full viewport height */
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
}


.btn {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 40;
    position: absolute;
	top: 190px;
	left: 110px;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	font-size: 30px;
    border-radius: 5px;
	box-shadow: .1px .01px 2px #ffff;
}

.btn:hover {
	color: #ebe3ce;
	box-shadow: 0 0 1px 1px #EBE3CE;
}

h1 {
	text-shadow: 1px 3px 1px rgba(0, 0, 0, .5);
	font-family: "bebas neue pro";
	font-weight: bolder;
	color: #909090;
	position: relative;
	text-align: right;
	right: 1300px;
	font-size: 70px;
	bottom: 100px;
	letter-spacing: 30px;

}

h4{
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	font-weight: bolder;
	color: #ffffff;
	font-size: 50px;
	position: absolute;
    left: 25px;
	letter-spacing: 1px;
}

h2{
	text-shadow: 1px 3px 1px rgba(0, 0, 0, .5);
	color: #FEFDF1;
	font-weight: bolder;
	position: relative;
	margin-right: 538px;
	top: 40px;
	font-size: 70px;
	letter-spacing: 1px;
}


.about {
    padding: 0px 0px 100px;
}

.about img {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    padding: 30px; 
}

h3 {
    padding: 30px 40px;
    text-align: justify;
    background-color: #333;
    color: #fff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p2 {text-align: center;
    margin-top: 20px;
    font-family: "Baskerville", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
