/*
File:contact.css
Author:Sherrie Dolan
Date Created: 16 Jun 2019
Date Modified: 16 Jun 2019
*/
html{
  height: 100%;

}
body{
  background-image: url("../../images/backgrounds/9-gauze-texture-background-9.jpg");
  background-color: white;
  background-repeat: repeat;
  background-size: cover;
  width:100%;
  height: 100%;
  margin: auto;
}
footer{
  background-color:#ffe6cc;
  height: 105px;
  border-top: 4px solid gray;
  margin-top: -100px;
}
.samesite{
  margin: 5pt 0;
  padding: 0 15pt;

}
.item{
  display: inline;
}
#zolee{
  font-size: 16pt;
}
.creator{
  margin-top: -5pt;
  margin-bottom: 10pt;
}
#vecteezy{
  padding-bottom: 5pt;
}
#imagenet{
  padding-bottom: 5pt;
}
td{
  vertical-align: top;
  width: 50%;
  border: 2px solid gray;

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

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

/* all items in flex-container #headerCont */

  #block{
    z-index:-1;
    background-image: url("../../images/backgrounds/old-paper-texture-6-1.jpg");
    background-position: 0px -400px; 
    background-color:	#8c8c8c;
    background-repeat: repeat;
    background-size: cover;
    margin-top: -100px;
    width: 100%;
    height: 60px;
  }
  #titleTop{
    margin: 10pt 0 -10pt 0;
    padding: 0;
    float: left;
    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;
    float: right;
    font-size: 28pt;
    font-style: italic;
    line-height: 80%;
  }
  #white{
    background-color:#ffe6cc;
    color: black;
    width: 140%;
    z-index: -1;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #allTop{
    z-index: 1;
  }



  #headcontent{
    margin-left: -10px;
    margin-top: 20px;
    padding-left: 0;
    display: inline-block;
    color:black;
    text-align: left;
  }
  header{
    z-index: 1;
    text-align: center;
    font: 24pt 'EB Garamond', serif;
    min-width: 300px;
    margin: -15pt 0 40px 3pt;
    padding: 0 0 10px 0;
  }


#bird{
  z-index: 1;
  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;

}
  #blurb{
    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;
    margin: auto;
    width:90%;
    background-color: white;
  }
  #blurb h1{
    line-height: 90%;
  }
 

@media screen and (min-width: 541px) {
  body{
    overflow-x: hidden;
  } 
  #main{
    border-radius: 13px 30px 0px 0px;
    clear:both;
    min-width: 540px;  
    line-height: normal; 
  }

/* Style the link circle */

#centerimages{
  position: relative;
  text-align:left;
  height: 200px;
}
#image-container{
  position: relative;
  display: inline-block;
  height:200px;
  width:250px;
}

#grunge{

  top: -10px;
  right: 30px;
  display: block;
  z-index: 1;
  position: absolute;
  height: 200px;
  width: 250px;
}
#grunge img{
  position: absolute;
  right: 100px;

}
.map{
  position: absolute;
  left: 44px;

}

}





@media screen and (max-width: 540px) {
  #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%;
  }
  #content {
    padding: 0;
  }

}