* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.bgimage {
    background-image: url('../images/img.jpg');
    background-size: 100% 100vh;
    width: 100%;
    height: 100vh;
}

.menu {
    width: 100%;
    height: 15vh;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.leftmenu {
    width: 25%;
    line-height: 15vh;
    float: left;
    text-transform: uppercase;
}

.leftmenu h4 {
    padding-left: 70px;
    font-weight: bolder;
    color: white;
    font-size: 22px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.rightmenu {
    width: 75%;
    text-transform: uppercase;
    height: 15vh;
    float: right;
}

.rightmenu ul {
    float: right;
    margin-right: 100px;
}

.rightmenu ul li {
    display: inline-block;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    list-style: none;
    font-size: 15px;
    color: white;
    font-weight: bold;
    line-height: 15vh;
    margin-left: 40px;
    transition: 0.2s linear;
    cursor: pointer;
}

.rightmenu ul li:first-child,
ul li:hover {
    color: rgb(255, 196, 0);
}
.text{
    width: 100%;
    margin-top: 185px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 255, 255);
}
.text h4{
    font-size: 14px;
    font-weight: bold;
}
.text h1{
    font-size: 70px;
    font-weight:900;
    line-height: 20vh;
}
.text h3{
    font-size: 12px;
}
#buttonone,#buttontwo{
    border: none;
    background-color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    line-height: 40px;
    width: 150px;
    margin-top: 25px;
    border: 3px solid white;
    cursor: pointer;
    transition: 0.3s linear;
}
#buttontwo,#buttonone:hover{
    background-color: transparent;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: white;
}
