* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --basefontsize: 1em;
  --baselineheight: 1.5;
  --headerlineheight: 1.25;
}

.meow {
  margin-top:  3%;
}

h3 {
     font-size: calc(1.5 * var(--basefontsize));
}

.coverindex {
  background-image: url("/img/rhinecatspic.jpg");
  background-size: cover;
  min-height: 75vw;
}

.catgraphic {
  width: 50%;
}

.catgraphicbox {
display: inline-block;
width: 40%;
padding: 3% 0% 3% 3%;
align-content: center;
float: left;

}

.welcomebox {
  margin: auto;
  display: inline-block;
  width: 60%;
  padding:  3%;
  text-align: left;
  justify-content: top;
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
}

.coverpiccontainer {
 
  width: 100vw;
  text-align: center;

  
}

.contactboxes {
  display: block;
  background-color: #ffffff;
}

.contacttext {
 
  float: left;

  width: 100%;
  text-align: center;
}

.contactform {
  
  float: right;
  width: 100%;
  text-align: center;
}

input[type=text] {
  width: 50%;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 4px;
  padding: 1%;
  color: #000000;
  height: 30px;
  font-size:15px;
  margin-bottom: 1%;
}

input[type=submit] {
  width: 20%;
  margin-left: 5%;
  text-align: center;
  background-color: lightgray;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  font-size:15px;
}

.smallpic {
   display:  none;
}

.signature {
  width:  100%;
  padding:  0%;
  margin:  0%;
  background-color: rgba(100, 100, 100, 0.3);
  color:  #000000;
}



.footer {
 display: block;
  background-color: gray;
  text-align: center;
  font-size: calc(1 * var(--basefontsize));
}

.raelogo {
  display: inline-block;
  max-height: 15px;
}

.footeritem {
    display: inline-block;
  text-align: center;
}



