/*
File:index.css
Author:Sherrie Dolan
Date Created: 16 Jun 2019
Date Modified: 5 Sep 2019
*/
html{
	height: 100%;
}
body{

  background-image: url("../../images/backgrounds/simple-old-paper-1-transparent.jpg");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-width: 360px;
  height: 100%;
  margin: 10px auto;
}
footer{
  position: relative;
  top: -100px;
  border-top: 4px solid gray;
  height: 100px;

}


  body{
    /*overflow-x: hidden; */
  } 
  #main{
	width: 100%;
    border-radius: 13px 30px 0px 0px;
    clear:both; 
    line-height: normal; 
  }

/* Style the header */
  #topCont{
    height: 160px;
    width: 100%;
  }
  #headerCont{
    text-align:center;
    position: absolute;
	height: 140px;
    width: 100%;
    border-bottom: 4px solid gray;
  }

/* all items in flex-container #headerCont */
  #blockOne{
    background-image: url("../../images/backgrounds/9-gauze-texture-background-9.jpg");
    background-position: -80px -200px; 
    background-color:	#8c8c8c;
    background-repeat: no-repeat;
    background-size: 800px;

    margin-top: 40px;
    width: 200px;
    min-width: 100px;
    height: 60px;
    flex-grow: 1;
    flex-shrink: 5;
    flex-basis: 240px;
    text-align: right;
    border-radius: 0px 5px 5px 0px;
  }

  #blockTwo{
    background-image: url("../../images/backgrounds/9-gauze-texture-background-9.jpg");
    background-position: 0px -400px; 

    background-color:	#8c8c8c;
    background-repeat: repeat;
    background-size: 800px;
    margin-top: 40px;
    width: 700px;
    height: 60px;
    flex-grow: 1;
    flex-shrink: 5;
    flex-basis: 1000px;
    border-radius: 5px 0px 0px 5px;
  }
  #titleTop{
    margin: 10pt 0 -10pt 0;
    padding: 0;
    font-size: 32pt;
    text-decoration: none;
    line-height: normal;
  }
  #titlelink{
    text-decoration: none;
    color: black;
  }
  #titlelink:hover {
    color: white;
    text-shadow: 0px 0px 3px black, 0 0 25px #5c8a8a, 0 0 5px #404040;
  }
  #titleMid{
    margin: 8pt 0 3pt 0;
    padding: 0;
    font-size: 24pt;
    font-style: italic;
    line-height: 80%;
  }
  #white{
    background-color:#ffe6cc;
    color: black;
    width: 100%;
	min-width: 360px;
    z-index: -1;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #allTop{
    z-index: 1;
	min-width: 360px;
  }


  #blurb{
    margin: 5px 10px;		
    padding: 24px 15px 20px 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    font: 14pt 'Amiri', serif;
    width:1000px;
	max-width: 800px;
	min-width: 250px;
    flex-basis: 1000px;
    flex-shrink: 2;
    flex-grow: 2;
    line-height: 120%;
    background-color: white;
  }
  #blurb h1{
    line-height: 90%;
  }
 
  #email{
    font-size: 13pt;
  }
  #photoOne{
	margin: 5px;
    width: 400px;
    flex-basis: 400px;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 280px;
    max-width: 700px;
    border: 4px solid gray;
  }
  #photoTwo{
    margin: 5px;
    width: 400px;
    flex-basis: 400px;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 280px;
    max-width: 700px;
    border: 4px solid gray;
  }

  .flex-containerinside{
    /* css for the flex element */
    margin: 5px 10px;
    width: 650px;
    flex-basis: 650px;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 280px;

    padding: 10px;
    /* css for the flex container */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
  }

  .flex-container{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

/* Style the link circle */

#centerimages{
  z-index: 1;
  position: relative;
  text-align:left;


}


#bird{
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  right: 10px;
  
}
#birdimg{
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 70px;
  display: block;
}
#backBut{
  z-index: 1;
  width: 59px;
  position: absolute;
  top: 35px;
  left: 80px;
  border: 5pt double white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#backlink{
  font: 20pt 'EB Garamond', serif;
  color: white;
  text-decoration: none;
  text-shadow: 0px 0px 3px black, 0 0 25px #5c8a8a, 0 0 5px #404040;
  position: relative;
  left: 5px;

}

  #headcontent{
    margin-top: 20px;
    padding-left: 0;
    display: inline-block;
    color:black;
    text-align: left;
  }


@media screen and (min-width: 541px){
  header{
    text-align: center;
    font: 24pt 'EB Garamond', serif;
	max-width: 400px;
	min-width: 400px;
	width: 250px;
    flex-grow: 1;
    flex-shrink: 2;
    flex-basis: 250px;
    margin: -15pt 0 40px -5pt;
    padding: 0 0 10px 0;
  }
  #grungemobile{
	display: none;
  }
  .flex-containertwo{
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
  }
  #image-container{
    position: relative;
    display: inline-block;
    height:220px;
    width:250px;
  }

#grunge{
  object-fit: contain;
  top: 0px;
  right: 30px;
  display: block;
  z-index: 1;
  position: absolute;
  height: 220px;
  width: 250px;
}
#grunge img{
  position: absolute;
  right: 100px;
}
.map{
  position: absolute;
  left: 44px;
}
#sitetext{
  position:absolute;
  text-align:center;
  width: 200px;
  top: 74px;
  right: 30px;
  z-index: 2;
}
#sitenames{
  display: inline-block;
  font: italic 18pt 'Amiri', serif;
  color: white;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}
}

@media screen and (max-width: 540px){
  header{
    text-align: center;
    font: 24pt 'EB Garamond', serif;
	min-width: 250px;
	width: 400px;
    flex-grow: 1;
    flex-shrink: 2;
    flex-basis: 250px;
    margin: -15pt 0 40px 5pt;
    padding: 0 0 10px 0;
  }
  .flex-containertwo{
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
	flex-wrap: wrap;
  }
#image-container{
  position: relative;
  display: inline-block;
  height:120px;
  width:150px;
}

#grungemobile{
  object-fit: contain;
  bottom: 50px;
  right: 30px;
  display: block;
  z-index: 1;
  position: absolute;
  height: 120px;
  width: 150px;
}

#grungeimgmobile{
  position: absolute;
  left: 50px;
  width: 150px;
}
#grunge{
	display: none;
}
.map{
  display: none;
}
#sitetext{
  display: none;
}
}
}



/*
@media screen and (max-width: 540px) {
  #main{
    background-color: inherit;
    border-radius: 7px 7px 0px 0px;
    line-height: normal; 
  }
  #headerCont{
    width: 100%;
  }
  #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;
  }

  #blurb{
    padding: 24px 10px 20px 10px;
    font-size: 11pt 'Merriweather', serif;
    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;
  }


} */