/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/templates/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 
  */
  body { font-size: 120%;}
  
  #catering-header { margin-top:125px; margin:auto;}

.item {color:gray; font-size: 100%; font-weight:bold;}

.price{font-size:100%; color:red; font-weight:bold;}

.desc {color:black; font-size: 90%; font-weight:lighter;}

#menu {max-width:80%; margin:auto;}

#logo { margin-left:27%; z-index: 100; position:absolute; }

#container {float:right;}
#content {max-width:90%; margin:auto;}

#apps {display:none;}


/* Tablet */
		
@media only screen and (max-width: 1000px)

{

#logo { margin-left:15%; max-width:45%;}
#content {max-width:90%; margin:auto;}
img {max-width:100%; padding: 6px; margin:auto;}

#apps {display:inline;}


}

@media only screen and (max-width: 1400px)

{

#logo { margin-left:10%; max-width:65%;}
#content {max-width:90%; margin:auto;}
img {max-width:100%; padding: 6px; margin:auto;}

#apps {display:inline;}


}
    
/* Mobile */
		
@media only screen and (max-width: 590px)

{

#logo { margin-left:20%; max-width:65%;}
#content {max-width:90%; margin:auto;}
img {max-width:100%; padding: 6px; margin:auto;}




}