@font-face {
    font-family: "CasablancaAntique";
    src: url("../font/CASBANTN.TTF") format("truetype");
}

/* To set the general background colour of the whole site. */
body {
    background-color: #535d66;
}

/* Overrides to some Bootstrap classes to help with the navbar padding and rounded corners. */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

/* Specific text styles. */
/* Style for headline white 1. */
.headlineW1 {
  font-family: 'CasablancaAntique', serif;
  font-size: 5.0rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);  
  color: #FFFFFF !important;
}

/* Style for headline muted 1. */
.headlineM1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #7F9FAB !important;  
}

/* Style for headline black 1. */
.headlineB1 {
  font-family: 'CasablancaAntique', serif;
  font-size: 3.0rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(10, 10, 10, 0);  
  color: #101010 !important;
}

/* Style for smaller white font for link buttons. */
.linkW1 {
  font-family: 'CasablancaAntique', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);  
  color: #FFFFFF !important;
}

/* Style for smaller white font for menu text. */
.linkW2 {
  font-family: 'CasablancaAntique', serif;
  font-size: 3.0rem;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);  
  color: #FFFFFF !important;
}


/* Catch-all style for paragraph text. Libre Baskerville is a Google font. */
p {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}

/* Specific page component styles. Note - replaces Jumbotron. */
.headerBox{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    background-image: url("../images/galaxies2.jpg");
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center center;
}

.contentBoxOutline{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    background-color: #222222;
}

.contentBox{
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: white;
}




.container {
    padding: 1rem;
}

img.image-fluid {
    margin: 20px 0px 0px 20px;
}


.blog-main {
    background-color: #ffffff;
}


li {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}

figcaption {
    margin: 10px;
    font-family: 'Libre Baskerville', serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    text-align: center;
}

.small {
    font-family: 'Libre Baskerville', serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
}

.text-muted {
    color: #7f9fab !important;
  }