@charset "utf-8";
/* CSS Document */


body{
	font-family: Merriweather, Playfair Display, Georgia, serif;
}

/* Basic styling for the navigation bar */


/*nav and footer found in site-wide.css file*/

/*new section*/ 


#title{
	text-align: center;
	margin-top:50px;
	font-size:30px;
}

#subheading{
	font-size: 
		17px;
}

#ideaform{
	text-align:center;
	margin-bottom:80px;
	}

#ideaform button{
	padding:20px;
	background-color: #760709;;
}

#ideaform a{
	color:white;
	font-size:15px;
	font-weight:200;
	text-decoration: none;
}

#ideaform a:hover{
	 text-decoration: underline;
}

#ideaform button:hover{
	background-color:  #9e5e60;
}

.main_entrance{
	margin-top:0px;
	width: 100%; 
	align-content: center;
	
}

@media screen and (max-width:1200px){
	.main_entrance img{
		height:300px;
	}
}

@media screen and (max-width:800px){
	.main_entrance img{
		height:200px;
	}
}


@media screen and (max-width:600px){
	.main_entrance img{
		height:170px;
	}
}

.title_row{
	text-align: center;
	margin-top:5px;
	margin-bottom: 50px;
} 


.column_1 {
    float: left;
    width: 50%;
}

/* clear floats after column */
.row_1 {
    content: "";
    display: table;
    clear: both;
}

.photo_grid {
    width: 50%;
    height: 400px;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-row: auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 70px;
    margin-top: 30px;
}

.box {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column_1 a {
    color: #0000FF;
}

#text_1 {
    margin-left: 135px;
    margin-top: 100px;
    font-size: 17px;
}

#text_2 {
    margin-left: 135px;
    margin-top: 50px;
    font-size: 17px;
}

#links {
    margin-top: 50px;
    margin-left: 300px;
    align-content: center;
    margin-bottom: 100px;
}

#links h5 {
    margin-left: 75px;
}

#links a {
    font-size: 15px;
    text-decoration: none;
    color: white;
    font-weight: 200px;
}

#links button {
    padding: 20px;
    margin-right: 10px;
    background-color: #760709;
}

#links button:hover {
    background-color: #9e5e60;
    cursor: pointer;
}

#links a:hover {
    color: black;
}

#Anniversary {
    margin-top: 250px;
    text-align: center;
    width: 100%;
    background-color: #760709;
}

#width {
    width: 70%;
    margin-left: 225px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 17px;
    color: white;
}

#btn {
    padding: 15px;
}

#btn a {
    text-decoration: none;
    color: black;
    font-weight: 50px;
}

#btn:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* Media Query for screens smaller than 800px */
@media screen and (max-width: 1400px) {

    /* Stack the columns vertically */
    .column_1 {
        width: 100%; /* Make column take full width on small screens */
        float: none;
        margin-left: 0;
    }

    .photo_grid {
        width: 75%; /* Make photo grid take full width */
        margin-left: 150px;
        margin-top: 40px;
        grid-template-columns: 1fr 1fr; /* Two columns, but will stack properly */
    }

    /* Adjust the text margins for smaller screens */
    #text_1, #text_2 {
        margin-left: 0;
        margin-top: 20px;
        font-size: 16px;
		text-align: center;
    }

    #links {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 50px;
        text-align: center; /* Center links on small screens */
    }

    #links h5 {
        margin-left: 0;
        font-size: 18px;
    }

    #links a {
        font-size: 14px;
    }

    /* Adjust button padding and make it more mobile-friendly */
    #links button {
        padding: 12px;
        width: 100%;
        box-sizing: border-box; /* Ensure the button fits within the container */
    }

    #Anniversary {
        margin-top: 250px;
    }

    #width {
        width: 90%; /* Make the anniversary text box take up more space */
        margin-left: 5%;
        font-size: 16px;
    }

    #btn {
        width: 100%; /* Full-width button for mobile screens */
        padding: 12px;
        text-align: center;
    }

    #btn a {
        font-size: 16px;
    }
}




/* Media Query for screens smaller than 800px */
@media screen and (max-width: 600px) {

    /* Stack the columns vertically */
    .column_1 {
        width: 100%; /* Make column take full width on small screens */
        float: none;
        margin-left: 0;
    }

    .photo_grid {
        width: 100%; /* Make photo grid take full width */
        margin-left: 0;
        margin-top: 20px;
		column-gap: normal;
		grid-row-gap: 5px;
        grid-template-columns: 1fr 1fr; /* Two columns, but will stack properly */
    }
	
	.box img{
		width:75%;
		height:75%;
	}

    /* Adjust the text margins for smaller screens */
    #text_1, #text_2 {
        margin-left: 0;
        margin-top: 20px;
        font-size: 15px;
		text-align: center;
		align-content: center;
    }

    #links {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 50px;
        text-align: center; /* Center links on small screens */
    }

    #links h5 {
        margin-left: 0;
        font-size: 18px;
    }

    #links a {
        font-size: 14px;
    }

    /* Adjust button padding and make it more mobile-friendly */
    #links button {
        padding: 12px;
        width: 100%;
        box-sizing: border-box; /* Ensure the button fits within the container */
    }

    #Anniversary {
        margin-top: 250px;
    }

    #width {
        width: 90%; /* Make the anniversary text box take up more space */
        margin-left: 5%;
        font-size: 16px;
    }

    #btn {
        width: 100%; /* Full-width button for mobile screens */
        padding: 12px;
        text-align: center;
    }

    #btn a {
        font-size: 16px;
    }
}




