/*
  Colour palette: 
  #36f398  minty green  
  #dfeaf9  silver  
  #20b0f4 bright blue
  #06557a darker blue
  #8e20f4 medium purple
  #000
  #fff
  */


body {
  font-family: 'jost', sans-serif;
}

header, footer {
  font-family: 'Annie Use Your Telescope', cursive;
  padding: 20px 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}

header h1, footer nav h1 {
  font-family: 'Annie Use Your Telescope', cursive;
  font-weight: 700;
  margin: 0;
}

header nav, footer nav {
  display: flex;
  justify-content: flex-end;
}

header p, footer nav p {
  font-family: 'Annie Use Your Telescope', cursive;
  font-size: 30px;
  font-weight: 700;
  padding: 0 20px;
  margin: 0;
}

nav li {
  font-family: 'Annie Use Your Telescope', cursive;
  padding: 0px 10px;
  font-size: 30px;
  font-weight: 700;
}


h2 {
  font-family: 'Annie Use Your Telescope', cursive;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

h3 {
  font-family: 'Annie Use Your Telescope', cursive;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 100px;
  color: #000;
}

h4 {
  font-family: 'Annie Use Your Telescope', cursive;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

section .row .title {
  float:left;
}


.headingtext .title { 
  font-family: 'Annie Use Your Telescope', cursive;
  text-shadow: 0.6px 0.6px 0.6px #0a354a;
}

.headingtext  h2{
  font-family: 'Annie Use Your Telescope', cursive;
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0 0 50px;
  color: #20b0f4;
}

.headingtext  h3 {
  font-family: 'Annie Use Your Telescope', cursive;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 100px;
  color: #20b0f4;
  border-style: none;
  background-color: white;
}

.maintext { 
  color: #20b0f4;
  /* top right bottom left */
  margin: 50px 0px 50px 75px;
  font-size: 25px;
  font-weight: 700;
  text-shadow: 0.2px 0.2px 0.2px #0a354a;
}

.maintext  h2{
  font-size: 60px;
  font-weight: 700;
  color: #20b0f4;
}

#description {
  height: 150px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 650;
  color: #20b0f4;
}

#aboutpic {
  width: 30%;
  float: right;
  margin-top: 75px;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
  border-style: solid;
  border-color: grey;
  border-width: thin;
}

section .row > p {
  font-size: 30px;
  font-weight: 700;
}

.container > p {
  font-size: 30px;
  font-weight: 700;
}

.container > p {
  font-size: 30px;
  font-weight: 700;
}

.textlist {
  font-size: 30px;
  font-weight: 700;
}

.col-md-6 {
  margin: 0 0 30px;
}

footer {
  font-size: 24px;
  padding: 20px 0;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

footer .copyright { 
  font-family: 'jost', sans-serif;
  font-size: 18px;
  color: #06557a;
  text-shadow: 0.6px 0.6px 0.6px #20b0f4;
}

nav img {
  padding-left: 16px;
}

 
.carousel-control-prev {
  font-size: 40px;
  color: #20b0f4;
  text-decoration: none;
}
 
.carousel-control-next {
  font-size: 40px;
  color: #20b0f4;
  text-decoration: none;
}

 
.carousel a:hover, .carousel a:active  {
  font-size: 40px;
  color: #0a354a;
  text-decoration: none;
  background: none;
  border-color: transparent;
}

 
a:link {
  color: #20b0f4;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 0.6px 0.6px 0.6px #0a354a;
}

a:visited {
  color: #20b0f4;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 0.6px 0.6px 0.6px #0a354a;
}

a:hover {
  color: #8e20f4;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #8e20f4;
  background-color: transparent;
  text-decoration: underline;
} 

hr {
  border: 6px solid;
  border-radius: 5px;
  opacity: 1.0;
  border-color: #20b0f4;
  color: #20b0f4;
}

.itemcard {
  background-color: #dfeaf9;
  border: 6px solid;
  border-radius: 20px;
  border-color: #dfeaf9;
  text-align: center;
}

.itemcard > h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #20b0f4;
  text-shadow: 1px 1px #000;
}

.itemcard a:link {
  color:#8e20f4
}

a.nav-link {
  text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #20b0f4;
  background-color: #dfeaf9;
}

.nav-link:focus, .nav-link:hover {
  color: #8e20f4;
}

