* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.clear{
    clear: both;
}
html{
    font-size: 62.5%;
}
h1{
    font-size: 2.8rem;
}
h2{
    font-size: 3.6rem;
    padding: 5rem 0rem;
}
a{
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
}
h3{
    font-size: 2.8rem;
}
button{
    font-size: 1.8rem;
}
nav{
    background: rgb(61, 81, 102);
    color: white;
    padding: 1.5rem;
}
nav h1{
    float: left;
}
nav ul{
    float: right;
    list-style: none;
}
nav li{
    float: left;
    margin: 0rem 4rem;
}
.hero-section {
    background-image: url("images/banner.jpg");
    height: 40rem;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    padding-top: 15rem;
    text-shadow: 3px 3px 10px black;
}
.hero-section button{
    margin-top: 4rem;
    padding: 1rem 4rem;
    background: rgb(60, 107, 190);
    border: none;
    color: white;
    cursor: pointer;
}
.form-section{
    text-align: center;
}
form{
}
form input,
form label,
form textarea {
    display: block;
    font-size: 2.4rem;
}
form input,
form textarea{
    margin: 2rem auto;
    width: 50%;
}
form button{
    margin-bottom: 10rem;
    padding: 1rem 4rem;
    background: rgb(53, 120, 190);
    border: none;
    color: white;
    cursor: pointer;
    width: 20%;
}
nav img{    
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-left: 3rem;
}
.map{
    width: 1000px;
    height: 500px;
    padding-left: 300px;
}

.taktsang{
    width: 70rem;
    height: 80rem;
    float: right;

}
