/*
colours for marcia makes:
red: #d91414
orange: #db5b13
blue: #008c91
text in grey: #666666
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #666666;
    width: 100%;
}

p {
    font-size: 1.2em;
}

h1 {
    font-size: 1.6em;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #008c91;
}

h2 {
    font-size: 1.4em;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #008c91;
}

h3 {
    font-size: 1.2em;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    color: #b008c9;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
}


.responsive {
    float: left;
    width: 16.66666%;
}



.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

article {
    padding: 0px 50px;
}

.nav {
  overflow: auto;
  white-space: nowrap;
}

.nav a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #008c91;
  padding: 6px 30px;
} 

.nav a:hover{
    color: #db5b13;
    font-weight: 700;
}

footer {
    width: 100%;
}

.footer {
    background-color: #008c91;
    padding: 1px 15px;
    color: #ffffff;
    bottom: 0px;
    height: 15%;
}

div.centre {
margin: auto;
width: 90%;
text-align: center;
}

.mainphoto {
    width: 100%;
    margin: 150px 0px 0px 0px;
}

img.logo {
    margin: auto;
    width:60%;
    height: auto;
    padding: 15px;
}

@media only screen and (max-width: 750px){
    .responsive {
        width: 24.99999%;
    }
}

@media only screen and (max-width: 600px){
    .responsive {
        width: 49.99999;
        height: auto;
    }
    .logo {
        width: 49.99999%
    }
}

ul.topnav {
    list-style-type: none;
    margin: 15px;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

ul.topnav li {
    height: 30px;
    padding: 5px;
    float: right;
}

ul.topnav li a {
    display: block;
    color: #008c91;
    padding: 6px 30px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    color: #db5b13;
    font-size: 1.1em;
    font-weight: 700;
}

ul.topnav li.left {
    float: left;
}

ul.ftr {
    list-style-type: none;
    width: 100%;
    overflow: hidden;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1em;
    font-weight: 400;
}

ul.ftr li {
    float: left;
}

ul.ftr li a {
    display: block;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    color: #ffffff;
}

ul.ftr li a:hover {
    color: #db5b13;
}

ul.ftr li.right {
    float: right;
}

@media screen and (max-width: 600px){
    ul.topnav {width: 49.999999%; font-size: 0.4em:}
    ul.logo li {float: none;}
    ul.topnav li.left, 
    ul.topnav li {float: right;}
    ul.ftr li.right,
    ul.ftr li {float: none;}
    .footer {height: 30%;}
}

#logo{

    background-color: #ffffff;
}

#top {
    width: 100%;
    z-index: -1;    
}

.portrait {
    width: 25%;
    float: left;
    border-radius: 50%;
}

aside.project {
    text-align: right;
    padding: 80px 10px 0px 50px;
    border-right: 6px solid #ba7832;
    position: fixed;
    float: left;
    width: 19.9999%;
    z-index: -1;
}


img.reel {
    float: right;
    width: 100%;
    height: auto;
    padding: 7px;
}

section.reel{
float: right;
width: 74.999999%;
}

ul.reel {
    list-style-type: none;
    margin: 0;
    padding: 80px 50px 0px 10px;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

ul.reel li {
    float: right;
   
}

/* slide homepage images*/
.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}


.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #ffffff;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}