@font-face {
    font-family: 'titleFont';
    src: url('https://placiouswedding.com/Fonts/AmsterdamOne-eZ12l.ttf');
}

@font-face {
    font-family: 'pFont';
    src: url('https://placiouswedding.com/Fonts/Raleway-Thin.ttf');
}        
        
.nameLabel {
    padding:1.5%;
    text-align:center;
    font-size:150%;
    font-family:titleFont;
    background-color:white;
}
    
.header {
    display: inline-grid;
    width: 100%;
    grid-template-columns: 20% 20% 20% 20% 20%;
    box-shadow: 1px 8px 5px 0px rgba(0, 0, 0, 0.55);
}

.header a {
    color: black;
    background-color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    padding: 10% 0% 10% 0%;
}

.header a:hover {
    background-color: rgba(203, 209, 209, 0.3);
}

.header a.active {
    color: black;
}

body {
    background-color: whitesmoke;
    width: 100%;
    margin: 0;
}

.body {
    background-color: rgba(140, 195, 219, 0.967);
    border-radius: 8px;
    padding: 1%;
}

.twoSectionContainer {
    display: inline-grid;
    width: 100%;
    grid-template-columns: auto auto;
}

.threeSectionContainer {
    display: inline-grid;
    width: 100%;
    grid-template-columns: auto auto auto;
}

.main {
    margin-bottom: 5%;
}

footer .footer {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
    height: 10%;
    color: whitesmoke;
    background-color: rgba(60, 62, 62, 0.967);
    text-align: center;
    box-shadow: 1px -8px 18px 0px rgba(0, 0, 0, 0.55);
}

.largeTitle {
    font-size: 40px;
    text-align: center;
    font-family: Helvetica;
    font-weight: 400;
    font-family:titleFont;
}

.mediumTitle {
    font-size: 40px;
    text-align: center;
    margin-block-end: 2%;
    margin-block-start: 2%;
    font-family: Helvetica;
    font-weight: 300;
}

.smallTitle {
    text-align: left;
    margin-block-end: 2%;
    margin-block-start: 2%;
    font-family: Helvetica;
    font-weight: 300;
}

.small {
    background-color: rgb(198, 194, 194);
    width: 92%;
    margin-top: 1%;
    border-radius: 8px;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

.medium {
    background-color: rgb(198, 194, 194);
    width: 94%;
    margin-top: 1%;
    border-radius: 8px;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 1%;
    margin-right: 1%;
}

.large {
    box-shadow: 1px 8px 18px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2%;
    margin-right: 2%;
}

