@font-face {
    font-family: myFont;
    src: url(../Dancingscript.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'josefin sans','poppins',sans-serif;
    font-weight: 300;
    min-height: 100vh;
    background-size: cover;
    background-position: bottom;
}

/*Style for header content:*/
.flexheader {
    display: flex;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    /* backdrop-filter: blur(4px); */
}

.headerlogo {
    display: flex;
    width: 30%;
    height: auto;
}

.headerlogo a {
    text-decoration: none;
}

.headerlogo h1 {
    font-family: myFont;
    font-size: 2.5vw;
    text-align: flex-start;
    /* margin-left: 40px; */
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}

.headerlogo p {
    font-size: 1.2vw;
    text-align: flex-start;
    margin-left: 12px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}

.midheadcontent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* padding-left: 130px; */
}

.rightheadcontent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*Style for buttons*/
button {
    font-family: 'josefin sans',sans-serif;
    font-weight: 600;
}
.navbuttons .btnstylestart{
    font-family: myFont;
    width: 200px;
    height: 50px;
    border-radius: 10px 0px 0px 10px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 23px;
    color: #fff;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
    background: transparent;
    border: 1px solid;
    border-color: #ddad5a;
}

.btnstylestart:hover {
    background-color: none;
    color: #fff;
    text-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
    box-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
}

.btnstylestart:active {
    background-color: transparent;
    color: #fff;
    border-color: #6ae6e6;
    transform: translateY(4px);
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
    box-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}
.navbuttons .btnstyle{
    font-family: myFont;
    border: 1px solid;
    width: 200px;
    height: 50px;
    border-color: #ddad5a;
    border-radius: 0px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 23px;
    color: #fff;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
    background: transparent;
}

.btnstyle:hover {
    background-color: none;
    color: #fff;
    text-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
    box-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
}

.btnstyle:active {
    background-color: transparent;
    color: #fff;
    border-color: #6ae6e6;
    transform: translateY(4px);
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
    box-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}

.navbuttons .btnstyleend {
    font-family: myFont;
    border: 1px solid;
    width: 240px;
    height: 50px;
    border-color: #ddad5a;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 23px;
    color: #fff;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
    background: transparent;
}

.btnstyleend:hover {
    background-color: none;
    color: #fff;
    text-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
    box-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
}

.btnstyleend:active {
    background-color: transparent;
    color: #fff;
    border-color: #6ae6e6;
    transform: translateY(4px);
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
    box-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}