/* The page header of Cassiopeia has the class "header" so you control it with .header */

.container-header {
  background-color: #cb6b44;
  background-image: none;
}

.container-footer {background: #b44544
}

@font-face {
 font-family: "GlacialIndifference";
 src: url("../glacial-indifference/GlacialIndifference-Regular.otf") format("opentype");
}
body {
 font-family: 'GlacialIndifference'; 
}

h1, h2, h3, h4, h5, h6 {font-family: "GlacialIndifference";
  color: #04558d;
}

@font-face {
 font-family: "Alice";
 src: url("../glacial-indifference/Alice-Regular.ttf") format("truetype");
}
p {
  font-size: 1em; /
}

h1{font-size: 3em;}

a:link { color:#cb6b44;
  text-decoration: none;
}

a:visited {color:#cb6b44;
  text-decoration: none;
}

a:hover {color: #04558d;
  text-decoration: none;
}

a:active {color: #0673b3;
  text-decoration: none;
}


:root {

   
   
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: #222222;
    --body-bg: #ffffff;
}

.quote {
  
  margin: 0 0 0 20px;
 
}
.quote p {
  font-size: 1.1rem;
  line-height: 1.5;
  border-style: solid;
  border-width: 2px 10px 2px 2px; /* 25px top, 10px right, 4px bottom and 35px left */
  border-color: #e6d5b7;
  margin: 20px;
  padding: 20px;
  text-align: right;
}


.quote2 {
  
  margin: 0 0 0 20px;
 
}
.quote2 p {font-family:'Alice';
  font-size: .85rem;
  line-height: 1.5;
  border-style: solid;
  border-width: 2px 10px 2px 2px; /* 25px top, 10px right, 4px bottom and 35px left */
  border-color: #eac7c4;
  margin: 20px;
  padding: 20px;
  text-align: right;
}
