/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===========================================================================================================================================*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


form {
	background-color: #fff;
	color: black;
	padding: 20px;
	width: 50%;
	height: 80%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	grid-column: 2/6;
	grid-row: 2/3;
	margin: auto;
	padding-bottom: 70px;
  }
  #address {
	display: none;
  }
  
  form h2 {
	color: black;
  }
  
  label {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	text-align: left;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="Sub"],
  textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: none;
	border-radius: 5px;
  }
  
  input[type="submit"] {
	color: #fff;
	background-color: black;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }
  
  input[type="submit"]:hover {
	background-color: gray;
	color: #ffffff;
  }
  iframe {
	padding: 20px 20px 0px 0px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
    border-radius: 50px;
  }
  .logoc {
	width: 50px;
	margin-left: 20px;
	border: none;
  }
  textarea {
	resize: none;
  }

.modal-content {
    max-width: 90%;
    max-height: 90%;
    z-index: 9999;
}

.modal-content img {
    max-width: 100%;
    max-height: 100%;
	border: none;
    z-index: 9999;
}
.Logo {
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}
header {
    position:fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    z-index: 999;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
    font-size: 25px;
    color: #441c10;
    font-family: 'montagueregular';
    src: url('montague-webfont.woff2') format('woff2'),
         url('montague-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montagueregular';
    src: url('fonts/montague-webfont.woff') format('woff2'),
         url('fonts/montague-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}

nav {
    display: flex;
    align-items: center;
}

nav a {
    margin: 0px 50px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'montagueregular';
}

.navbar {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.navbar a {
    margin: 0px 50px;
    text-decoration: none;
    font-family: 'montagueregular';
	position: relative;
}

.navbar a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #441c10;
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease-in-out;
}

.navbar a:hover::before {
	transform: scaleX(1);
}

.fix {
    display: none;
    font-size: 0;
}
.Logo {
    flex: 0 0 auto;
}

img {
    width: 100%;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
	grid-column: 2/6;
	grid-row: 4/6;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
	border: none;
}
.HEROdiv {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

h1 {
    font-size: 60px;
    font-family: 'montagueregular';
    text-align: center;
}
footer {
    background-color: white;
    text-align: center;
    color: #441c10;
    width: 100%;
}
.stay {
  bottom: 0px;
  position: absolute;
}
footer p{
	font-size: 18px;
	padding: 5px;
	line-height: 10px;
  }
h2 {
    font-size: 50px;
    color: #441c10;
    font-family: 'montagueregular';
    text-align: center;
}

p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.p1 {
    background-color: #441c10;
    padding-bottom: 20px;
    color: white;
}
.p2 {
    background-color: rgb(24, 24, 24);
    padding-bottom: 20px;
    color: white;
}
body {
    background-image: url('img/wood.jpg');
}
.imgONE {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.hamburger-menu {
    display: none;
  }

@media screen and (max-width: 410px) {
	body {
		margin: 0;
		padding: 0;
	  }
	main {
		margin: 0;
		padding: 0;
	}	  
    .navbar {
        display: none;
    }
	  .hamburger-menu {
		display: block;
	  }
	  #menu__toggle {
		opacity: 0;
	  }
	  #menu__toggle:checked + .menu__btn > span {
		transform: rotate(45deg);
	  }
	  #menu__toggle:checked + .menu__btn > span::before {
		top: 0;
		transform: rotate(0deg);
	  }
	  #menu__toggle:checked + .menu__btn > span::after {
		top: 0;
		transform: rotate(90deg);
	  }
	  #menu__toggle:checked ~ .menu__box {
		left: 0 !important;
	  }
      .logoc {
        display: none;
      }
	  .menu__btn {
		position: fixed;
		top: 20px;
		left: 20px;
		width: 26px;
		height: 26px;
		cursor: pointer;
		z-index: 1;
	  }
	  .menu__btn > span,
	  .menu__btn > span::before,
	  .menu__btn > span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: black;
		transition-duration: .25s;
		top: 30px;
	  }
	  .menu__btn > span::before {
		content: '';
		top: -8px;
	  }
	  .menu__btn > span::after {
		content: '';
		top: 8px;
	  }
	  .menu__box {
		display: block;
		position: fixed;
		top: 0;
		left: -150%;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 80px 0;
		list-style: none;
		background-color: white;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
		transition-duration: .25s;
	  }
      form {
		width: 80%;
	  }
	  .menu__item {
		display: block;
		padding: 12px 24px;
		color: #441c10;
		font-family: 'montagueregular';
		font-size: 30px;
		text-decoration: none;
		transition-duration: .25s;
	  }
	  .menu__item:hover {
		background-color: black;
	  }

      .Logo {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .logo {
        width: 50px;
        margin-left: 20px;
      }
      .HEROdiv {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    h1 {
        font-size: 30px;
        padding-top: 20px;
    }
    p {
        width: 90%;
        margin: 0px;
        padding-right: 0px;
    }
    .imgONE {
        width: 100%;
    }
    header {
        width: 100%;
    }
    body {
        margin: 0;
        padding: 0;
    }
}