/*
File:index.css
Author:Sherrie Dolan
Date Created: 21 Aug 2018
Date Modified: 21 Aug 2018
*/
body{
  background-color:  #ffcccc;
  width:95%;
  margin: 10px auto;
}
footer{
  border-top: 5px solid gray;
}
#redBold{
    display: inline;
}
.title{
  font: 14pt  'Emilys Candy', cursive;
  text-decoration: line-through;
}
.title:hover{
  font: 16pt  'Emilys Candy', cursive;
  text-decoration: none;
}
  #titlelink{
    text-decoration: none;
    color: black;
  }
  #titlelink:hover {
    color: white;
    text-shadow: 0px 0px 3px black, 0 0 25px #5c8a8a, 0 0 5px #404040;
  }


@media screen and (min-width: 540px) {
  #main{
    border-radius: 13px 30px 0px 0px;
    clear:both;
    min-width: 650px;  
    line-height: normal; 
  }
  #falafel{
    width:100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #topCont{
    height: 250px;
  }
  #blockOne{
    z-index: -1;
    position: absolute;
    top: 70px;
    left: 0;
    background-color:	#c76b6b;
    width: 44%;
    min-width:100px;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
  }
  #blockTwo{
    z-index: -1;
    position: absolute;
    top: 70px;
    right: 0;
    background-color:	#c76b6b;
    width: 22%;
    min-width:50px;
    height: 50px;
    border-radius: 5px 0px 0px 5px
  }
  #white{
    background-color:#f9ecec;
    color: black;
    width: 140%;
    z-index: -1;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }

  h1{
    margin: 0;
    padding: 0;
    font-size: 42pt;
    line-height: normal;
  }
  #titleMid{
    margin: 3pt 0 10pt 0;
    padding: 0;
    font-size: 20pt;
    line-height: 60%;
  }
  #allTop{
    z-index: 1;
  }
  h3{
    margin: 10pt 0 10pt 0;
    padding: 0;
    line-height: 70%;
  }
  #rightFlower{
    float: right;
    min-width: 200px;
    width: 23%;
    z-index: 1;
  }
  #leftFlower{
    float: left;
    min-width: 200px;
    width: 23%;
    transform: scaleX(-1);
    z-index: 1;
  }
  #headerCont{
    text-align:center;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    z-index: 1;
    border-bottom: 4px solid gray;
  }
  header{
    text-align: center;
    font: 16pt 'Fredericka the Great', cursive;
    width: 60%;
    min-width: 450px;
    padding: 0 0 1em 0;
    margin-left: 20%;
    z-index: 1;
  }
  header h2{
    font: 10pt;
  }
  #headcontent{
    margin-top: 50px;
    padding-left: 40%;
    min-width: 450px;
    display: inline-block;
    color:black;
    text-align: left;
  }
/* Style the tab */
  .tab {
    overflow: hidden;
    border-bottom: 1px solid transparent;
    padding: 0 0 56px 0;
    border-image-source: url(images/leafsquarebottom.png);
    border-image-slice: 179;
    border-image-width: 100;
    border-image-outset: 1;
    border-image-repeat: round;
    background-color: inherit;
    
  }

/* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    height: 100%;
    padding: 14px 16px;
    transition: .8s;
    width: 25%;
    font: 16pt   'Emilys Candy', cursive;
  }

/* Change background color of buttons on hover */
  .tab button:hover {
    height: 100%;
    background-color: #ddd;
    border-radius: 15px;
  }

/* Create an active/current tablink class */
  .tab button.active {
    height: 100%;
    background-color: #ccc;
    border: 1px solid black;
    border-radius: 15px 50px 20px 100px;
    font-size: 18pt;
    font-weight: bold;
  }

/* Style the tab content */
  .tabcontent {
    display: none;
    padding: 10px 12px;
    font: 10pt   'Source Sans Pro', sans-serif; 
    line-height: normal; 
    width: 25%;
  }
  #cook{

  }
  #photos{
    postion: relative;
    margin-left: 23%;
  }
  #blog{
    postion: relative;
    margin-left: 48%;
  }
  #contact{
    postion: relative;
    margin-left: 73%;
  }
  #blurb{
    padding: 24px 20px 20px 20px;
    font-size: 11pt;
    width:70%;
  }
  #email{
    font-size: 13pt;
  }
  #photo{
    margin: auto;
    width: 100%;
    min-width: 200px;
    border: 4px solid gray;
  }
  .flex-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
  }
  .flex-containertwo{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }

}
@media screen and (max-width: 540px) {
  #main{
    background-color: inherit;
    border-radius: 7px 7px 0px 0px;
    line-height: normal; 
  }
  #headerCont{
    width: 100%;
  }
  h1{
  }
  #titleMid{
    margin: 3pt 0 10pt 0;
    padding: 0;
    line-height: 60%;
  }
  h3{
    margin: 10pt 0 10pt 0;
    padding: 0;
    line-height: 70%;
  }
  #rightFlower{
    float: right;
    max-width: 300px;
    width: 50%;
  }
  #leftFlower{
    display: none;
  }
  header{
    font: 10pt 'Montserrat', sans-serif;
    margin: 0 0 0 0;
    padding: 0 0 1.5em 0;
    border-bottom: 5px solid gray;
    width: 50%;
  }
  #headcontent{
    line-height: 80%;
    padding: 1em 0 0 0;
  }


  /* Style the tab */
  .tab {
    height: 200px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: inherit;
    border-radius: 7px 7px 18px 88px;
  }

  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    height: 50%;
    padding: 14px 16px;
    transition: 1.0s;
    width: 50%;
    font: bold 8pt   'Emilys Candy', cursive;
 
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    height: 50%;
    background-color: #ddd;
    border-radius: 15px;
  }

  /* Create an active/current tablink class */
  .tab button.active {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 50%;
    background-color: #ccc;
    border: 1px solid black;
    border-radius: 15px 50px 20px 100px;
    font-size: 14pt;
    font-weight: bold;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 10px 12px;
    font: 13pt   'Source Sans Pro', sans-serif; 
  }
  #blurb{
    padding: 24px 10px 20px 10px;
    font-size: 11pt;
    width:90%;
    display: block;
  }
  #email{
    font-size: 13pt;
  }
  #photo{
    display: block;
    margin: auto;
    width: 90%;
    min-width: 200px;
    border: 4px solid gray;
  }


  .flex-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
  }
  #content {
    padding: 0;
  }
  .flex-containertwo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
  }


}