*{letter-spacing: normal !important}

html, body {
    margin: 0;
    padding: 0;
    background-color: #fff6dd;
    height: 100%
}

.body-inner {
  min-height: 100vh;
  margin-bottom: -46px;
}

.footer, .push {
  height: 41px
}

.landing {
    background: url('../img/landing.png') no-repeat;
    background-size: 100%;
    height: 100vh;
    border-bottom: 5px solid #f47e19;
}

#header {
    position: fixed;
    width: 100%;
    background: #303030;
    /*border-bottom: 5px solid #f47e19;*/
    color: #f47e19;
    height: 80px;
    top: 0;
    z-index: 999 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.shrink {
    transform: translateY(-34px);
    padding-bottom: 6px;
}

.header_container {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#header .top_logo {
    height: 60px;
    margin: 10px 10px;
}

#header .header_container .nav {
    float: right;
    font-size: 18pt;
    font-family: 'Nunito', sans-serif;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    margin-right: 30px
}

#header .header_container a {
    height: 100%;
}

#header .header_container .nav a {
    margin: 10px;
    cursor: pointer;
    transition: .5s;
    position: relative;
    top: 30%;
    color: #f47e19;
    text-decoration: none;
    text-transform: uppercase;
}

#header .nav a:hover {
    color: #DDD
}

#slogan {
    z-index: 99;
    position: fixed;
    top: 79px;
    height: 36px;
    background-color: #f47e19;
    width: 100%;
    color: #303030;
    font-family: 'Nunito', sans-serif;
    font-size: 20pt;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0px 1px 2px #454545;
}

#slogantext {
    display: block;
    padding-left: 10px;
}

#content {
    width: 100%;
}

h1.post-title, h2 {
    font-size: 40px;
    font-family: 'Abril Fatface', serif;
    border-bottom: #f47e19 solid 3px;
}

h3 {
    margin-bottom: 0 !important;
}

h3.date {
      font-family: 'Nunito', sans-serif;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
}

h3.return {
    color: #666666;
}

h3.return:hover {
    color: #333;
}

.UVP {
    position: relative;
    font-family: 'Abril Fatface', serif;
    color: #EEEEEE;
    padding-top: 300px;
    margin-left: 30px;
    font-size: 25px;
    letter-spacing: 2px;
}

    .UVP h2 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        border: none;
    }

	.UVP .line1 {
        margin: 0;
        font-size: 2em;
	}

	.UVP .line2 {
		margin-top: 10px;
        margin-left: 30px;
        font-size: 2em;
	}

	.UVP .line3 {
		margin-top: 60px;
		font-size: 30px;
	}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 54px;
    right: 54px;
    z-index: 99999;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: #ddd;
    color: #444;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-out;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    #back-to-top:hover {
        background: #f47e19;
        color:#303030;
        cursor:pointer;
        opacity:1;
    }

    #back-to-top.show {
        opacity: 0.7;
        display:block;
    }

.scroll_down {
    position: absolute;
    color: #DDD;
    text-align: center;
    bottom: 20px;
    font-size: 60px;
    width: 100%;
    opacity:0.8;
}

    .scroll_down a {
        color: #DDD;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .scroll_down a:hover {
        color: #FFF
    }

.text_body {
    font-family: 'Nunito', sans-serif;
    font-size: 14pt;
}

.text_body_container {
    padding-top: 40px;
    margin: 0px 15% 10px;
}

.section_title {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 20px;
}

.tst_container {
    text-align: center;
}

.tst_line1, .tst_line2, .tst {
    display: inline-block;
}

.tst_line1, .tst_line2 {
    margin: auto 30px;
}

.tst {
    margin: 40px;
}

.quote {
    padding-bottom: 7px;
    font-weight: 600;
}
/*ABOUT*/

.text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.headshot {
    width: 150px;
    margin-right: 20px;
    float: left;
}
/*Speciallisations*/

.float-right {
  float: right;
  border-radius: 10px;
  margin: 15px 0 15px 25px;
}

.float-left {
  float: left;
  border-radius: 10px;
  margin: 15px 25px 15px 0;
}

.grid {
    display: grid;
    grid-template-columns: 50% 50%;
    vertical-align: middle;
}

.opaque {
    height: 100% !important;
    width: 100% !important;
    padding: 10px
}

    .opaque p {
        padding: 10px;
        text-align: left;
        margin-top: -25px;
        text-align: justify;
    }

.food {
    background-size: 100%;
}

.environment {
    background-size: 100%;
}

.business {
    background-size: 100%;
}

.creative {
    background-size: 100%;
}

.paragraph_container {
    vertical-align: middle;
}

.grid div {
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.grid img {
    width: 60%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 60px;
}

.spec p {
}

.contactmodes {
    list-style: none;
}

.contactmodes li {
    line-height: 40px
}

    .contactmodes li a {
        font-family: 'Nunito', sans-serif;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .contactmodes li a:hover {
            text-decoration: underline dotted;
        }

.headshot, .grid img {
    border-radius: 10px;
    transition: 3s all;
}

/*ABOUT*/
footer {
    border-top: 5px solid #f47e19;
}

.footer {
    border-top: 5px solid #f47e19;
    color: #f47e19;
    width: 100%;
    background: #303030;
    bottom: 0;
    font-family: 'Nunito', sans-serif;
    width:100% !important;
    text-align:center;
}

.footer_container {
    padding: 7px 11% 7px;

}

div.single-post {
  padding-top: 120px;
  /* max-width: 600px; */
}

p {
    text-align: justify;
    padding: 10px;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    clear: none;
}

.post-sample{
  margin-bottom: 40px
}

.post-sample hr {
  width: 60%;
  color: #999;
  background-color: #999;
  border-width: 0;
  height: 2px
}

.post-date-archive {
  font-size: 0.7em;
}

.post-text {
  text-align: justify;
  padding: 10px;
  padding-bottom: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  clear: none;
}

.read-link {
  margin-left: 20px;
  margin-top: 10px;
}

.read-link a {
  color: #666666;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.read-link a:hover {
  color: #444444
}

.pp {
    color: #f47e19;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pp:hover {
    text-decoration: underline dotted;
}
