/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  font-size: 16px;
}

body {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 font-size: 62.5%;
}

.landingtitle {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.landingtitle h1{
  position: relative;
  font-size: 22em;
  font-family: 'StrangeloveText', Arial, Helvetica, sans-serif;
  font-weight: lighter;
  color: white;
  margin: 0 auto;
}

.landingtitle a {
  text-decoration: none;
}

.landingnav{
  display: flex;
  position: relative;
  justify-content: center;
  padding: 0;
}
.landingnav ul {
  text-align: center;
}

.landingnav li {
  list-style-type: none;
  margin: 0 10px;
}

.landingnav li a {
    text-decoration: none;
    margin: 0 auto;
    color: white;
    font-size: 2.2em;
    font-weight: bold;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.landingtitle a::selection, .landingnav li a::selection, .landingnav li a img::selection, .portfolioheader a::selection, .portfolionav li a::selection, .portfolionav li a img::selection, .childwrap img::selection, .right::selection, .portfoliocanvas img::selection, .left::selection, .vidchildwrap img::selection, .contactheader a::selection, .contactnav li a::selection, .contactnav li a img::selection, .jasperimg img::selection, .contactbio p::selection, .footertext li a::selection, footer::selection {
  background-color: #66b2b2;
}

.landingnav .landingfb{
  position: relative;
  display: flex;
  margin: 8.5% 4px;
  text-align: center;
}

.landingnav .landinginst{
  position: relative;
  display: flex;
  margin: 8.5% 4px;
  text-align: center;
}

.landingnav .landingtum{
  position: relative;
  display: flex;
  margin: 5% 0;
  text-align: center;
}

.landingfb, .landinginst {
  height: 19px;
  width: 19px;
}

.landingtum {
  height: 21px;
  width: 21px;
}

.backgroundpic1 {
  background-image: url("../images/landingpage/lp1.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic1 .landingtitle a, .backgroundpic1 .landingnav li a{
  color: white;
}

.backgroundpic2 {
  background-image: url("../images/landingpage/lp2.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic2 .landingtitle a, .backgroundpic2 .landingnav li a{
  color: white;
}

.backgroundpic3 {
  background-image: url("../images/landingpage/lp3.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic3 .landingtitle a, .backgroundpic3 .landingnav li a{
  color: white;
}

.backgroundpic4 {
  background-image: url("../images/landingpage/lp4.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic4 .landingtitle a, .backgroundpic4 .landingnav li a{
  color: white;
}

.backgroundpic5 {
  background-image: url("../images/landingpage/lp5.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic5 .landingtitle a, .backgroundpic5 .landingnav li a{
  color: black;
}

.backgroundpic6 {
  background-image: url("../images/landingpage/lp6.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic6 .landingtitle a, .backgroundpic6 .landingnav li a{
  color: black;
}

.backgroundpic7 {
  background-image: url("../images/landingpage/lp7.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic7 .landingtitle a, .backgroundpic7 .landingnav li a{
  color: white;
}

.backgroundpic8 {
  background-image: url("../images/landingpage/lp8.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic8 .landingtitle a, .backgroundpic8 .landingnav li a{
  color: white;
}

.backgroundpic9 {
  background-image: url("../images/landingpage/lp9.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic9 .landingtitle a, .backgroundpic9 .landingnav li a{
  color: white;
}

.backgroundpic10 {
  background-image: url("../images/landingpage/lp10.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic10 .landingtitle a, .backgroundpic10 .landingnav li a{
  color: black;
}

.backgroundpic11 {
  background-image: url("../images/landingpage/lp11.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic11 .landingtitle a, .backgroundpic11 .landingnav li a{
  color: white;
}

.backgroundpic12 {
  background-image: url("../images/landingpage/lp12.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic12 .landingtitle a, .backgroundpic12 .landingnav li a{
  color: black;
}

.backgroundpic13 {
  background-image: url("../images/landingpage/lp13.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic13 .landingtitle a, .backgroundpic13 .landingnav li a{
  color: white;
}

.backgroundpic14 {
  background-image: url("../images/landingpage/lp14.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic14 .landingtitle a, .backgroundpic14 .landingnav li a{
  color: white;
}

.backgroundpic15 {
  background-image: url("../images/landingpage/lp15.jpg");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadein;
  animation-duration: 3s;
  position: fixed;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}

.backgroundpic15 .landingtitle a, .backgroundpic15 .landingnav li a{
  color: white;
}

.portfolioheader{
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolioheader a{
  text-decoration: none;
  color: black;
  font-size: 13.4em;
  font-family: 'StrangeloveText', Arial, Helvetica, sans-serif;
  overflow: hidden;
  margin: -28px 0 18px 0;
}
.portfolionav {
  display: flex;
  justify-content: center;
}

.navbartext ul, .navbaricons ul{
  display: flex;
  justify-content: center;
  margin: 6px auto;
  padding: 0;
}

.navbartext li, .navbaricons li {
  list-style-type: none;
  margin: 0 8px;
}

.navbartext li a, .navbaricons li a {
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    color: black;
    font-weight: medium;
    font-size: 1.6em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    -webkit-transition: all ease 1.6s;
      -moz-transition: all ease 1.6s;
      -o-transition: all ease 1.6s;
      -ms-transition: all ease 1.6s;
      transition: all ease 1.6s;
}

.contactheader{
  display: inline;
}

.contactheader a{
  text-decoration: none;
  color: black;
  font-size: 10.25em;
  font-family: 'StrangeloveText', Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.contactnav ul{
  display: inline;
}

.contactnav li {
  list-style-type: none;
  margin: 10px 0;
}

.contactnavbartext li a, .contactnavbaricons li a {
    text-decoration: none;
    position: relative;
    color: black;
    font-weight: medium;
    font-size: 1.45em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    -webkit-transition: all ease 1.6s;
      -moz-transition: all ease 1.6s;
      -o-transition: all ease 1.6s;
      -ms-transition: all ease 1.6s;
      transition: all ease 1.6s;
}

.contactnavbartext ul, .contactnavbaricons ul {
  padding: 0;
}

.fbicon {
  background-image: url("../images/icons/fbturqoise32.png");
  background-size: cover;
  height: 15px;
  width: 15px;
}
.contactfbicon {
  background-image: url("../images/icons/fbturqoise32.png");
  background-size: cover;
  height: 14px;
  width: 14px;
}


.fbicon img, .contactfbicon img{
  -webkit-transition: all ease 1.6s;
    -moz-transition: all ease 1.6s;
    -o-transition: all ease 1.6s;
    -ms-transition: all ease 1.6s;
    transition: all ease 1.6s;
}

.fb, .inst{
  height: 15px;
  width: 15px;
}
.contactfb, .contactinst  {
  height: 14px;
  width: 14px;
}
.tum, .contacttum {
  height: 17px;
  width: 17px;
}

.insticon{
  background-image: url("../images/icons/instturqoise32.png");
  background-size: cover;
  height: 15px;
  width: 15px;
}
.contactinsticon {
  background-image: url("../images/icons/instturqoise32.png");
  background-size: cover;
  height: 14px;
  width: 14px;
}

.insticon img, .contactinsticon img{
  -webkit-transition: all ease 1.6s;
    -moz-transition: all ease 1.6s;
    -o-transition: all ease 1.6s;
    -ms-transition: all ease 1.6s;
    transition: all ease 1.6s;
}

.fbicon img:hover, .contactfbicon img:hover, .insticon img:hover, .contactinsticon img:hover, .tumicon img:hover, .contacttumicon img:hover {
opacity: 0;
}

.tumicon, .contacttumicon {
  background-image: url("../images/icons/tumturqoise32.png");
  background-size: cover;
  height: 17px;
  width: 17px;
}

.tumicon img, .contacttumicon img{
  -webkit-transition: all ease 1.6s;
    -moz-transition: all ease 1.6s;
    -o-transition: all ease 1.6s;
    -ms-transition: all ease 1.6s;
    transition: all ease 1.6s;
}

.portfolionav .fbicon {
  position: relative;
  top: 0;
}

.portfolionav .insticon {
  position: relative;
  top: 0;
}

.portfolionav .tumicon {
  position: relative;
  top: -1px;
}

 .smallmenu, .menubar, .menubar h1, .contactmenubar, .contactmenubar h1 {
  display: none;
}

.portfolionav li a:hover, .contactnav li a:hover {
  color: #66b2b2;
}



.contactpagewrap {
  margin: 40px auto 0 auto;
  width: 80%;
  display: flex;
}

.textwrap {
  width: 50%;
}
.contactbio {
  display: block;
}

.contactbio p{
  font-size: 1.45em;
  font-weight: 200;
  font-family: 'Raleway';
  line-height: 1.5;
  font-style: italic;
}

.contactfooter {
  margin-top: 2%;
  text-align: center;
}

.jasperimg {
  display: block;
  width: 650px;
}
.jasperimg img{
  display: flex;
  width: 80%;
  margin: 35px auto;
  float: right;
}

.pagewrap {
  margin: 40px auto 0 auto;
  width: 90%;
}

.wraparound{
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.doublecolumn{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

.column {
  display: block;
  margin: 10px;
  justify-content: center;
  text-align: center;
}

.childwrap img{
  display: inline;
  width: 100%;
  height: 100%;
  margin: 12px 0;
  justify-content: center;
  text-align: center;
}

.overlay {
  display: none;
  position: fixed;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #FFF;
  align-items: center;
  background: transparent;
  cursor: zoom-out;
}

.left {
  float: left;
  z-index: 1111;
  cursor: default;
  height: 80px;
  width: 60px;
}

.right {
  float: right;
  z-index: 1111;
  cursor: default;
  height: 80px;
  width: 60px;
}

.portfoliocanvas {
  width: 100%;
  height: 100%;
}

.portfolioimages, .cityscapeimages, .travelfoodimages, .assortedimages, .commissionedimages {

  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  animation-name: fadein;
  animation-duration: 1s;
  opacity: 1;
  padding-top: 20%;
  padding-bottom: 20%;
  padding-left: 34%;
  padding-right: 34%;
}

.videothumbnailwrap{
  margin: 28px auto;
}

.videothumb{
  display: block;
  width: 50%;
  height: auto;
  margin: 28px auto 46px auto;
}

.videopopup {
  width: 65%;
  height: auto;
}

video::-webkit-media-controls-panel {
    background-color: #161618;
}

video::-webkit-media-controls-volume-slider-container {
	background-color: cyan;
}

video::-webkit-media-controls-volume-slider {
	background-color: #1FB2B0;
}

video::-webkit-media-controls-timeline {
	background-color: #1FB2B0;
}

.footertext ul{
    display: flex;
    justify-content: center;
    margin: 2% auto;
    padding: 0;
}
.footertext li {
  list-style-type: none;
  margin: 0 8px;
}
.footertext li a {
  text-decoration: none;
  color: #808080;
  font-weight: bold;
  font-size: 1.45em;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

footer {
  margin: 16px auto;
  color: grey;
  font-size: 1.2em;
  font-weight: 200;
  text-align: center;
  font-family: 'Raleway';
  overflow: hidden;
}

.pagewrap2 {
  -webkit-filter: blur(5px) grayscale(90%);
  opacity: 0.05;
}

@keyframes fadein {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


@media screen and (max-width: 1200px) {
  .landingtitle h1 {
    font-size: 15em;
  }
  .doublecolumn {
    display: block;
  }
  .videothumb{
    width: 65%;
  }
  .videopopup {
    width: 70%;
  }
  .doublecolumn{
    margin: 0 20px;
  }
  .portfolioimages, .cityscapeimages, .travelfoodimages, .assortedimages, .commissionedimages {

    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    animation-name: fadein;
    animation-duration: 1s;
    opacity: 1;
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 34%;
    padding-right: 34%;
  }
}

@media screen and (max-width: 1080px) {
  .landingtitle h1{
    font-size: 24em;
}

  .landingnav li a {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 960px) {

  .smallmenu2 {
    display: none;
  }

  .landingnav .landingfb{
    position: relative;
    display: flex;
    margin: 8% 4px;
    text-align: center;
  }

  .landingnav .landinginst{
    position: relative;
    display: flex;
    margin: 8% 4px;
    text-align: center;
  }

  .landingnav .landingtum{
    position: relative;
    display: flex;
    margin: 4% 0;
    text-align: center;
  }

  .textwrap {
    width: 100%;
  }

  .contactpagewrap {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .contactnav {
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .contactnav ul {
    padding-left: 0;
  }
  .contactnavbaricons {
    display: flex;
    justify-content: center;
  }

  .contactnavbartext li, .contactnavbaricons li{
    display: inline-block;
    margin: 0 8px;
    font-size: 1em;
  }
  .contactinfotext {
    margin-top: 10px;
  }

  .jasperimg {
    display: block;
    margin: 0 auto;
    width: 65%;
  }
  .jasperimg img {
    float: none;
  }

  .contactbio {
    display: block;
    margin: 36px auto;
    text-align: center;
  }

  .contactnav .contacttumicon {
    position: relative;
    top: 9px;
  }
  .contactnav .contactinsticon {
    position: relative;
    top: 7px;
  }
  .contactnav .contactfbicon {
    position: relative;
    top: 7px;
  }

@media screen and (max-width: 850px) {
    .contactnav {
      display: block;
    }

}

@media screen and (max-width: 800px) {
  .landingtitle h1 {
    font-size: 20em;
  }

  .landingnav li a{
    font-size: 1.8em;
  }

  .navbartext li a, .navbaricons li a{
    font-size: 1.45em;
  }
  .contactnavbartext li a, .contactnavbaricons li a {
    font-size: 1.3em;
  }

  .landingnav .landingfb{
    position: relative;
    display: flex;
    margin: 5% 4px;
    text-align: center;
  }

  .landingnav .landinginst{
    position: relative;
    display: flex;
    margin: 5% 4px;
    text-align: center;
  }

  .landingnav .landingtum{
    position: relative;
    display: flex;
    margin: 1% 0;
    text-align: center;
  }

  .landingfb, .landinginst {
    height: 17px;
    width: 17px;
  }

  .landingtum {
    height: 20px;
    width: 20px;
  }

  .portfolionav .fbicon {
    position: relative;
    top: 0;
  }

  .portfolionav .insticon {
    position: relative;
    top: 0;
  }
  .portfolionav .tumicon {
    position: relative;
    top: -1px;
  }

  .contactnav .contacttumicon {
    position: relative;
    top: 8px;
  }
  .contactnav .contactinsticon {
    position: relative;
    top: 6px;
  }
  .contactnav .contactfbicon {
    position: relative;
    top: 6px;
  }

  .videothumb{
    width: 70%;
  }
  .videopopup {
    width: 75%;
    height: auto;
  }
  .doublecolumn{
    margin: 0 10px;
  }

}

@media screen and (max-width: 750px) {
  .portfolionav, .contactnav{
    display: block;
  }
  .footertext ul {
    display: block;
    margin: 16px auto;
  }
  .footertext ul li{
    text-align: center;
    margin: 14px 0;
  }
  .videothumb{
    width: 75%;
  }
  .videopopup {
    width: 85%;
    height: auto;
  }
  .portfolionav .tumicon {
    position: relative;
    top: -1px;
  }
}


@media screen and (max-width: 610px) {

  .landingtitle h1 {
    font-size: 14.5em;
  }
  .landingnav li a {
    font-size: 2em;
  }
  .landingnav li {
    font-size: 0.8em;
  }
  .landingnav .landingfb{
    position: relative;
    display: flex;
    margin: 5% 4px;
    text-align: center;
  }

  .landingnav .landinginst{
    position: relative;
    display: flex;
    margin: 5% 4px;
    text-align: center;
  }

  .landingnav .landingtum{
    position: relative;
    display: flex;
    margin: 1% 0;
    text-align: center;
  }

  .landingfb, .landinginst {
    height: 14px;
    width: 14px;
  }

  .landingtum {
    height: 17px;
    width: 17px;
  }

  .videothumb{
    width: 90%;
  }
  .videopopup {
    width: 90%;
    height: auto;
  }

  .backgroundpic1 {
    background-image: url('../images/landingpage/phone/phone1.jpg');
  }
  .backgroundpic2 {
    background-image: url('../images/landingpage/phone/phone2.jpg');
  }
  .backgroundpic3 {
    background-image: url('../images/landingpage/phone/phone3.jpg');
  }
  .backgroundpic4 {
    background-image: url('../images/landingpage/phone/phone4.jpg');
  }
  .backgroundpic5 {
    background-image: url('../images/landingpage/phone/phone5.jpg');
  }
  .backgroundpic6 {
    background-image: url('../images/landingpage/phone/phone6.jpg');
  }
  .backgroundpic7 {
    background-image: url('../images/landingpage/phone/phone7.jpg');
  }
  .backgroundpic8 {
    background-image: url('../images/landingpage/phone/phone8.jpg');
  }
  .backgroundpic9 {
    background-image: url('../images/landingpage/phone/phone9.jpg');
  }
  .backgroundpic10 {
    background-image: url('../images/landingpage/phone/phone10.jpg');
  }
  .backgroundpic11 {
    background-image: url('../images/landingpage/phone/phone11.jpg');
  }
  .backgroundpic12 {
    background-image: url('../images/landingpage/phone/phone12.jpg');
  }
  .backgroundpic13 {
    background-image: url('../images/landingpage/phone/phone13.jpg');
  }
  .backgroundpic14 {
    background-image: url('../images/landingpage/phone/phone14.jpg');
  }
  .backgroundpic15 {
    background-image: url('../images/landingpage/phone/phone15.jpg');
  }

.wraparound {
  display: block;
}

.fbicon, .tumicon, .insticon {
  background-image: none;
  transition: none;
}

.fb, .inst {
  width: 0.8em;
  height: 0.8em;
}
.tum {
  width: 1em;
  height: 1em;
}

.fbicon img, .contactfbicon img{
  -webkit-transition: all ease 1000s;
    -moz-transition: all ease 1000s;
    -o-transition: all ease 1000s;
    -ms-transition: all ease 1000s;
    transition: all ease 1000s;
  }
  .insticon img, .contactinsticon img{
    -webkit-transition: all ease 1000s;
      -moz-transition: all ease 1000s;
      -o-transition: all ease 1000s;
      -ms-transition: all ease 1000s;
      transition: all ease 1000s;
    }
  .tumicon img, .contacttumicon img{
      -webkit-transition: all ease 1000s;
        -moz-transition: all ease 1000s;
        -o-transition: all ease 1000s;
        -ms-transition: all ease 1000s;
        transition: all ease 1000s;
      }

.portfolionav, .contactnav {
  display: none;
}

.pagewrap2 {
  -webkit-filter: blur(5px) grayscale(90%);
  opacity: 0.05;
}

  .smallmenu {
    position: fixed;
    top: -100px;
  }

  .smallmenu2 {
    display: block;
    position: fixed;
    text-align: center;
    background-color: #FFF;
    align-items: center;
    background: transparent;
    padding-top: 25%;
    width: 100%;
    height: 100%;
    animation-name: slidedown;
    animation-duration: 1.8s;
    z-index: 1000;
  }

  .smallmenu2 ul{
  list-style-type: none;
  padding-left: 0;
  }

  .smallmenu2 li{
    font-size: 1.6em;
    margin: 24px auto;
    text-align: center;
  }

  .smallmenu2 li a {
      text-decoration: none;
      margin: 0 auto;
      width: 100%;
      position: relative;
      color: black;
      font-weight: medium;
      font-size: 1.6em;
      font-family: 'Raleway';
      -webkit-transition: all ease 1.6s;
        -moz-transition: all ease 1.6s;
        -o-transition: all ease 1.6s;
        -ms-transition: all ease 1.6s;
        transition: all ease 1.6s;
  }

  .xicon {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .xicon img {
    height: 18px;
    width: 18px;
  }

  .menubar {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 48px;
    background-color: #66b2b2;
  }

  .menubar h1 {
    display: block;
    opacity: 0.8;
    font-family: 'Raleway';
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 16px 0;
  }

.contactheader {
  display: flex;
  justify-content: center;
}
  .portfolioheader a {
    margin: 12px 0 18px 0;
  }

  .contactheader a {
    margin: 48px 0 -10px 0;
  }


  @keyframes slidedown {
    0% {
      top:-100px;
      opacity: 0;
    }
    50% {
      top: 0px;

    }
    100% {
      opacity: 1;
    }
  }

  .menubar {
    animation-name: fadein;
    animation-duration: 1.5s;
  }

@media screen and (max-width: 500px) {

  .landingnav .landingfb{
    position: relative;
    display: flex;
    margin: 4% auto;
    text-align: center;
  }

  .landingnav .landinginst{
    position: relative;
    display: flex;
    margin: 4% auto;
    text-align: center;
  }

  .landingnav .landingtum{
    position: relative;
    display: flex;
    margin: 2% auto;
    text-align: center;
  }

  .landingfb, .landinginst {
    height: 17px;
    width: 17px;
  }

  .landingtum {
    height: 19px;
    width: 19px;
  }

  .smallmenu2 li{
    font-size: 1.2em;
    margin: 24px auto;
  }
  .menubar h1 {
    font-size: 1.85em;
    font-weight: 200;
  }
  .portfolioheader a, .contactheader a {
    font-size: 10em;
  }
  .xicon img {
    height: 15px;
    width: 15px;
  }
  .fb, .inst {
    width: 17px;
    height: 17px;
  }
  .tum {
    width: 20px;
    height: 20px;
  }
  .landingtitle h1 {
    font-size: 14em;
  }
  .landingnav {
    display: block;
  }

  .landingnav li {
    margin: 4% auto;
    text-align: center;
  }

  .landingnav li a {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 450px) {
  .landingtitle h1 {
    font-size: 12.5em;
  }
  .landingnav li {
    margin: 4% 0;
  }
  .landingnav li a {
    font-size: 2em;
  }
  .landingnav .landingfb{
    position: relative;
    display: flex;
    margin: 4.5% auto;
    text-align: center;
  }

  .landingnav .landinginst{
    position: relative;
    display: flex;
    margin: 4% auto;
    text-align: center;
  }

  .landingnav .landingtum{
    position: relative;
    display: flex;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .portfolioheader a, .contactheader a {
    font-size: 8em;
  }
  .smallmenu2 li{
    font-size: 1em;
  }
  .smallmenu2 {
    padding-top: 12%;
  }
  .menubar h1 {
    font-size: 1.65em;
    font-weight: 200;
  }
}

@media screen and (max-width: 350px) {
  .landingtitle h1 {
    font-size: 10.5em;
  }
  .landingnav li {
    margin: 5% 0;
  }
  .landingnav li a {
    font-size: 1.85em;
  }
  .smallmenu2 {
    padding-top: 10%;
  }
}

@media screen and (max-width: 600px) and (orientation: landscape) {
    .smallmenu2 {
    padding-top: 5%;
  }
  .smallmenu2 li{
    font-size: 0.8em;
    margin: 12px auto;
  }
  .xicon img {
    height: 12px;
    width: 12px;
  }
}
