/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Kalam:wght@300;400;700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

#container { z-index: 1; position: absolute; top: 10px; left: 0px;}
#iframe { z-index: 2; position: absolute; top: 105px; left: 123px; width: 750px; height: 415px;}

html, body {
  color: #9e6676;
  font-family: 'Merriweather', sans-serif;
font-size: 10pt;
}

h1 {
  color: #a7696b;
  font-family: 'Kalam';
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;
    line-height: 14px;
    margin: 0
}

h2 {
  color: #ad808d;
  font-family: 'Gochi Hand', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 13pt;
    line-height: 12px;
    margin: 0
}

h3 {
  color: #ad808d;
  font-family: 'Gochi Hand', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 13pt;
    margin: 0
}

h4 {
  color: grey;
  font-family: 'Lucida Handwriting';
  font-size: 20px;
  line-height: 4px;
  font-weight: bold;
}

li  {
    padding-left: 60px
}

.linkbutton {
    line-height: 50px;
    margin: 0 .5rem;
}
  
.linkbutton b {
    background-color: #ffdce6;
    border-radius: 10px;
    color: #bd7c8f;
    font-weight: normal;
    padding: .5rem .7rem;
    text-decoration: none;
}
  
.linkbutton a {
    background-color: #fce1e6;
    color: #bd7c8f;
    border-radius: 10px;
    padding: .5rem .7rem;
    transition: .3s ease-in-out;
}
  
.linkbutton a:hover {
    background-color: #eab2c2;
    color: #8e5263;
    font-weight: normal;
    text-decoration: none;
}
  
  area  {
    cursor: crosshair;
    font-family: arial;
  }

table, th, tr, td {
  border: 0px;
  border-collapse: collapse;
}

.infoflex {
display: flex;
flex-wrap: wrap;
gap: 0px;
margin: auto;
}

.fulldiv3 {
align-self: baseline;
min-width: min-content;
max-width: max-content;
margin: auto;
}

.imgdiv3 {
background:url(https://blush.fantazzled.com/family2/family2.png) no-repeat center;
min-width: 161px;
text-align: center;
}

.imgdiv4 {
background:url(https://blush.fantazzled.com/archive/archive.png) no-repeat center;
min-width: 160px;
text-align: center;
}

.infodiv {
  text-align: center;
} 

.box {
  width: 450px;
  height: 125px;
  border: 2px #bd7c8f solid;
  padding: 7px;
  margin: 1px;
  text-align: left;
  overflow-y:auto;
}

/* unvisited link */
a {
  color: #ab5579;
  text-weight: bold;
text-decoration: none;
}

/* visited link */
a:visited {
  color: #b34f4f;
  text-weight: bold;
text-decoration: none; 
}

/* mouse over link */
a:hover {
  color: caa3af;
  cursor: crosshair;
  text-weight: bold;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #bd7c8f;
  text-decoration: none;
}
  
