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

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

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



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




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