/* ---GLOBAL RESETS--- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}

/* ---HEADINGS--- */
h1 {
    font-size: 3em; /* 48px / 16px = 3em */
    line-height: 1em;
    margin: .5em 0;}

h2 {
    font-size: 2.25em; /* 36px / 16px = 2.25em */
    line-height: 1.1em;
    margin: .5em 0;}

h3 {
    font-size: 1.5em; /* 24px / 16px = 1.5em */
    line-height: 1.2em;
    margin: .5em 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;}

h4 {
    font-size: 1.3125em; /* 21px / 16px = 1.3125em */
    line-height: 1.3em;
    margin: .5em 0;}

h5 {
    font-size: 1.125em; /* 18px / 16px = 1.125em */
    line-height: 1.4em;
    margin: .5em 0;}

h6 {
    font-size: 1em; /* 16px / 16px = 1em */
    line-height: 1.5em;
    margin: .5em 0;}

p {
    font-family: 'Lato', sans-serif;
    margin: 0 0 0.5em 0;}

.paddedp {
    margin-top: 15px;}


/* ---GRID SECTIONS--- */
body { 
    margin: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.8);}

.container {
    margin: auto 5em;}

.row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
    grid-column-gap: .5em;
    margin: 2em auto;}

.column {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: auto;
    margin-bottom: auto;}

.critter {
    position:absolute;
    left:0;
    top: 0;
    z-index:0;}

.critter2 {
    position:relative;
    left:0;
    top:0;
    z-index:1;}

.report p {
    float: right;
}


/* ---LINKS--- */
a { 
    color: #bbad6c; 
    text-decoration: none;}

a:hover { 
    color: #5f7687; 
    text-decoration: none;}


/* ---LISTS--- */
ul ol li {
    margin: 0;
    padding: 0;}


/* ---HELPERS--- */
.textcenter {
    text-align: center;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;}


/*---IMAGES--- */
img {
  max-width: 100%;
  height: auto;}

.heilsa img {
    padding-top: 50px;
    padding-bottom: 50px;}

.heilsa {
    margin-top: auto;
    margin-bottom: auto;}

.bottle img {
    height: 300px;
    width: auto;}

.grad {
    height:200px;
    width: auto;}

.stamp {
    margin-top: auto;
    margin-bottom: auto;}

.bookmark {
    max-height: 600px;}

.merch {
    margin-top: auto;
    margin-bottom: auto;}

.book img {
    border: solid 2px #e6e6e6;}

.saul img {
    height: 850px;
    width: auto;}



/* ---CLEARFIXES--- */
.group:after,
.container:after,
.nav:after,{
    content: "";
    display: table;
    clear: both;}


/*  ---SITE BRANDING--- */
.site-branding {
    text-align: center;}

.site-branding h1 {
    margin: 0;
    font-size: 1.5em;
    padding: 1.2em 0 .3em 0;}

.site-branding h1 a {
    display: inline-block;
    padding: 0;
    font-weight: bold;}


/* ---SITE NAV--- */
.site-navigation {
    text-align: center;}

.site-navigation ul {
    margin: 0;
    padding: 0;}

.site-navigation ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 1em;}

.site-navigation ul li a {
    padding: 1em;
    color: #5f7687;}

.site-navigation ul li a:hover {
    color: #bbad6c;
    text-decoration: none;}


/*  ---HEADER & FOOTER--- */
.site-header a, .site-footer a { 
    color: #bbad6b;
    text-decoration: none;}

.site-header a:hover, .site-footer a:hover {
        color: #5f7687;
        text-decoration: none;}


/*  ---HEADER ONLY--- */
.site-header {
    padding-top: 1.5em; 
    text-align: center;}

.site-header .container:after { 
    display: block;
    content: '';
    border-bottom: 1px solid #ddd;}


/*  ---MAIN CONTENT--- */
.site-main {
    margin: 0 2em 0 2em;}

section {
    padding: 1em 0;}

secton.full-width {
    padding: 6em 0;}

section.full-width-bg {
    margin: 0 -100%;
    padding-left: 100%;
    padding-right: 100%;}

row.full-width-bg {
    margin: 0 -100%;}

.hero {
    background: none;
    background-repeat: no-repeat;
    background-position: center;}

.hero h1, .hero h2 {
    font-size: 3em;
    line-height: 1.1em; 
    max-width: 10em;}

.hero p {
    max-width: 22em;}

.hero.textcenter h1, 
.hero.textcenter h2, 
.hero.textcenter p {
    margin-left: auto;
    margin-right: auto;}

.hero img {
    width: 900px;
    height: auto;}


/*  ---FOOTER ONLY--- */
.site-footer {
    margin-top: 50px;}

.site-footer ul {
    font-size: 1em;
    text-align: center;}

.site-footer .container {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
    width: 100%;}

.site-footer .container:before { 
    display: inline-block;
    content: '';
    border-bottom: none;
    padding-bottom: 0;}

.site-footer .copyrights {
    color: black;
    float: left;
    height: 100px;
    display: block;
    max-width: 50%;
    overflow: hidden;
    padding-left: 25px;}

.site-footer .copyrights p {
    vertical-align: middle;
    font-size: 13px;}

.social-links {
    position: relative;
    float: right;
    height: 100px;
    max-width: 100%;
    overflow: hidden;}

.social-links ul {
    position: relative;
    height: 100px;
    display: table;
    list-style-type: none;
    margin-right: 50px;}

.social-links ul li {
    float: left;
    vertical-align: middle;
    padding: 0 10px 0;}

.social-links ul li:first-child {
    padding-left: 0;}

.social-links ul li:last-child {
    padding-right: 0;}

.social-links ul li a {
    color: #bbad6b;}

.social-links ul li a:hover {
    color: #5f7687;}

.gallery ul li img {
    max-width: 100%;
    height: auto;
    overflow-y: hidden;}

.row img {
  max-width: 100%;
  display: block;
  margin: auto;}

.row h4 {
    text-align: center;
    color: black;}

.row.left h4 {
    text-align: left;}

.row h4 a {
    color: #5f7687;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;}

.row h4 a:hover {
    color: #bbad6b;}

.row h1 {
    text-align: center;
    font-weight: 100;
    color: #5f7687;}

.row p {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;}

.row2 {
    margin: auto;}

.row3 img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;}

header {
  background: white;
  color: #5f7687;
  text-align: center;
  padding: 30px 0 30px 0;}

.sub {
    background: #bbad6b;}

.spchead {
    color: white;}

header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 0.8;
  font-family: 'Montserrat', sans-serif;
  color: #bbad6c;}

header h1 span {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 25px;
  line-height: 1;
  color: #5f7687;}

header p {
  padding-top: 30px;}

.gallery {
  margin: 0px 40px;
  position: relative;
  overflow: hidden;}

.gallery .row {
    width: 100%;}

.character img {
  display: block;
  content: "";
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;}

.hovertext .text {
   position: relative;
   text-align: center;
   font-family: 'Montserrat', sans-serif;
   font-weight: 300;
   color: #ffffff;
   background-color: #bbad6c;
   visibility:hidden;
   font-size: 1.5em;}

.hovertext:hover .text {
   visibility:visible;}



/* ---FABRIC GALLERY--- */
.gallery2 {
  position: relative;
  overflow: hidden;}

.gallery2 .row {
    width: 100%;}

.gallery2 ul {
  position: relative;
    padding-left: 0;}

.gallery2 ul li {
  width: 33%;
  position: relative;
  float: left;
  overflow: hidden;}

.gallery2 ul li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;}

.gallery2 ul li img {
    max-width: 100%;
    height: auto;
    overflow-y: hidden;}

.logobee {
    background-color: #bbad6b;
    text-align: center;
    padding-top: 50px;
    position: relative;
    width: 50px;
    height: auto;}

.logobee2 {
    width: 175px;
    background-color: #bbad6b;
    text-align: center;
    padding-top: 50px;
    position: relative;}

.logobee3 {
    background-color: white;
    text-align: center;
    padding-top: 50px;
    position: relative;
    width: 50px;
    height: auto;}

.triangle {
    position: relative;
    top: 50px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-color: #bbad6b;
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);}

.triangle2 {
    position: relative;
    top: 125px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-color: #bbad6b;
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 15px solid #bbad6b;
    margin: auto;}

.triangle-down2 {
    position: relative;
    top: 45px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 15px solid #bbad6b;
    margin: auto;}



/* ---BLOG--- */
.blog .posts article {
    margin: 0 25% 0 25%;
    text-align: center;}

.blog .posts article figure {
    margin-bottom: 20px;}

.blog .posts article figure img {
    display: block;}
 
.blog .posts article h2 {
    display: block;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;}

.blog .posts article .categories {
    display: block;
    margin-bottom: 30px;
    font-size: 13px;
    color: #5f7687;}

.blog .posts article .excerpt {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-left: 40px;
    margin-right: 40px;}

.blog .posts article .read-more {
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #bbad6c;}

.blog .posts:hover article figure a::before {
    opacity: 0.75;}

.blog .posts article:hover figure a::before {
    opacity: 0;}

.blog p {
    font-family: 'Lato', sans-serif;}



/* ---LISTS--- */
.lists ul li {
    list-style-type: square;}

.lists ul ul li {
    list-style-type: none;
    font-weight: 700;}

.lists ul ul li a:hover {
    color: #9cd7d5;}

.lists ul ul li a {
    color: #609f9d;}

.lists h3 {
    color: #212121;}

.copyright {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #212121;}

.box {
    padding: 0;
    height: 260px;
    text-align: center;}

.box2 {
    padding: 0;
    height: 40px;
    text-align: center;}

.box6 {
    padding: 0;
    height: 200px;
    text-align: center;}

.box5 {
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 5px;
    text-align: center;
    border-bottom: 3px dotted #bbad6b;}

.box4 {
    padding: 0;
    height: 25px;
    text-align: center;}

.portfolio,
.about, 
.contact,
.resume {
    height: 130px;
    position: relative;
    text-align: center;}

.portfolio {
    background: rgba(187,173,107,1);}

.about,
.resume,
.contact {
    background: rgba(95,118,135,1);}

.blog span, 
.portfolio span, 
.about span, 
.resume span, 
.contact span {
    color: #5f7687;
    transition: color 0.3s ease;}


/* ---Boxes Inner Styles--- */
section a:hover,
section a:focus,
section a:visited,
section a:active {
    text-decoration: none;}

.ptitle {
    font-size: 38px;
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 130px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);} 

.ptitle::before,
.ptitle::after{
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);}

.ptitle:hover,
.ptitle:focus {
    color: #bbad6b;}

.ptitle.blue2:hover,
.ptitle.blue2:focus {
    color: #5f7687;}

.ptitle.blue2 {
    font-size: 38px;}

.ptitle.blue3 {
    font-size: 38px;}

.portfolio a,
.about a,
.resume a,
.blog a,
.contact a {
    text-decoration: none;}

.grow:hover {
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);}

.top-icons {
    padding-left: 0;}

.header-icons ul {
    list-style-type: none;
    display: table;
    margin-left: auto;
    margin-right: auto;}

.header-icons ul li {
    float: left;
    padding: 0 10px 0 10px;}

.header-icons ul li a {
    color: #bbad6b;}

@media (hover: hover){
    .header-icons ul li a:hover {
    color: #5f7687;
    }}

.backnav {
    margin: 0 auto;}

.remove {
    padding-left: 0;
    text-align: center;}

.backnav ul li{
    list-style-type: none;}

.backnav a {
    color: #5f7687;}

.backnav a:hover {
    color: #bbad6b; }

.about-bee {
    margin: 0 auto;
    height: 60px;
    width: 50px;
    padding-bottom: 10px;}

.goback {
    text-align: center;
    text-decoration: none;}

.goback :hover {
    text-decoration: none;
    color: #bbad6b;}

.goback a {
    color: #333;}

.ratag a:link {
    color: #9cd7d5;}

.ratag a:hover {
    color: #bbad6b;}

.npsvideo {
    width: 100%;
    height: auto; 
    padding-top: 25px;}

.top p {
    margin-top: 20px;
    padding: 0 0 0 80px ;
    text-align: right;}

.raccoon {
    float: left;}

.costa {
    width: 500px;}

.costa2 {
    width: 300px;}

.badbaby {
    height: auto;
    width: auto;
    padding-top: 55px;}

#npstree {
    height: 500px;
    width: auto;
    display:block;
    overflow: hidden;
    text-align: center;
    float: left;}

.label {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;}

.label2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;}

.label3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;}

.alignright .label {
    color: #5f7687;
}

.logo .column {
    margin-top: auto;
    margin-bottom: auto;}

.logo .column p {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 500px;}

.hide2 {
    display: none;}

.content {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: right;}

.content.bold {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #5f7687;}

.redtext {
    color: #5f7687;}

.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;}

.indigo a {
    color: black;
    text-align: center;
    text-decoration: none;}

.indigo a:hover {
    color: #bbad6b;
    text-decoration: none;}

.badbabyvideo {
    width: 950px;
    height: 450px; 
    padding-top: 25px;
    padding-bottom: 50px;
    margin: auto;}

.rubhose {
    width: 350px;
    height: auto; 
    padding-top: 25px;
    padding-bottom: 50px;
    margin: auto auto;
    display: block;
    overflow: hidden;
}
.hula {
    padding-top: 40px;
}
.color {
    padding-top: 40px;
}
@media (max-width: 742px) {
    .color {
        padding-top: 0;
    }
}
.drinks img {
    margin-top: 146px;}

.spice img {
    margin-top: 46px;
    margin-bottom: -25px;}

.padded {
    padding-top: 50px;}

.large {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #2b4251;}

.large2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;}

.work {
    color: #2b4251;
    text-align: center;}

.pheader {
    color: #2b4251;
    font-weight: 600;
    text-align: center;}

.blog2img img {
    height: 400px;
    margin-top: 25px; }

.blog2img p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 12px;}

.blogimg2 {
    padding: 20px 0 20px 0;}

.blog3img img {
    width: 500px;
    margin: 25px auto 0 auto;}

.blog3img p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 12px;}



/* ---ANIMATIONS FADEINUP--- */
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-duration: 8s;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
  animation-duration: 4s;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* SCROLL TO TOP BUTTON */
#go-top {
	position: fixed;
	bottom: 10px;
    right: 10px;  
    text-align: center; 
    display: none;}

#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #bbad6b;
    opacity: .75;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 18px;
   line-height: 45px;
 	border-radius: 3px;}

#go-top a:hover { 
    background: #9cd7d5; 
    color: #5f7687;}

.less {
    font-weight: 300;}

.none li { 
    list-style: none;
    text-align: center;}

.none li img {
    text-align: center;}

#click a {
    color: #bbad6b;}

#click a:hover {
    color: #9cd7d5;}



/* ---CONTACT FORM--- */
#contact input[type="text"],
#contact input[type="email"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Lato", Helvetica, Arial, sans-serif;}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #5f7687;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;}

#contact button[type="submit"]:hover {
  background: #9cd7d5;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);}

.copyright {
  text-align: center;}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;}

::-webkit-input-placeholder {
  color: #888;}

:-moz-placeholder {
  color: #888;}

::-moz-placeholder {
  color: #888;}

:-ms-input-placeholder {
  color: #888;}

.contactp {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #5f7687;}


/* -------MEDIA QUERIES------- */
@media (min-width: 300px) {
    #critter {
        min-height: 140px;
        width: 100%;
        display:inline-block;
        overflow: hidden;
        text-align: center;}
}


@media (max-width: 500px) {
    .gallery .row {
        display:block;
        align-items: center;
        justify-content: center;}
    
    .row {
        display:block;
        align-items: center;
        justify-content: center;}

    .top p {
        padding: 0 20px 0 20px;
        text-align: center;}
    
    .raccoon {
        float: none;}
    
    .reverse {
        display: flex;
        flex-direction: column-reverse;}
    
    .hide {
        display: none;}
    
    .hide2 {
        display: contents;
        text-align: center;}

    .envelope img {
        margin-bottom: 25px;}
    
    .libposters {
        padding: 0;}
    
    .bookmark {
        height: 400px;}
        header {
        padding: 0;
    }
    header {
        padding: 0;
        margin-top: -50px;
    }


}

@media (max-width: 700px) {
    #lottie {
        margin-bottom: -200px;
        width: 100%;
        height: 100px;}

}

@media (max-width: 768px) {
    .blog img {
        height: auto;
        width: auto;}
    .drinks img {
        margin-top: 0;}
    .spice img {
        margin-top: 0;
        margin-bottom: 0;}
    .padded {
        padding-top: 0;}
    .beaver {
        margin-top: 0;}
    .large {
        text-align: center;}
    .large2 {
        text-align: center;}
    .gallery {
        padding-top: 0;}
    .gallery .row {
        display:block;
        align-items: center;
        justify-content: center;}
    .row h1 {
        font-size: 30px;}
     header {
        padding-bottom: 0;}  
     header h1 {
        font-size: 45px;
        line-height: 1;
        margin-top: 240px;}
     header h1 span {
        font-size: 22px;
        margin-left: 10px;
        margin-right: 10px;}
    header h1 img {
        width: 40px;
        height:auto;}
    .bottle img {
        height: 200px;
        width: auto;}
    .heilsa {
        padding: 0;}
    .row {
        display: block;}
    .alignright p {
        text-align: center;}
    .stamp {
        margin-top: 30px;}
    .uwpad {
        margin-top: 30px;}
    .fullbu {
        padding-top: 30px;}
    .buicon {
        width: 350px;
        padding-top: 30px;}
    .badbabyvideo {
        width: 450px;
        padding-bottom: 25px;
        margin-top: -100px;}
    .badbaby {
        display: block;
        height: auto;
        width: 300px;
        padding-top: 0;}
    #lottie {
        min-height: 300px;
        width: 100%;
        display:inline-block;
        overflow: hidden;
        text-align: center;}
    #critter2 {
        z-index: 1;
        position: absolute;
        width: 100%;}
        .subpageh1 {
        margin-top: 100px;
    }
}



@media (min-width: 769px) {
    .site-branding {
        float: left;}
    .site-branding h1 {
        padding: .55em;}
    .site-header .site-navigation {
        float: right;}
    .site-navigation ul {
        border-top: none;
        padding-top: .5em;}
    .badbabyvideo {
        width: 750px;
        padding-bottom: 40px;}
}



@media (max-width: 849px) {
    .blog span {
        font-size: 30px;
        padding-left: 20px;}
    
    .ptitle.blue3 {
        float: left;
        font-size: 28px;
        padding-left: 20px;}
    
    .triangle, .triangle2 {
        visibility: hidden;}
    .about span, 
    .resume span, 
    .contact span {
        float: right;
        font-size: 30px;
        padding-right: 20px;}
    .about span, 
    .resume span, 
    .contact span {
        float: right;
        font-size: 30px;
        padding-right: 20px;}
}

@media (max-width: 900px) {
    .zero img {
        height: 245px;
        width: 285px;}
}



@media (max-width: 1050px) {
    .blog3img {
        width: 350px;
        margin: 25px auto 0 auto;}
}

@media (min-width: 1150px) {
    .badbabyvideo {
        width: 850px;
        padding-top: 0px;
    }
}


@media (max-width: 1250px) {
    .blog3img {
    width: 400px;
    margin: 25px auto 0 auto;}
}


@media (min-width: 1360px) {
    #critter {
        max-height: 540px;
        width: 100%;
        display:inline-block;
        overflow: hidden;
        text-align: center;}
}