* {
  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;
}


a {
  color: #000000;
  text-decoration:none;
}

a:visited {
  color: #000000;
}


body {
  font-size: var(--basefontsize);
  line-height: var(--baselineheight);
  background-color: #ffffff;
  font-family: Verdana;
  color: #000000;
  width: 100%;
}


h1 {
    display:  inline-block;
    font-size: calc(1.2 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
    opacity: .9;
    padding-bottom: 0%;
    margin-bottom: 0%;
    text-align: center;
    font-weight: bold;
}

h3 {
  font-size: calc(.8 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
  display: inline-block;
}


.coverpicsmall {
  width: 100%;
}

.catgraphic {
  width: 80%;
}

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

.welcomebox {
  display: inline-block;
  margin: auto;
  width: 100%;
  margin-top:  0%;
  padding-right: 2%;
  padding-left: 2%;
  text-align: left;
  justify-content: top;
  float: right;
  background-color:  #ffffff;
}

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

.smallpic {
   display:  block;
   width:  100%;
    
}

.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: 55%;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 4px;
  padding: 1%;
  color: #000000;
  height: 30px;
  font-size:15px;
  margin-bottom: 0%;
}

input[type=submit] {
  width: 20%;
  margin-left: 2%;
  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;
}

.signature {
  margin:  2%;
  background-color: #ffffff;
}

.blurb {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  /* border: solid;
  border-color: #000000;
  border-radius: 5%; */
}

.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;
}



