*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body { /*moves web page down*/
  padding-top: 10px;
}
header {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.logo{
 width: 8%;
}
.logo_home{
  width: 8%;
}
 .logo_home:hover{
  transform: scale(1.1);
 }
 .logo_home img {
  height:80px;
  padding: 0;
  margin-top: 15px;
 }
.logo img {
  height:80px;
  padding: 0;
  margin-top: 15px;
}
header h3 {
  font-size: 22px;
  width: 8%;
  margin-top: 15px;
  margin-left: 10px;
}
nav {
  width: 84%;
  margin-top: 35px;
}
/*navigation bar for web pages*/
ul {
  text-align: center;
  display: flex;
}
#no_1:hover, #no_2:hover, #no_3:hover, #no_4:hover, #no_5:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
a{
  display: block;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
li {
  font-size: 20px; /*may have to delete*/
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid black;
  list-style: none;
}
.active {
  background-color:bisque;
  border-radius: 7px;
}
.top_img {
  display: flex;
  margin:auto;
  margin-top: 15px;
  margin-bottom: 50px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}
.main h1 {
  margin-top: 0;
  text-align: center;
  font-size: 40px;
}
.par1 {
  font-size: 24px;
  padding: 20px 200px 20px 200px;
  margin:auto;
  width: 100%;
}
.main h2 {
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
}
.main {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 1px;
}

figcaption{
  color: black;
}
 .h_bev img, .cold_bev img, .frapps img, .teas img, .s_moothies img, .food img, div.cof_beans img, .leaf_teas img {
width: 100%;
height: 200px;
object-fit: cover;
padding: 10px;
  }

.h_bev, .cold_bev, .frapps, .teas, .s_moothies, .food, .cof_beans, .leaf_teas {
  width: 200px;
  height: 240px;
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 5px grey;
  overflow: hidden;
  margin-right: 20px;
}
div.h_bev:hover, div.cold_bev:hover, div.frapps:hover, div.teas:hover, div.s_moothies:hover, div.food:hover, div.cof_beans:hover, div.leaf_teas:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
figcaption {
  text-align: center;
}
.group1 {
  margin-top: 50px;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
  text-align: center;
  font-size: 22px;
  justify-content: center;
  font-weight: bold;
}
.group2 {
  margin-top: 30px;
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 50px;
  display: flex;
  text-align: center;
  font-size: 22px;
  justify-content: center;
  font-weight: bold;
}  
footer {
  width: 90%;
  height:auto;
  background-color:bisque;
  display:flex;
  justify-content:space-around;
  margin: auto;
  margin-bottom: 40px;
  padding: 20px;
  border:2px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px grey;

}
.logo_footer img{
  height:80px;
  margin-left: 30px;
  margin-right: 25px;
}

/*TLC Coffee & Tea header*/
.hd3_2 {
 font-weight: lighter;
 font-size: 22px;
 flex-grow: 1;
 font-weight: bold;

}
.address_info { /*VISIT US Address section*/
  flex-grow: 2;
}
.hd5_5 { /*VISIT US Address header*/
  font-weight:bolder;
  font-size: 22px;
  width: 140px;
  height: 40px;
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 10px;
}
  address { /*Visit Us Address*/
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size: 22px;
  font-style: normal;
}
.connect_info { /*CONNECT Info section*/
  flex-grow: 2;
}
.hd4_3 { /*CONNECT Info header*/
  font-weight:bolder;
  font-size: 22px;
  width: 140px;
  height: 40px;
  position: relative;
  left: 0px;
  top: 0px;
}
.parg1_3 { /*Connect Info*/
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size: 22px;
  font-style: normal;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
}
.menu_sections {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  background-color:none;
}
.menu_sections div{
  width: 40%;
  height:auto;
}
#hb, #cb, #fraps, #t_eas, #s_mooth, #food, #c_beans, #loose_leaf {
  margin:auto;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 2px solid black;
  
  }
.main2{
  background-color: aqua;
  width: 90%;

  margin: auto;
  margin-top: 1px;
}

/*-----------   This is where css variav les keyframes are located   ----------*/
:root{
  --h3_ft_size: 22px;
  --bg-color:rgb(237,204,161);
  --p-text-color: black;
  --wgt-font:normal;
}
h3{
    --h3_ft_size:22px;
    font-size:var(--h3_ft_size);
    --wgt-font:bold;
    font-weight:var(--wgt-font)
}
p{
  /*--p-text-color:blue;*/
  color:var(--p-text-color)
}
   .active, footer{
    
    background-color:var(--bg-color)
  }

@keyframes menu_big{
  from{
    font-size:30px;
    color: #000000;
  }
    to{
      font-size:60px;
      color: goldenrod;
    }
  }
  #menu_picks{
    animation-name: menu_big;
    animation-fill-mode:none;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 1s;
  }


/*------------   Menu web page css STARTS Here  ------------*/

.main_menu{
  width: 100%;
  height:auto;
  margin-bottom: 60px;
  display: flex;
 flex-wrap: wrap;
 justify-content:center;
 
}

#hot_bev1{
  grid-column: 1/span 3;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#hot_beverage{
  display:grid;
  grid-template-columns: 3fr 1.5fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width:40%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
  
}
#hot_beverage > div{
 
  border: 1px solid grey;
}
#hot_beverage::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}

#cold_bev1{
  grid-column: 1/span 3;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#cold_beverage{
  display:grid;
  grid-template-columns: 3fr 1.5fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width: 40%;
  margin:auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
}
#cold_beverage > div{
  border: 1px solid grey;
}
#cold_beverage::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}

#frapps1{
  grid-column: 1/span 3;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#frapps{
  display:grid;
  grid-template-columns: 3fr 1.5fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width: 40%;
  margin:auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
}
#frapps > div{
  border: 1px solid grey;
}
#frapps::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}

#smooth1{
  grid-column: 1/span 3;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#smooth{
  display:grid;
  grid-template-columns: 3fr 1.5fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width: 40%;
  margin:auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
}
#smooth > div{
  border: 1px solid grey;
}
#smooth::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}

#food1{
  grid-column: 1/span 2;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#food{
  display:grid;
  grid-template-columns: 3fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width: 40%;
  margin:auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
}
#food > div{
  border: 1px solid grey;
}
#food::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}
#coff_bean1{
  grid-column: 1/span 2;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#coff_bean{
  display:grid;
  grid-template-columns: 3fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width: 40%;
  margin:auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
}

#coff_bean > div{
  border: 1px solid grey;
}
#coff_bean::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}
#loose_lt1{
  grid-column: 1/span 2;
  font-weight: bold;
  font-size: 24px;
  height: auto;
}

#loose_lt{
  display:grid;
  grid-template-columns: 3fr 1.5fr;
  grid-template-rows: repeat(6, 40px);
  width: 40%;
  margin:auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  text-align: center;
}
#loose_lt > div{
  border: 1px solid grey;
}
#loose_lt::after{
  content:"";
  position: absolute;
  left: 0;
  right:0;
  height: 2px;
  background-color: black;
  grid-row: 2/span 1;
}

#hot_bev1, #cold_bev1, #frapps1, #smooth1, #food1{
  background-color:bisque;
  height:40px;
}
#coff_bean1, #loose_lt1{
 background-color:bisque;
 height:40px;
}

#hot_bev, #cold_bev, #frapps, #smooth, #food, #coff_bean, #loose_lt{
  height:auto;
}

/*------- About Us page starts here -------*/

.main_about{
  display:flex;
  width: 100%;
  height: auto;
  margin:0;
  padding:0;
}
.left_img{
  width: 30%;
  height: 100%;
  margin-top: 60px;
  margin-bottom:60px;
  margin-left:40px;
}
.about_page{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_page p{
font-size: 18px;

}
.about_page h2 {
font-size:30px ;
}
.about_page h3{
  font-size: 24px;
  color: red;
}
.right_img{
  width: 30%;
  height: 100%;
  margin-top: 60px;
  margin-bottom:60px;
  margin-right: 0;
}
.left_img img{
  width: 100%;
  object-fit: cover;
}
.right_img img{
  width: 80%;
  object-fit: cover;
}

/*------------   Contact Us page starts Here   ------------*/

#main_contact {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 1px;
}
#main_contact{
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
}

#main_contact .top_img {
  display: flex;
  margin:auto;
  margin-top: 15px;
  margin-bottom: 50px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

#h2_contact_us{
  text-align: center;
  margin-bottom: 20px;
}

form{
  display:flex;
  flex-direction: column;
  width: auto;
  text-align: center;
  background-color: bisque;
  }
    #name_out, #email_out { 
    margin: 20px; 
    font-size: 24px;
    }
    #btn{
      font-size: 18px;
      width:100%;
      padding-top: 5px;
    
    }
    #output { 
      margin-top: 20px; 
      padding: 10px; 
      border: 1px solid #ccc; 
      margin-bottom: 10px;
    }
    #name { 
      font-size: 18px;
      width:300px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #email { 
      font-size: 18px;
      width:300px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }

    /* ------ start of Blog page css -------*/

    #main_blog{
      display: flex;
      flex-wrap: wrap;
      width: 70%;
      height: auto;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      }

      #blog_post1, #blog_post2, #blog_post3{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 20px;
       
      }

  #blog_post1 img, #blog_post2 img, #blog_post3 img{
   
  width: 40%;
  height: 240px;
  object-fit: cover;
  padding: 0;
  margin: 0;
  }
  #p1_post, #p2_post, #p3_post{
    font-size: 22px;
    width: 40%;
    margin: 5%;
    padding: 0;
}

/*---------------   1200px breakpoint   ---------------*/

@media screen and (max-width: 1200px) {
  header {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
  .logo{
    width: 11%;
  }
  .logo_home{
    width: 11%;
  }
header h3{
  width:11%;
  padding-left: 10px;
  margin-left: 0;
}
  nav {
    
    width: 78%;
  }
  .h_bev, .cold_bev, .frapps, .teas, .s_moothies, .food, .cof_beans, .leaf_teas{
  margin-right: 10px;
  }
  .group1, .group2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .par1 {
  font-size: 22px;
  margin:20px;
  padding:0;
  width: auto;
  }
  .main {
  width: 90%;
  height: auto;
  margin: auto;
 padding-bottom: 20px;
}
footer {
  width: 100%;
  height:auto;
  margin: auto;
  margin-bottom: 40px;
}
.address_info {
  height: auto;
  width: auto;
}
.hd5_5 { /*VISIT US header*/
 width: auto; 
}
.connect_info {
  height: auto;
  width: auto;
}
.hd4_3 { /*VISIT US header*/
 width: auto; 
}
#food, #coff_bean, #loose_lt{
  width:40%;
}
#blog_post1 img, #blog_post2 img, #blog_post3 img{
    width: 100%;
  }
}
/* ---------------     800px breakpoint     -----------------*/

@media screen and (max-width: 800px) {

.logo{
  height:100px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin: 0;
}
.logo_home{
  height:100px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin: 0;
}
.logo img{
  margin-left: 0;

}
  header h3 {
  width: 50%;
 
  padding-left: 5px;
  }
  nav{
    width: auto;
  }
  /* Menu Item SecNavigation */
  .h_bev, .cold_bev, .frapps, .teas, .s_moothies, .food, .cof_beans, .leaf_teas{
  width: 40%;
  margin-bottom: 10px;
  min-width: 200px;
  }
.group1, .group2 {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.group2{
  margin-bottom: 40px;
}
  .par1 {
  font-size: 20px;
  margin:20px;
  padding:0;
  width: auto;
}
ul{
  flex-direction: column;
}
li {
  display: block;
  height:44px;
  width: auto;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-right: none;
  list-style: none;
}
.main h1{
  font-size: 28px;
}
footer {
display: block;
text-align: center;
padding: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.logo_footer img{
margin: 0;
padding: 0;
}
/*TLC Coffee & Tea header*/
.hd3_2 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding:0;
}
.hd5_5 { /*VISIT US header*/
 margin-top: 20px;
 font-size: 26px;
 text-decoration: underline;
}
.hd4_3 { /*CONNECT Info header*/
 margin-top: 20px;
 font-size: 26px;
 text-decoration: underline;
}
.main_menu{
  display:block;
}
#hot_beverage, #cold_beverage, #frapps, #smooth, #food, #coff_bean, #loose_lt{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  grid-template-rows: auto repeat(5, 40px);
}
#coff_bean1, #loose_lt1{
 height:auto;
}
.main_menu{
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
}
.font_size{
  font-size: 18px;
  font-weight: normal;
}
.main_about{
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.about_page{
width: 100%;
}
.left_img{
  margin: auto;
  width: 100%;
}
.left_img img{
  width: 135px;
  height: 180px;
  margin-left: 0;
}
.right_img{
  width:100%;
  margin: auto;
  margin-bottom: 20px;
}
  .right_img img{
  width: 135px;
  margin-left: 0;
  }
  form{
  width: 100%;
  }
   #name { 
      width:100%;
      font-size: 14px;
    }
    #email { 
      width:100%;
      font-size: 14px;
    }
    #name_out, #email_out { 
      margin:10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #main_blog{
    width: 100%;
  }
 #blog_post1, #blog_post2, #blog_post3{
    display: block;
    text-align: center;
   
 }
 
  #p1_post, #p2_post, #p3_post{
    width: 100%;
    margin: 0;
  
}       
       
}