@font-face {
    font-family: 'Justlefthand';
    src: url('Justlefthand.woff2') format('woff2'), url('Justlefthand.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
  }


html {
    padding: 0;
    margin: 0;

}

body {
    box-sizing: border-box;
    min-height: 100vh;
    color: #f8f9fa;
    background-color: #352020;
    padding: 0;
    margin: 0;
}


#header {
    background-color: #f8f9fa;
}

#header h1 {
    font-size: 42px;
    color: #212529;
    padding-top: 12px;
    padding-bottom: 12px;
}
section {
    min-height: 100%;
    min-height: 100vh;
    width: 100%;
}


#main {
    background: url('224.jpg') no-repeat center center fixed;
    background-size: cover;
}



#design {
    background: url('1146.jpg') no-repeat center center fixed;
    background-size: cover;

}

#dress {
    background: url('Sioned\ by\ Lake\ Sepia.jpg') no-repeat center center fixed;
    background-size: cover;
}

#eat {
    background: url('fbcakes.jpg') no-repeat center center fixed;
    background-size: cover;
}

#relax {
    background: url('relax.jpg') no-repeat center center fixed;
    background-size: cover;
}

#main nav {
    margin: 3rem 60px;
    /* padding: 60px; */
    display: inline-block;
    padding:6rem;



    margin-top: 60px;
    margin-left: 40px;
    width: 40%;

}

#main nav ul,
#main nav li {
    list-style: none;
}

#main nav li {
    margin: 2rem 0;

}

#main nav li a {
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h1 {
    align-items: center;
    text-align: center;
    font-family: 'Justlefthand', serif;
    font-size: 8rem;
    color: white;
    padding-top: 40px;
    padding-bottom: 0;
}

h1::before,
h1::after {
    content: '';
}

.content {
    margin-top: 60px;
    margin-left: 40px;
    width: 40%;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
/* .blur {
    background-color: rgba(53, 32, 32, 0.1);
    padding: 1rem 2rem;

}

@supports(-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .blur {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        background-color: rgba(53, 32, 32, 0.1);
    }
    .warning {
        display: none;
    }
} */

.blur-lg {
    padding: 6rem !important;
    /* box-shadow: 0 7px 29px 0 rgba(53, 32, 32, 0.6); */
}


