/* harvest color theme 8E7C68 / ED7458 / FFDC9F / DDC9BC */
/* scuba color theme 0C4A60 / EF6C33 / ABDFF1 / E1DDDB */
/* hungarian theme #1f3044 #fb9039 #646c79 */
/* coffee #f6f4f2 #425664 #c6ad8f */
.color-coffee-1 {
    color: #f6f4f2;
}
.color-coffee-2 {
    color: #425664;
}
.color-coffee-3 {
    color: #c6ad8f
}
.color-hungarian-1 {
    color: #1f3044;
}
.color-hungarian-2 {
    color: #fb9039;
}
.color-hungarian-3 {
    color: #646c79
}
.color-scuba-1 {
    color: #0C4A60
    ;
}
.color-scuba-2 {
    color: #EF6C33;
}
.color-scuba-3 {
    color: #ABDFF1
}
.color-scuba-4 {
    color: #E1DDDB
}
.color-harvest-1 {
    color: #8E7C68
    ;
}
.color-harvest-2 {
    color: #ED7458;
}
.color-harvest-3 {
    color: #FFDC9F
}
.color-harvest-4 {
    color: #DDC9BC
}

html, body {
    width: 100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-size: 16px;
    font-family: 'Open sans';
    min-width: 380px;
    max-width: 1450px;
    margin-left: auto;
    margin-right:auto;
    position: relative;
}
.header {
    width: 100%;
    position: absolute;
    height: 50px;
    background-color: white;
    top: 10px;
    left: 0px;
    z-index: 1000000;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.logotype {
    width: 120px;
    height: 40px;
    background-color: #0C4A60;
    color: #EF6C33;
    margin-top: 5px;
    margin-left: 20px;
    position: relative;
}
.triangle {
    width: 0;
      height: 0;
      border-top: 15px solid white;
      border-right: 15px solid transparent;
      position: absolute;
      top:0;
      left:0;
}
.logotype h1 {
    position: absolute;
    font-size: 24px;
    right: 2px;
    margin:0px;
    bottom: -7px;
    font-weight: 600;
    letter-spacing: -2px;

    
}
.ww {
    letter-spacing: -12px;
    margin-right: 11px;
}
.hamburger input, .hamburger span {
    display:none;
}
.hamburger {
    width: 100%;
}
.menu {
    width:650px;
    display:flex;
    align-items: center;
    height: 50px;
}
.menu ul {
    list-style: none;
    padding:0px;
    margin:0px;
    width: 100%;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}


.menu ul li {
    display:inline;
    
}
.menu ul li a{
    text-decoration: none;
    color: #0C4A60;
    display:inline-block;
    font-size: 15px;
}
.menu ul li a:hover {
    color: #EF6C33;
}
.hero {
   
    width: 100%;
    height: 100vh;
    background: url(../images/rolledplans.jpg) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
}
.hero.nutec-page {
    background-image: url(../images/nutecs/blue-nutec-wendy-house-2.jpg);
}
.hero.wooden-page {
    background-image: url(../images/wooden/wooden-garden-shed-workshop.jpg);
}
.hero-content {
    position: relative;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    flex-direction:row;
}
.hero-band {
    width: 100%;
    height: 300px;
    background-color: #0C4A60;
    box-shadow: 5px 5px 5px  rgba(0,0,0,0.5);
    margin-bottom:20px;
    display: flex;
    flex-direction: column;  
    justify-content: center;  
}
.hero-band h1 {
    color: white;
    font-size: 37px;
    font-weight: 400;
    text-align: right;
    width: 48%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hero-band h4 {
    color: #c6c6c6;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    width: 582px;
    align-self: flex-end;
    margin-right: 52%;
    margin-top: 5px;
    margin-bottom: 0px;
}
.contact-buttons-container {
    width: 582px;
    display:flex;
    justify-content: center;
    margin-top: 20px;
}
.hero-image {
    position: absolute;
    left: 50%;
    height: 400px;
    top: 0px;
    background-color: white;
    width: 45%;
    display:grid;
    box-shadow: 10px 10px 10px  rgba(0,0,0,0.5);
    gap: 3px;
    grid-template-columns: 50%;
    border:1px solid white;
}
.hero-image .image-1,.hero-image .image-2,.hero-image .image-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    background-color: white;
}
.hero-image .image-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    
}
.hero-image .image-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    
}
.hero-image .image-3 {
    grid-column: 2 / 2;
    grid-row: 2 / 3;
    
}
.product-info {
    display:flex;
    margin-top: -30px;
    flex-direction: row;
}
.product-container {
    display:flex;
    width: 50%;
    justify-content: center;
    text-decoration: none;
    color: #0C4A60;
    
    
}
.product-inner {
    width: 75%;
    
    display:flex;
    flex-direction: column;
    align-items:center;
    background-color:white;
    box-shadow: 5px 5px 5px  rgba(0,0,0,0.5);
    border-left: 1px solid #dddddd;
    padding-bottom: 30px;
    
}
.product-inner p {
    width: 80%;
    margin-bottom: 0px;

}
.product-image {
    width: 95%;
    margin-top: 3%;
    padding-top: 50%;
    background: url(../images/nutecs/blue-nutec-wendy-house-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-image.wooden {
    background: url(../images/wooden/wooden-garden-shed-workshop.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.why-us {
    
    background: url(../images/blueprint-faded.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    
}
.why-us h2 {
    margin-top: 127px;
    color: #E1DDDB;
    font-weight: 400;
    font-size: 50px;
}
.why-us h3 {
    font-size: 26px;
}
.why-us h3, .why-us p {
    color: #0C4A60;
    font-weight: 400;
}
.why-us .info-blocks {
    display:flex;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}
.why-us .info-blocks .why-us-container {
    width: 360px;
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 20px;
}
.why-us .info-blocks .why-us-container .why-us-inner {
    width: 300px;
    margin:30px;
    margin-bottom: 38px;
   
}
.interiors-too {
    padding-top: 100px;
    padding-bottom: 120px;
}
.interiors-too-container {
    display:flex;
    flex-direction: column;
}
.interiors-too-content{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-evenly;

}
.interiors-too-left-column, .interiors-too-right-column {
    width:50%;
    display:flex;
    justify-content: center;
}
.hero.contact {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 90px;
    height: auto;
    padding-bottom: 100px;
}
.contact-box {
    width: 45%;
    
    background-color:white;
    min-width: 360px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);

}
.contact-box h3{
    font-weight: 400;
    font-size: 30px;
    color: #0C4A60;
}
.contact-box p {
    width: 90%;
    color: #0C4A60;
}
.signup-form {
    width: 90%;
}
.signup-form .form-input-group {
    width: 100%;
    height: 55px;
    margin: 0 auto 10px;
    border-radius: 5px;
    border: solid 1px #A2BCC6;
    text-align: left;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}
.signup-form .form-input-group i.fa-envelope, .signup-form .form-input-group i.fa-user {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px;
    color: #0C4A60;
}
.signup-form .form-input-group i.fa-user {
    font-size: 18px;
    
}
.signup-form .form-input-group i::after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #A2BCC6;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
}
.signup-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none;
    color: #426B7B;
}
.signup-form textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #A2BCC6;
    padding: 5px;
    font-size: 16px;
    color: #426B7B;
    font-weight: 400;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
    resize: none;
}
.signup-form .sign-up-btn {
    padding: 15px 0;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}
.btn-fill {
    color: #fff;
    border: solid 2px #0C4A60;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #0c4a60;
}
.container {
    width: 100%;
    padding:0px;
    margin:0px;
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h2 {
    font-weight: 400;
    color: #0C4A60;
    font-size: 35px;
}
.brochureHeader {
    margin-top: 100px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brochureHeader .h2 {
    width: 100%;
}
.brochureHeader p, .pricesrow p {
    max-width: 800px;
    color: #0C4A60;

}
.pricesrow {
    width: 100%;
    margin:0px;
    margin-top: 60px;
    padding:0px;
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.pricesrow .h3 {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #0C4A60;
}
.pricesrow .h4 {
    width: 100%;
    text-align:center;
    color: #0C4A60;
    font-size: 26px;
    font-weight: 400;
}
.col-2 {
    width: 46%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items:start;
    
}
.finishTable table {
    width: 90%;
    border-collapse: collapse;
}
.finishTable th ,.finishTable td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.finishTable tr:nth-child(odd){
    background-color: #ABDFF1;
}
.finishTable img, .infoBlock img {
    float:left;
    width: 40%;
    border: 10px solid white;
    margin-right: 15px;
}
.finishTable .heading {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #444;
}
/* .interiors-too-right-column .image-grid {
    background-color: white;
    width: 90%;
    display:grid;
    box-shadow: 10px 10px 10px  rgba(0,0,0,0.5);
    gap: 3px;
    grid-template-columns: 50%;
    border:1px solid white;
    height: 500px;
}
.interiors-too-right-column .image-grid .image-1{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    

    
    
}
.interiors-too-right-column .image-grid .image-2{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.interiors-too-right-column .image-grid .image-3{
    grid-column: 2 / 2;
    grid-row: 2 / 3;
} */

.interiors-too-right-column .image-grid {
    width: 100%;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.interiors-too-right-column .image-grid .image-cont {
    width: 32%;
}
.interiors-too-left-column {
    flex-direction: column;
    align-items: center;
}
.interiors-too h2 {
    text-align: left;
    color: #0C4A60;
    width:90%;
    
    font-weight: 400;
    font-size: 40px;
    margin:0px;
    margin-left: 5%;


}
.interiors-too-left-column h4{
    width: 500px;
    font-weight: 400;
    font-size: 20px;
    justify-self: right;
    color: #425664;
    
}
.interiors-too-left-column p, .interiors-too-right-column.text-only {
    width: 400px;
    color: #0C4A60;
}
.interiors-too-left-column li {
    color: #0C4A60;
}
.interiors-too-right-column.text-only {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery{
    margin-top: 50px;
    display:flex;
    flex-direction: column;
    align-items: center;
   
}
.gallery h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-left: 0px;
}
.call-to-action {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    background-color:#0C4A60;
    padding-top: 100px;
    padding-bottom:120px;
    flex-direction: column;
    color:white;
    background: url(../images/fadedbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gallery-images {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
   
}
.gallery-image {
    width: 30%;
    margin-bottom: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    border: 1px solid white;
}
.call-to-action h3{
    font-size: 35px;
    font-weight: 400;
    margin:0px;

}
.call-to-action p {
    width: 310px;
}
.btn {
    display:inline-block;
    background-color: #EF6C33;
    color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    
}
.btn:first-child {
    margin-right: 20px;
}
.img-resp {
    
    width: 100%;
}
.col-3 {
    width: 30%;
}
footer {
    width: 100%;
    background-color: #0C4A60;
    color:#A2BCC6;
    border-top:5px solid white;
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    flex-wrap: wrap;
}
footer a{
    color:#A2BCC6;
    text-decoration: none;
}
footer a:hover {
    color: white;
}
footer ul {
    list-style: none;
}
footer ul li {
    display: block;
    height: 30px;
    
}
@media (orientation: portrait) and (min-width: 982px){
    .hero {
        height: 60vh;
    }
}
@media (max-width: 660px){
    .hero-image {
        position:relative;
        left:0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: 330px;
    }
    .product-container {
        width: 90%;
    }
    .interiors-too-left-column h2 {
        font-size: 34px
    }
    .interiors-too-left-column h4 {
        width: 100%;
        font-weight: 600;
        font-size: 19px;
    }
    .interiors-too-left-column p {
        width: 90%;
    }
}
@media (max-width: 982px){
    .hero {
        height:auto;
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .hero-content {
        height: auto;
        flex-direction: column;
    }
    .hero-band {
        align-items: center;
        margin-top: -35px;
    }
    .hero-band h1 {
        width: 100%;
        text-align:center;
    }
    .hero-band h4 {
        margin-left:auto;
        margin-right: auto;
    }
    .hero-image {
        position:relative;
        left:0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: 380px;
    }
    .product-info {
        flex-direction: column;
        align-items:center;
    }
    .product-container {
        width: 70%;
    }

    .product-container:first-child{
        margin-bottom: 40px;
    }
    .product-inner {
        width: 100%;
    }
    .interiors-too-content {
        flex-direction: column;
    }
    .interiors-too-left-column, .interiors-too-right-column {
        width: 90%;
    }
    .interiors-too-left-column {
        margin-bottom: 30px;
    }
    .interiors-too-left-column h2{
        width: 100%;
        text-align: center;
        margin-left:0px;
        

    }
    .gallery-image {
        width: 45%;
    }
    .call-to-action h3 {
        font-size: 26px;
    }
    .call-to-action h4 {
        width: 90%;
        text-align: center;
    }
}
@media (max-width: 1250px) {
    .hero-band {
        margin-bottom: 30px;
    }
    .hero-band h1 {
        font-size: 28px;
    }
    .hero-band h4 {
        font-size: 17px;
        width:439px;
    }
    .hero-image {
        height: 380px
    }

}
@media (max-width: 820px){
    .hamburger {
        display:inline-block;
        position: relative;
    }
    
    .hamburger input
        {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        right: 0px;
        
        cursor: pointer;
        
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        
        -webkit-touch-callout: none;
        }
        .hamburger span
    {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: absolute;
      
      background: #cdcdcd;
      border-radius: 3px;
      
      z-index: 1;
      
      transform-origin: 4px 0px;
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
                  right:0px;
                  top:-8px;
    }
    
    .hamburger span:first-child
    {
        top: 0px;
      transform-origin: 0% 0%;
    }
    .hamburger span:nth-last-child(2) {
        top: 8px;
    }
    .hamburger span:nth-last-child(3)
    {
      transform-origin: 0% 100%;
      top:0px;
    }
    .hamburger input:checked ~ span
    {
    opacity: 1;
    transform: rotate(45deg) translate(1px, -3px);
    background: #232323;
    }

    /*
    * But let's hide the middle one.
    */
    .hamburger input:checked ~ span:nth-last-child(3)
    {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
    * Ohyeah and the last one should go the other direction
    */
    .hamburger input:checked ~ span:nth-last-child(2)
    {
        
    transform: rotate(-45deg) translate(0px, 0px);
    }
    .menu {
        width:350px;
        display:flex;
        align-items: center;
        height: 50px;
        margin-right: 30px;
    }
    .menu ul {
        position: absolute;
        right: -19px;
        width: 350px;
        list-style: none;
        padding:0px;
        margin:0px;
        background-color:white;
        display:block;
        -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
    transform-origin: 0% 0%;
    transform: translate(-300%, 0);
  
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .menu input:checked ~ ul
    {
    transform: none;
    padding:10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    border-left: 1px solid #ABDFF1;
    border-top: 1px solid #ABDFF1;
    }
    
    .menu ul li {
        display:block;
        
    }
    .menu ul li a{
        text-decoration: none;
        color: #0C4A60;
        display:inline-block;
        font-size: 15px;
        
        padding-top: 15px;
        padding-bottom: 16px;
        border-bottom: 1px solid #ABDFF1;
        width: 100%;
        
    }
    .menu ul li a:last-child() {
        border-bottom:none;
    }
    .menu ul li a:hover {
        color: #EF6C33;
    }
    .product-container {
        width: 80%;
    }
    .col-2 {
        width: 80%;
    }
}
@media (max-width: 660px){
    .hero-image {
        
        
        height: 330px;
    }
    .gallery-image {
        width: 80%
    }
    .col-2 {
        width: 90%;
    }
    footer {
        justify-content: center;
    }
    .col-3 {
        width: 80%;
    }
}
@media (max-width: 500px){
    .hero-image {
        width: 90%;
            
        height: 300px;
    }
    .hero-band h4 {
        width: 90%;
    }
    .gallery-image {
        width: 90%
    }
    .menu {
        width: 210px;
    }
}
@media (max-width: 400px){
    .hero-image {
           
        height: 235px;
    }
    .col-2 {
        width: 95%;
    }
}