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

body {
background:#0d0d0d;    
color:#dedede;
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height: 1.2;
}

h1 {
font-family: 'Montserrat', serif;
font-size: 48px;
color:#dedede;   
}

h2 {
font-family: 'Montserrat', serif;
font-size: 32px;
color:#dedede;   
}

h1.cv {
color:#1c1c1c; 
text-align: center;  
font-size: 2.2rem;
}

/* p {

} */

p.intro {
font-size: 18px;  
}

p.small {
font-size: 12px;  
}
.center {
text-align: center;  
}

a.cv {
color:#cf13f4; 
text-decoration: none;  
}

a.cv:hover {
text-decoration: underline;  
}

li {
padding-bottom:10px;  
}

.pink {
color:#f413f1;  
}

.leftAlign {
margin-top:40px;
text-align: left;  
}

.const {
font-size: 18px;
color: #f413f1;  
}

button {
padding:8px 10px;
border:1px solid #f413f1;
background:#fff;
color:#f413f1;  
text-decoration: none;
}

button:hover {
background:#f413f1;  
border:1px solid #1c1c1c;
color: #1c1c1c;; 
}

.flexSection {
display: flex;    
}

.right {
width: 50%;
margin-top:100px;
/* background-color: #0d0d0d; */
color:#fff;
height:800px;
text-align: center;
align-items: center;
}

.logo {
background: url(images/logo_white.png) no-repeat center;
background-size: contain;   
margin:auto; 
height:100px;
}

.left {
/* background: url(images/redUmbrella.jpg) no-repeat;
background-size: cover; */
width: 50%;    
}

.leftImage {
background: url(images/redUmbrella.jpg) no-repeat;
background-size: cover; 
height:700px; 
}

.footerMobile {
display: none;  
}


.flexButtons {
margin-top:30px;    
display: flex;
justify-content: space-around;    
}

.button {
padding:9px 16px;
border-radius: 30px;
border:1px solid #dedede;
background: #dedede;
}

.button a {
color:#0d0d0d;
text-decoration: none;
}

.button:hover {
border:1px solid #dedede;
background: #0d0d0d;
}

.button a:hover {
color:#dedede;
text-decoration: none;
}

.temp {
width:20px;
border:1px solid #0d0d0d;
background: #0d0d0d;
}

.quote {
  font-family: 'Montserrat', serif;
  font-style: italic;
  font-size: 20px;
  margin-top:150px;   
  }

@media (max-width: 700px) {
.flexSection {
  flex-direction: column-reverse;
}

.right {
width:90%;
margin: 20px auto;
min-height: 500px;    
}

.left {    
height:500px;    
width:100%;
}

h1 {
font-size: 38px;  
}

.flexButtons {
flex-direction: column;
width:45%;
margin: auto;  
}

.button {
margin-top:20px;  
}

footer {
display: none;  
}

.footerMobile {
display: block;  
text-align: center;
font-size: 12px;
}


.quote {
margin-top:75px;  
}

}



/* Content */

#bodyContent {   
background: #fff;  
color:#0d0d0d;
font-family: 'Roboto', sans-serif;
font-size:1.1rem;
line-height: 1.4;
}

#bodyContent h2 {
text-align: center;
color: #0d0d0d;  
}

header {
padding-top:10px; 
}

a.logoBlack {
background: url(images/logo.png) no-repeat center;
background-size: contain;   
margin:auto; 
height:90px;
display: block;
}

.nav {
width: 100%;
display: inline-flex;
margin: 10px auto;
text-align: center;
justify-content: center;
overflow: hidden;
}

.navButton {
padding:5px;
}

.navButton a { 
color:#0d0d0d;
text-decoration: none;
}

.navButton a:hover { 
color:#f413f1;
text-decoration: none;
}



.whiteSection {
background: #fff;
color: #0d0d0d; 
padding: 50px; 
}

.blackSection {
background: #0d0d0d;
color: #fff; 
padding: 50px; 
}

/* CV page */
.titleCV {
display:flex;
justify-content: space-between;  
color:#f413f1;
font-size:20px;
margin: 35px 0 20px;
border-bottom:1px solid #f413f1;
}

h3 .cvL {
width:75%;  
}

h3 .cvR {
width:25%;  
text-align: right;
}

.qualTable {
display: flex;
justify-content: space-around;  
border-top: 1px solid #f413f1;
}

.col1 {
width:30%;  
}

.col2 {
width:55%;  
}
.col3 {
width:5%;  
justify-content: end;
}


.qualTableMobile {
display:none;  
}

@media (max-width: 700px) {
.qualTable {
display: none;  
}

.qualTableMobile {
display:inline-block  
}
}

/* Bits and pieces days out */
.yellowSection {
background: #fff987;
color: #0d0d0d; 
padding: 50px; 
margin-top: 20px;
}

.slantedSectionR {
background: #0d0d0d;
padding: 25px 20px;
clip-path: polygon(0 0, 100% 0, 100% 3%, 0 100%);
}

.yellow {
background: #fff987;
padding: 25px 20px;
clip-path: polygon(0 0, 100% 0, 100% 3%, 0 100%);
}

.slantedSectionL {
background: #0d0d0d;
padding: 25px 20px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 3%);
}

h2.dark, h2.light {
font-family: 'Roboto', sans-serif;
font-size:22px;
line-height: 1.2;  
}

h2.light {
color: #fff !important; 
}

h2.dark {
color: #0d0d0d; 
}

.textBlock {
width:60%;  
margin: auto;
}

.title {
margin:50px auto;
color: #0d0d0d;  
text-align: center;
font-family: 'Montserrat', serif;
font-size:22px;
line-height: 1.2;  
}

.threePhoto {
display: flex;
justify-content: space-around;
margin: 30px auto 0px;  
width:900px;
}

@media (max-width: 700px) {
.threePhoto {
flex-direction: column;
padding:0px 50px;
margin: 10px auto;
}
}

/* .ff1, .ff2, .ff3, .ff4, .ff5, .ff6, .ff7, .ff8, .ff9, .ff10, .ff11, .ff12, .ff13, .ff14, .ff15 {
width:30%;  
height:250px;
} */

.ff1 {
background: url(images/ffAug25/ffAug25_01.jpg) no-repeat center;
background-size: contain; 
width:30%;  
height:250px;
}
.ff2 {
background: url(images/ffAug25/ffAug25_02.jpg) no-repeat center;
background-size: contain; 
width:30%;  
height:250px;
}
.ff3 {
background: url(images/ffAug25/ffAug25_03.jpg) no-repeat center;
background-size: contain; 
width:30%;  
height:250px;
}


.ff4 {
  background: url(images/ffAug25/ffAug25_04.jpg) no-repeat center;
  background-size: contain; 
  width:30%;  
height:250px;
}
.ff5 {
  background: url(images/ffAug25/ffAug25_05.jpg) no-repeat center;
  background-size: contain; 
  width:30%;  
height:250px;
}
.ff6 {
  background: url(images/ffAug25/ffAug25_06.jpg) no-repeat center;
  background-size: contain; 
  width:30%;  
height:250px;
}


.ff7 {
  background: url(images/ffAug25/ffAug25_07.jpg) no-repeat center;
  background-size: contain; 
  width:30%;  
height:250px;
}
.ff8 {
  background: url(images/ffAug25/ffAug25_08.jpg) no-repeat center;
  background-size: contain; 
  width:30%;  
height:250px;
}
.ff9 {
  background: url(images/ffAug25/ffAug25_09.jpg) no-repeat center;
  background-size: contain; 
  width:30%;  
height:250px;
}

.ff10 {
  background: url(images/ffAug25/ffAug25_10.jpg) no-repeat center;
  background-size: contain; 
  height:175px;
  width:30%;
  margin-bottom:20px;
}
.ff11 {
  background: url(images/ffAug25/ffAug25_11.jpg) no-repeat center;
  background-size: contain; 
  height:175px;
  width:30%;
  margin-bottom:20px;
}
.ff12 {
  background: url(images/ffAug25/ffAug25_12.jpg) no-repeat center;
  background-size: contain; 
  height:175px;
  margin-bottom:20px;
  width:30%;
}

.ff13 {
  background: url(images/ffAug25/ffAug25_13.jpg) no-repeat center;
  background-size: contain; 
  height:300px;
  margin-bottom:20px;
  width:30%;
}
.ff14 {
  background: url(images/ffAug25/ffAug25_14.jpg) no-repeat center;
  background-size: contain;
  height:300px;
  margin-bottom:20px; 
  width:30%;
}
.ff15 {
  background: url(images/ffAug25/ffAug25_15.jpg) no-repeat center;
  background-size: contain; 
  height:300px;
  margin-bottom:20px;
  width:30%;
}




@media screen and (max-width: 700px) {
.textBlock {
width:90%;  
margin: auto;
}

}



footer {
text-align: center;
font-size: 12px;
}

.landing {
color: #292929;  
}