@font-face{
 font-family: DM-Regular;
  src: url(fonts/DMSans-VariableFont_opsz,wght.ttf);
}

html {
    overflow: hidden;
    height: 100%;
}

body{
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth!important;
}

.topnav{
    background-color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    z-index: 5;
    letter-spacing: 1.5px;
}

.topnav .left{
    float: left;
    text-align: center;
    padding: 5px;
    margin-left: 2%;
    width: 150px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid white;
    text-shadow: 2px 2px 4px #000000;
    border-radius: 65%;
}

.topnav .right{
    float: right;
    text-align: center;
    padding: 5px;
    margin-right: 2%;
    width: 120px;
    font-size: 20px;
    text-decoration: none;
        font-weight: 700;
     border: 1px solid white;
    text-shadow: 2px 2px 4px #000000;
    border-radius: 65%;
}

.hero{
    height: 700px;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    background-image: url(images/jamie-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
}

@media screen and (max-width: 600px) {
  .hero {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    height: 500px;
    background-position: left;
    background-image: url(images/jamie-bg%20copy.jpg);
  }
}

.mobile-image{
    margin: 0;
    padding: 0;
    display: none;
}

@media screen and (max-width: 600px) {
  .mobile-image {
    display: block;
    margin-bottom: -5px;
  }
}

.intro{
    display: flex;
    height:  auto;
    width: 100%;
    font-size: 18px;
    color: white;
    font-family: DM-Regular;
    text-shadow: 4px 4px 8px #000000;
    column-count: 2;
    column-gap: 30%;
    margin-top: 00px;
}

@media screen and (max-width: 600px) {
  .intro {
    display: inline;
    font-size: 16px;
    text-shadow: 2px 2px 5px #000000;
    column-count: 1;
    column-gap: 0;
    padding-top: 200px;
  }
}

.hero-text p{
    text-shadow: 4px 4px 8px #000000;
}

h1{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4%;
}

h2{
     color: white;
    font-family: DM-Regular;
    font-size: 24px;
    padding: 10px;
}

h3{
    color: white;
    font-family: DM-Regular;
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 10px;
    text-shadow: -2px -1px 0 #8f86c4, 1px -1px 0 black, -1px 1px 0 #8f86c4, 1px 1px 0 black;
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 35px;
  }
}

a{
    color: white;
    font-family: DM-Regular;
    font-size: 22px;
}

a:hover{
font-style: italic;
-webkit-text-decoration-color: #ded3f2; /* Safari */  
text-decoration-color: #ded3f2;
}

@media screen and (max-width: 600px) {
a {
    font-size: 18px;
  }
}

.nodeco{
    text-decoration: none;
     font-size: 18px;
}

.animated{
    -webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
    text-shadow: 4px 4px 10px #000000;
    display: flex;
    height:  auto;
    width: 100%;
    font-size: 18px;
    color: white;
    font-family: DM-Regular;
    column-count: 2;
    column-gap: 15%;
}

/*animation for bio heads shake*/
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-20px);}
	60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-20px);}
	60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-20px);}
	60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-5px);}
}

.section{
    width: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    background-image: url(images/colours-blue.JPG);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

@media screen and (max-width: 700px) {
  .section {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: top;
    background-attachment: inherit;
    background-size: 100% 40%;
  }
}

.photo-cover{
    height: 350px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
  .photo-cover {
    height: auto;
      width: 100%;
  }
}

.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(images/bg-nav.png);
    position: static;
    text-align: center;
}

.link{
    font-family: DM-Regular;
    font-size: 20px;
    color: white;
    margin-top: 5px;
    padding: 5px;
}

@media screen and (max-width: 600px) {
.link {
    font-size: 16px;
  }
}

.footer-links{
    margin-right: 15px;
}

.container-reviews{
    width: 100%;
    column-count: 2;
    column-gap: 10%;
}

@media screen and (max-width: 600px) {
  .container-reviews {
    width: 100%;
    column-count: 1;
    column-gap: 10%;
  }
}

.container-media{
    width: 45%;
}

@media screen and (max-width: 600px) {
  .container-media {
    width: 100%;
  }
}

/*STILLS PHOTOGRAPHY PAGE*/

.section-stills{
    margin-top: 60px;
    padding-left: 50px;
    padding-bottom: 100px;
    height: auto;
    background-color: black;
}

@media screen and (max-width: 600px) {
  .section-stills {
    padding-left: 10px;
    padding-bottom: 30px;
  }
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 45%;
  padding-right: 20px;
  height: auto;
  box-sizing: border-box;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    padding-right: 10px;
  }
}

.section-stills .row .column img {
    width: 100%;
    padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .section-stills .row .column img {
    padding-bottom: 8px;
  }
}

.a-black{
    color: #8f86c4;
}

.footer a{
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
}