<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

#award{
  width:inherit;
  height:inherit;
  top:0;
  left:0;

}

#loader {
        border: 12px solid #c51111;
        border-radius: 50%;
        border-top: 12px solid #444444;
        width: 70px;
        height: 70px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        100% {
            transform: rotate(360deg);
        }
    }

    .center {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }


body {
  	--color-text: #ffffff;
    --color-bg: #000000;
    --color-link: #ffffff;
    --color-link-hover: #c51111;
    --color-overlay: #451a11;
    --color-tagline: #c69f64;
	color: var(--color-text);
  background-color: var(--color-bg);

	font-family: 'Lato', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	width:auto;
	height:auto;
  overflow-x: hidden;
  overflow-y: scroll;
	font-size: 1.05rem;
  -webkit-overflow-scrolling:touch;

	background-image: url('../assets/meat_bg_lo.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;

}


body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url('../assets/meat_bg_lo.jpg') center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
html {
/*	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y proximity; */

}

.image-gallery-grid{
 width:100%;
 height:100%;
}


.image-gallery-container{
 padding: 5rem 5rem 5rem 5rem;
 display: grid;
 grid-template-columns: auto auto;
 grid-template-rows: auto auto auto;
 grid-gap: 1.5rem;
 height:inherit;
 width:inherit;
}

.image-gallery-item{
  overflow:hidden;
}
.image-gallery-item a{
  text-decoration: none;
}

.image-gallery-item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit:scale-down;
  transition: 0.5s ease-in-out;

}

.image-gallery-item img:hover {
  transform: scale(1.5);
  cursor: zoom-in;
}


section {
	height: 100vh;
	/*scroll-snap-align: start;
	scroll-snap-stop: always; */
	text-align: center;
	position: relative;
  width: 100vw;
}


h2:hover {
	color:red;
	padding:5px;
}
h2{
	padding: 5px;
	background-color: rgba(0,0,0,0.8);
}

.centerbox{
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  height:100vh;
	width:100vw;
	font-size: 1.55rem;
  padding:5%;
	flex-direction: column;
}

.centertext{
	position:relative;
	top:0;
	left:0;
	height:90%;
	width:100%;
	background-color: rgba(0,0,0,0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: justify;
	padding:5%;
	font-size: 1.25rem;
}

.center-container{
	position:absolute;
	top:15%;
	left:15%;
	height:100vh;
	width:75vw;
}

.centerstrip{
	position:relative;
	background-color: rgba(0,0,0,0.9);
	top:35vh;
	left:0;
	height:30vh;
	width:100%;
}


.centerimg{
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;

	flex-direction: column;
	height:100%;
}





.leftbox-container{
	position:absolute;
	top:0;
	left:0;
	height:100vh;
	width:50vw;
}

.rightbox-container{
	position:absolute;
	top:0;
	right:0;
	height:100vh;
	width:50vw;
}

.leftbox{
	position:absolute;
	top:25%;
	left:5%;
	height:50%;
	width:90%;
	background-color: rgba(0,0,0,0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding:5%;
	font-size: 1.25rem;
}

.rightbox{
	position:absolute;
	top:25%;
	right:5%;
	height:50%;
	width:90%;
	background-color: rgba(0,0,0,0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: right;
	padding:5%;
	font-size: 1.25rem;
}

.leftbox a{
	color:red;
	padding:5px;
}
.leftbox a:hover{
	background-color: white;
	color:black;
	padding: 5px;
}

.rightbox a{
	color:red;
	padding:5px;
}
.rightbox a:hover{
	background-color: white;
	color:black;
	padding: 5px;
}


.logoimg {
padding:5%;
}


#navbar{
	position: absolute;
	top: 5%;
	left: 2%;
	z-index: 1;
}

#navbar a{
	padding:5px;
	color:white;
}
#navbar a:hover{
	padding:5px;
	color:black;
	background-color: white;
}

#topbar{
	position: absolute;
	top: 4.50%;
	right: 2%;

	z-index: 1;
	display: flex;
	justify-items: end;
	justify-content: space-around;
	flex-direction: row;
}

.toplinks{

	align-items: center;
	height:inherit;
	width:inherit;
	padding:5px;
  color: white;
	text-align: center;
}

.toplinks a{
	padding:5px;
	color: white;
}

.toplinks a:hover{
	padding:5px;
	background-color: black;
	color:red;
}





#mainlogo{
	width:90vw;
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;

}



.grid {
	display: grid;
	padding: 1rem;
	margin: 0 auto;
	grid-template-columns: 100%;
	grid-row-gap: 4rem;
	grid-column-gap: 20vw;
	max-width: 1200px;
}

.grid__item {
	height: 60vh;
	max-height: 500px;
	position: relative;
}

.grid__item-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.grid__item-img::after {
	content: '';
	background: var(--color-overlay);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: color-dodge;
	opacity: 0;
	transition: opacity 0.3s;
}

.grid__item:hover .grid__item-img::after {
	opacity: 1;
}

.grid__item-letter {
	position: absolute;
	bottom: -4vw;
	right: -4vw;
	z-index: 10;
	font-size: 15vw;
	line-height: 1;
}

/*SCROLL BAR CUSTOM width*/
body::-webkit-scrollbar {
	width:3px;
}
/*track*/
body::-webkit-scrollbar-track {
	background: black;
}
/*scrollbar*/
body::-webkit-scrollbar-thumb {
	background: #c51111;
}

@media screen and (min-width:792px){

}


@media screen and (max-width:600px) {


	#mainlogo{
		content: url("../assets/bosworths_logo_mobile.png");
		width:60vw;
	}

	#navbar {
		display:none;
	}

	#topbar {
	 position: absolute;
	 top: 5%;
	 left: 5%;
	 z-index: 1;
   }


.leftbox-container{
	position:absolute;
	top:0;
	left:0;
	height:60vh;
	width:100vw;
}

.rightbox-container{
	position:absolute;
	top:40vh;
	left:0;
	height:60vh;
	width:100vw;
}



.image-gallery-container{
 padding: 1rem 1rem 1rem 1rem;
 display: grid;
 grid-template-columns: auto auto;
 grid-template-rows: auto auto;
 grid-gap: 1.5rem;
 height:inherit;
 width:inherit;
}





.centertext{
	font-size: 1.0rem;
	padding:8%;
}
	.leftbox{
		font-size: 0.95rem;
	}
	.rightbox{
    font-size: 0.95rem;
	}
}


@media screen and (max-width: 414px) {
 #navbar {
	 display:none;
 }



 .centertext{
 	font-size: 0.8rem;
 	padding:8%;
 }
 	.leftbox{
 		font-size: 0.75rem;
 	}
 	.rightbox{
     font-size: 0.75rem;
 	}

}
</pre></body></html>