body {
  background-color: #f7f3ed;
  color:black;
  text-align:center;
  line-height:120%;

			font-family:'Barlow-Regular',sans-serif;
			font-size: 1.45em;
  

}
*, ::after, ::before {
		box-sizing:content-box;
}
#squished_center{
	width:60%;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#logo{
		padding-top: 280px;
	width:480px;
	height:177px;
}
#logotext {

    background-image: url(../images/landing_page_banner.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 1280px 659px;
	display:block;
	min-height: 659px;
}

a {
    color:#34b5e6; 
	text-decoration:none;
}
:not(:defined) {
    visibility: hidden;
}
footer .container{
	background-color:white;
	font-family:Barlow-Regular;
	color:#041E42;
	font-size: .65em;
	padding-bottom:20px;
	  display: flex;
  justify-content: center;
  align-items: flex-end;
	text-align: center;
	vertical-align:text-bottom;
	min-height:240px;
	background-image: url(../images/name_and_logo.png);
	background-size: 145px 119px;
	background-repeat:no-repeat;
	background-position:50% 40%;
}
footer{
	margin-top:50px;
}
h1{
	font-family:ZaxCasual-Bold;
	color:#E4002B;
	font-size:2.2em;
	margin-bottom:25px;
}

#social{
		display:flex;
		clear:both;
		justify-content:center;
}

#likeabeast{
	color: #34b5e6;
	 background-image: url(../images/feast_like_beast.png); 
	 background-repeat:no-repeat;
	 background-size: 500px 30px;
	font-weight: bold;
	font-size:0;

	height:30px;
	margin-bottom:50px;
	margin-top:50px;
	width:500px;
	display:block;
}

@font-face {
    font-family: Barlow-ExtraBold;
    src: url("../fonts/Barlow-ExtraBold.woff2") format('woff');
}
@font-face {
    font-family: Barlow-Regular;
    src: url("../fonts/Barlow-Medium.woff2") format('woff');
}


@font-face {
    font-family: ZaxCasual-Bold;
    src: url("../fonts/ZaxCasual-Bold.woff2") format('woff');
}

html {
    position: relative;
    min-height: 100%;
}






#links{
	display:grid;
	  grid-template-columns: auto auto auto auto auto;
	  margin-top: 20px;
	  gap:7px;
	  justify-content:center;

}
#pics{
	display:grid;
	  grid-template-columns: auto auto auto;
	  margin-top: 40px;
	    gap: 10px; 
	  margin-bottom:40px;
	  justify-content:center;
	 


}
.grid_item{
	  background-repeat: no-repeat;
	  	  background-size: 38px 38px;
		  width:38px;
		  
		   height:38px;
		   	  font-size:0;
			  display:block;
		   
}
.pic_grid_item{
	  background-repeat: no-repeat;
	  	  background-size: 354px 236px;
		  width:354px;
		   height:236px;
		   	  font-size:0;
		
			  display:block;
		   
}

#pic_1{
	  background-image: url(../images/pic_1.png);
  

}
#pic_2{
	  background-image: url(../images/pic_2.png);

 
}
#pic_3{
	  background-image: url(../images/pic_3.png);


}
#insta{
	  background-image: url(../images/Instagram.png);
  

}
#facebook{
	  background-image: url(../images/Facebook.png);

 
}
#twitter{
	  background-image: url(../images/X-twitter.png);


}
#tiktok{
	  background-image: url(../images/tiktok.png);


}
#yt{
	  background-image: url(../images/Youtube.png);


}



@media (max-width: 1100px) {

#squished_center{
	width:80%;
}
  #pics {
    grid-template-columns: 1fr; 
    justify-items: center; 

  }

  .pic_grid_item {
    max-width: 100%; /* Ensure images don't overflow their container */
 
  }
	
}

/*smaller tablet/amazon fire*/
@media (max-width: 770px) {

#logotext {

    background-size: 700px 358px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	min-height:358px;
	width: 100%;
}

#logo{
	padding-top:160px;
	width:300px;
	height:109px;
}

}
/*iphone or android*/
@media (max-width: 500px) {
  body {
			font-size: 1.08em;
			
  

}
h1{
	font-size:1.7em;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left:0;
	padding-right:0;
}
#logo{
	padding-top:115px;
	width:199px;
	height:72px;
}
#squished_center{
	width:80%;
}

#links{
	width:150px;
}
#logotext {

    background-size: 390px 233px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	min-height:230px;
	width: 100%;
}


.pic_grid_item{

	  	  background-size: 240px 160px;
		  width:240px;
		   height:160px;
			 
		   
}
footer{
	margin-top:15px;

}
footer .container{
	background-repeat:no-repeat;
	background-position:50% 40%;
		padding-bottom:0;
			min-height:220px;
}
}

