@font-face { font-family: 'SignPrinterHouseScript';
    src: url('exfonts/SignPainterHouseScriptRegular.ttf') format('truetype'); }

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    scroll-behavior:smooth;
}

header {
    height: 60px;
    width: 100%;
    background: linear-gradient(#272727, #272727);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    position: fixed;
    z-index: 10;
}

a {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.9px;
    transition: 400ms;
}

a:hover {
    opacity: 0.6;
}

p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

button {
    width: 80px;
    height: 30px;
    border-radius: 20px;
    background: rgb(129, 230, 255);
    border: none;
    color: #393939;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: 400ms;
}

button:hover {
    opacity: 0.6;
}

#eyecatch-section {
    height: 750px;
    background-image: url(backgroundimg/wallpaper.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

#eyecatch-section-content {
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}


h2 {
    margin: 0;
    color: #fff;
    font-family: 'SignPrinterHouseScript', sans-serif;
    font-size: 34px;

}

footer {
    height: 330px;
    background: linear-gradient(90deg, rgb(27, 27, 27), rgb(58, 58, 58), rgb(27, 27, 27));
}

#v2 {
    background-image: url(backgroundimg/wallpaper.jpg);
}