@import url('https://fonts.googleapis.com/css2?family=Libertinus+Mono&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

body {
    color:#666;

}

p {
    font-size: 1.2rem;
    line-height: 1.75rem;   
    margin-bottom: 0.5rem;
}

p.intro {
    font-size: 1.5rem;
    text-align: center;
}

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

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    color:#065084;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size:4rem;
    margin-bottom: 0.5rem;
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.199); */
    text-align: center;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size:2rem;
    margin-top:20px;
}


.container {
    width: 1024px;
    min-height:300px;
    margin: auto;
}

.logo {
position: absolute;
}

header {
    padding-top:40px;
    padding-bottom:40px;
    display: flex;
    justify-content: flex-end;
    /* border-bottom: 1px solid lightgrey; */
}



.navButton {
    margin-left:30px;
    background-color: transparent;
    color:#666;
    font-family: 'Roboto', sans-serif;
    padding:11px 25px;
    display: inline-block;
    margin-top:20px;
    border:solid 1px #666;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.199);
    position: relative;
}

.dropdown {
    display:none;
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    text-align: center;
}

.navButton:hover .dropdown {
    display:block;
}

.dropdown .navButton {
    width:120px;
    background: white;
    color: #065084;
    margin-top:5px;
}

.dropdown .navButton a {
    color: #065084;
}

.banner {
/* background: #0F828C; */
padding:40px;
/* border:solid 1px #0F828C; */
}

.flexSection {
    display: flex;
justify-content: space-around;
}

.textBlock {
    width:95%
}

.floats {
margin:30px;
display:flex;
flex-direction: row;
}

.cloud {
  background-color: #ffdd74;
  border: 1px solid #ffdd74;
  color: #2d2d2d;
  letter-spacing: 1px;
  border-radius: 50%;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  height: 200px;
  width: 30%;
  margin: 10px 20px;
  box-shadow: 0px 0px 0.5px 0.5px #ffdd74;
  text-align: center;
}

.cloud p {
    font-size: 1.5rem;
}

.colourBlock {
    background: #78B9B5;
    padding:30px;
    margin-bottom: 30px;
}

.colourBlock .large {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
.cloud {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 200px;
  width: 30%;
  margin: 10px 20px;
}

}



.buttonsFlex {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.story1, .story2, .story3 {
    /* border:1px solid #0F828C; */
    width: 30%;
}

.bookImg1 {
    background: url(media/book1.jpg) no-repeat;
    background-size: contain;
    height:250px;
    
}
.bookImg2 {
    background: url(media/book2.jpeg) no-repeat;
    background-size: contain;
    height:250px;    
}
.bookImg3 {
    background: url(media/book3.jpg) no-repeat;
    background-size: contain;
    height:250px;    
}



/* content */
.storyFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.storyCard {
    width: 30%;
}
.storyImg1, .storyImg2, .storyImg3 {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.storyImg1 {
    background: url(media/book3.jpg) center center no-repeat;  
    background-size: contain;  
    height: 200px;
}

.storyImg2 {
    background: url(media/waves2.jpg) center center no-repeat;  
    background-size: contain;  
    height: 200px;
}

.storyImg3 {
    background: url(media/leaves.jpg) center center no-repeat;  
    background-size: contain;  
    height: 200px;
}


.storyTitle {
    font-family: 'Karla', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #065084;
}
.storyText {
    font-size: 1rem;
    line-height: 1.5rem;
}


@media only screen and (max-width: 800px) {
.storyFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 10px 20px;
  width:75%;
}

.storyCard {
    /* width: 90%; */
    margin-bottom: 40px;
}

}

@media only screen and (max-width: 500px) {
.storyFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 10px 20px;
  width:95%;
}

.storyCard {
    /* width: 90%; */
    margin-bottom: 40px;
}

}


/* contact */

.dogImg {
    background: url(media/dog.PNG) center center no-repeat;  
    background-size: contain;  
    height:150px;
    margin-top: 10px;
}

#contact {
    width: 75%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

#contact h2 {
    color:#065084;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size:3rem;
    margin-bottom: 0.5rem;
}

#contact h3 {
    color:#065084;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size:2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.75rem;
}

#contact p {
    font-size: 1.2rem;
    line-height: 1.75rem;   
    margin-bottom: 0.5rem;
}

#contact .small {
    font-size: 0.75rem;
    line-height: 1.75rem;   
    margin-bottom: 0.5rem;
}

#contact a {
    color: #065084;
    text-decoration: none;
    font-weight: bold;
}

/* about */
.mountImg {
    background: url(media/telescopeCarry.PNG) center center no-repeat;  
    background-size: contain;  
    height:150px;
    margin-top: 10px;
}

.sunImg {
    background: url(media/sunImage.PNG) center center no-repeat;  
    background-size: contain;  
    height:150px;
    margin-top: 20px;
    margin-bottom: 10px;    
}



.peek {
background: url(media/lifting.PNG) center right no-repeat;  
background-size: contain;  
height:200px;
}



#footer {
 padding: 150px 0px 0px 200px;
    color: #999;   
    font-size:14px;
    text-align: center !important;
position: absolute;
}