/* -- reset --*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -- end reset --*/



* {
  box-sizing: border-box;
}

body {
  height: 100vh;

  font-family: "Fira Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
}

h1 {
  font-size: 2.4em;
    font-family: "Fira Sans", sans-serif;

}

h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
}


a {
  text-decoration: none;
  color: #000;
}

div.content {
  padding: 0px;
  margin: 0px;
  height: 100%;
}

div.content.introPage {
  padding-top: 50px;
}

section {
  width: 100%;
  padding: 20px;
}

div.content section:nth-child(even) {
  background-color: #ccc;
}

.columnContainer {
  display: flex;
}

.column {
  flex: 1;
}

.goButton {
  background-color: #cccccc;
  color: #000;
  width: 100%;
  max-width: 800px;
  padding: 30px;
  margin: 20px auto;
  font-size: 2.5em;
  display: block;
  text-align: center;
}

.logoContainer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.logoContainer .column:nth-child(1) {
  flex: 1.5;
  position: relative;

}

.logoContainer img {
  width: 80%;
}



.logoContainer .introText {
    position: absolute;
    bottom: 0px;
    padding-left: 20%;
    font-weight: 600;
    font-size: 0.75em;
}

.logoContainer .introText p {
  margin-bottom: 0px;
  margin-top: 30px;
}

.pageHeader {
  border-bottom: 2px solid #000;
  ;
  text-align: right;
  position: relative;
  min-height: 90px;
  margin-bottom: 40px;
}

.pageHeader img {
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.pageHeader h1 {
  margin-top: 45px;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  text-transform: lowercase;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.wrapperInterior {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 30px;
}

.submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.submenu div.menuItem {
  background-color: #ccc;
  padding: 20px;
  flex: 1;
  font-size: 2em;

}

p {
  font-size: 1.3em;
}

.logoContainer p {
  font-size: 1.6em;
}

.submenu div.menuItem:nth-child(2) {
  background-color: #fff;
}



.sectionContainer {
  display: flex;
  flex-direction: column;
}

.sectionContainer a {
  flex: 1;
  margin: 2%;
}




@media (min-width: 700px) {
  .logoContainer p {
    font-size: 2.5em;
  }

  .submenu {
    flex-direction: column;
  }


}

@media (min-width: 1000px) {
  .logoContainer p {
    font-size: 3.5em;
  }

  .submenu {
    flex-direction: row;
  }

  .submenu div.menuItem {
    text-align: center;
  }

  .submenu div.menuItem:nth-child(2) {
    background-color: #ccc;
  }

  .sectionContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .sectionContainer a {
    flex: 1 0 40%;
    margin: 2%;
  }

}


/*-------------work page---------------*/

.sectionImg {
  border: 1px solid #666;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: top center;
  box-shadow: 10px 10px 10px #666;
}

.sectionContainer a.pictureLink:nth-child(1) .sectionImg {
  background-image: url(../images/brandingHeader.png);
  background-position: top left;
}

.sectionContainer a.pictureLink:nth-child(2) .sectionImg {
  background-image: url(../images/printHeader.png);
}

.sectionContainer a.pictureLink:nth-child(3) .sectionImg {
  background-image: url(../images/socialMediaHeader.png);
}

.sectionContainer a.pictureLink:nth-child(4) .sectionImg {
  background-image: url(../images/uiuxHeader.png);
}

.sectionContainer a.pictureLink:nth-child(5) .sectionImg {
  background-image: url(../images/illustrationHeader.png);
}

.sectionContainer a.pictureLink:nth-child(6) .sectionImg {
  background-image: url(../images/chloePic.png);
  background-position: center center;
}

.portfolioImg {
  width: 100%;
}

.portfolioItem {
  margin-bottom: 40px;
}

/*-------------illustration page---------------*/

.tarotContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.tarotContainer img {

  max-width: 20%;
  display: block;
  flex: 1 0 20%;
  margin: 2%;
}

@media (max-width: 700px) {

  .tarotContainer img {

    max-width: 40%;
    display: block;
    flex: 1 0 40%;
    margin: 2%;
  }

}


.branding h2.sectionGap {
  margin-top: 100px;
}

.branding .portfolioImg {
  margin-bottom: 40px;
}

p {
  margin-bottom: 30px;
}


.chloePic {
  width: 100%;
}

.ChloeContainer .column:first-child {
  flex: 1.5;
}

.ChloeContainer .column:last-child {
  padding-top: 10%;
  ;
}

.ChloeContainer p,
.chloeBulletpoints li {
  font-size: 2em;
}

.chloeBulletpoints {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

ul {
  list-style-type: disc;
  margin-left: 30px;
}