
/* 
***************
  FONT IMPORTS
***************
*/

@font-face {
    font-family: "Lora";
    src: url("https://www.tobiasgreenwallfinishes.com/fonts/Lora/Lora-VariableFont_wght.ttf")
}
@font-face {
    font-family: "Roboto Bold";
    src: url("https://www.tobiasgreenwallfinishes.com/fonts/Roboto/Roboto-Bold.ttf")
}
@font-face {
    font-family: "Roboto";
    src: url("https://www.tobiasgreenwallfinishes.com/fonts/Roboto/Roboto-Regular.ttf")
}

/* 
***************
  GENERAL STYLES
***************
*/

body {
    margin: 0;
}
.left-padding {
    grid-area: left-padding;
    margin-bottom: 15px;
}
.right-padding {
    grid-area: right-padding;
    margin-bottom: 15px;

}
.footer a {
    text-decoration: none;
    color: #fff;
}

.main-container {
    margin-top: 9px;
    margin-bottom: -15px;
}

.padding-colour {
    background-color: #FAF8F3;
}

.serving {
    width: 100vw;
}

.page {
    height: 667px;
    display: grid;
    grid-template-columns: 2.5fr 10fr 2.5fr;
    grid-template-areas: 
        "left-padding main right-padding"    
        ;
}

.main-content {
    height: 667px;
    grid-area: main;
    display: grid;
    grid-row-gap: 15px;
    grid-template-rows: 1.2fr 1fr 1fr 1fr 1fr 1.2fr;
}


.top-padding {
    grid-row-start: 1;
}
.page-heading {
    grid-row-start: 2;
}
.first-img {
    grid-row-start: 3;
}
.second-img {
    grid-row-start: 4;
}
.details {
    grid-row-start: 5;
}
.bottom-padding {
    grid-row-start: 6;
}


.dot-nav {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 245px;
    left: 0vw; 
}
.dot-nav a {
    width: 13px;
}
.dot {
    
    height: 9px;
    width: 9px;
    border: 1px solid #262523;
    border-radius: 50%;
    margin-top: 5px;
    transition: background-color 0.5s;

}

.image-div {
    height: 100%;
    width: 94%;
}

.image {
    width: auto;
    height: auto;
    max-width: 100%;
}

.bg-colour {
    background-color: #FAF8F3
}

.filled {
    background-color: #262523 !important;
}

.page-heading {
    font-size: 0.7rem;
    font-family: "Lora";
    src: url(https://www.tobiasgreenwallfinishes.com/fonts/Lora/static/Lora-Regular.ttf)
}

.page-heading h1 {
    font-size: 23px;
    margin: 0;
    text-align: left;
}

.page-heading h6 {
    font-size: 8px;
    margin: 0;
    font-family: Lora;
    font-weight: 400; 
}

.details {
    align-self: start;
    border-left: 5px solid #262523 !important;
    padding-left: 10px;
    max-width: 90%;

}

.details p{
    font-size: 9px;
    font-family: Roboto !important;
    font-weight: 300;
    line-height: 15px;    
    margin: 0;
}

.details span {
    font-weight: 500 !important;
}
.desktop {
    display: none;
}

.banner {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background-color: #262523;
    top: 72px;
    height: 25px;
}

.banner p {
    font-family: Lora;
    font-weight: 50;
    font-size: 0.5rem;
    color: white;
    text-align: center;
    line-height: 25px;
}

.footer {
    background-color: #262523;
    width: 100vw;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: 100px;
}
.footer p {
    font-size: 10px;
    color: white;
    text-align: center;
    line-height: 15px;
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    
}

.footer-style {
    text-align: center;
    font-size: 10px;
    font-family: Lora;
    color: white;
    display: block;
    font-weight: 400;

}





/* 
***************
  PAGE SPECIFIC STYLES
***************
*/

/* Page 1  */
.clift-break2 {
    display: none;
}

/* Page 4  */

.content-4 .page-heading h1 {
    font-size: 22px;
}



/* 
***************
  MEDIA QUERIES
***************
*/


@media only screen and (min-width: 470px) {
    .page {
        height: 479px;
        grid-template-columns: 1fr 10fr 1fr;
    }
    .banner p {
        font-size: 0.7rem;
    }
    .main-content {
        height: 479px;
        grid-template-rows: 2.5fr 1fr 1fr 2.5fr;
        grid-template-columns: 1fr 3fr 3fr;
        grid-column-gap: 15px;
        grid-row-gap: 10px;
    }
    .page-heading {
        align-self: end;
    }
    .dot-nav {
        position: relative;
        top: 150px;
        left: -80vw;
    }
    .details {
        align-self: center;
        padding-left: 5px;
    }
    .details p{
        font-size: 10px;
        line-height: 12px;    
        margin: 0;
        margin-bottom: 5px;
    }
    .details span {
        display: block;
    }
    .image-div {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .order-1 {
        grid-row-start: 2;
        grid-column-start: 2;
    }
    .order-2 {
        grid-row-start: 2;
        grid-column-start: 3;
        align-self: end;
    }
    .order-3 {
        grid-row-start: 3;
        grid-column-start: 2;
    }
    .order-4 {
        grid-row-start: 3;
        grid-column-start: 3;
    }
    .img-div-1 {
        height: 90px;
        width: 167px;
        align-self: end;
    }
    .img-div-2 {
        height: 121px;
        width: 167px;
    }
    .img-div-3 {
        height: 131px;
        width: 174px;
        justify-self: end;

    }
    .img-div-4 {
        height: 164px;
        width: 135px;
        justify-self: end;
    }
    .img-div-5 {
        height: 111px;
        width: 167px;
        justify-self: start;
        margin-bottom: 10px;
    }
    .img-div-6 {
        height: 172px;
        width: 141px;
        justify-self: start;
    }
    .img-div-7 {
        height: 117px;
        width: 175px;
        justify-self: start;
    }
    .img-div-8 {
        height: 126px;
        width: 175px;
        justify-self: start;
    }
    .img-div-9 {
        height: 120px;
        width: 166px;
        justify-self: start;
    }
    .img-div-10 {
        height: 109px;
        width: 127px;
        justify-self: start;
    }
    .img-div-11 {
        height: 115px;
        width: 172px;
        justify-self: start;
    }
    .img-div-12 {
        height: 138px;
        width: 107px;
        justify-self: end;
    }
    .img-div-13 {
        height: 145px;
        width: 97px;
    }
    .img-div-14 {
        height: 121px;
        width: 166px;
    }
    .img-div-15 {
        height: 122.09px;
        width: 175px;
    }
    .img-div-16 {
        height: 174px;
        width: 175px;
    }
    .img-div-17 {
        height: 111px;
        width: 167px;
    }
    .img-div-18 {
        height: 110px;
        width: 167px;
    }
    .img-div-19 {
        height: 122.02px;
        width: 173.88px;
    }
    .img-div-20 {
        height: 137.27px;
        width: 173.88px;
    }
    .img-div-21 {
        height: 100.93px;
        width: 165px;
    }
    .img-div-22 {
        height: 110px;
        width: 165px;
    }


    .content-2 .page-heading {
        margin-bottom: -10px;
    }
    .content-3 {
        grid-row-gap: 0px;
    }
    .content-3 .page-heading {
        align-self: end;
    }
    .content-5 .page-heading {
        align-self: center;
    }
    .content-5 .details {
        margin-top: -35px;
    }
    .content-6 .page-heading {
        margin-bottom: 20px;
    }
    .content-6 .details {
        margin-top: -30px;
    }
    .content-7 .page-heading {
        margin-bottom: 35px;
    }
    .content-7 .details {
        margin-top: -50px;
    }
    .content-8 .details {
        align-self: start;
    }
    .content-9 .page-heading {
        margin-bottom: 20px;
    }
    .content-9 .details {
        margin-top: -20px;
    }
    .content-10 .page-heading {
        margin-bottom: 40px;
    }
    .content-10 .details {
        margin-top: -70px;
    }
    .content-11 .page-heading {
        margin-bottom: -10px;
    }
    .content-11 .details {
        margin-top: 15px;
    }
    

    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .page {
        grid-template-columns: 3fr 10fr 3fr;
    }
    .dot-nav {
        left: -60vw;
    }
    .main-content {
        grid-template-rows: 1.3fr 0.8fr 1fr 1.3fr;
        grid-template-columns: 1fr 3fr 3fr;
    }
    .footer {
        height: 70px;
    }
    
 
}

@media only screen and (min-width: 700px) {
    .page {
        grid-template-columns: 4fr 10fr 4fr;
    }
    .dot-nav {
        left: -55vw;
    }


}

@media only screen and (min-width: 800px) {
    .page {
        height: 663px;
        grid-template-columns: 2fr 10fr 2fr;
    }
    .main-content {
        height: 663px;
        grid-template-rows: 1.3fr 0.8fr 1fr 1.3fr;
    }
   
    
    .dot-nav {
        top: 240px;
        left: -70vw;
    }

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

    .page-heading h1 {
        font-size: 30px;
    }
    
    .page-heading h6 {
        font-size: 15px;
    }

    .details p{
        font-size: 11px;
        line-height: 12px;    
        
    }

    .content-1 .details {
        align-self: start;
        margin-top: 25px;
    }
    .content-2 .details {
        align-self: start;
        margin-top: 10px;
        margin-left: 50px;
    }
    .content-2 .page-heading {
        margin-bottom: 10px;
        margin-left: 50px;

    }
    .content-3 .details {
        align-self: start;
        margin-top: 10px;
    }
    .content-3 .page-heading {
        margin-bottom: 25px;

    }
    .content-4 .details {
        align-self: start;
        margin-top: 20px;
    }
    .content-5 .details {
        align-self: start;
        margin-top: -55px;
    }
    .content-6 .details {
        align-self: start;
        margin-top: 15px;
    }
    .content-6 .page-heading {
        margin-bottom: 10px;
    }
    .content-7 .details {
        align-self: start;
        margin-top: -40px;
    }
    .content-7 .page-heading {
        align-self: center;
        margin-top: 70px;
    }
    .content-8 .page-heading {
        margin-bottom: 10px;
    }
    .content-8 .details {
        margin-top: 10px;
    }
    .altria-break {
        display: none;
    }
    .content-9 .details {
        margin-top: -80px;
    }
    .content-9 .page-heading {
        margin-bottom: 30px;
    }
    .content-10 .details {
        margin-top: -120px;
    }
    .content-10 .page-heading {
        margin-bottom: 50px;
    }
    .content-11 .details {
        margin-top: -50px;
    }
    .content-11 .page-heading {
        margin-bottom: 20px;
    }


    .img-div-1 {
        height: 149px;
        width: 275px;
    }
    .img-div-2 {
        height: 200px;
        width: 275px;
    }
    .img-div-3 {
        height: 194px;
        width: 259px;
        justify-self: start;

    }
    .img-div-4 {
        height: 243px;
        width: 202px;
        justify-self: start;
    }
    .img-div-5 {
        height: 195px;
        width: 292px;
        justify-self: start;
        margin-bottom: 10px;
    }
    .img-div-6 {
        height: 235px;
        width: 193px;
        justify-self: start;
    }
    .img-div-7 {
        height: 193px;
        width: 289px;
        justify-self: start;
    }
    .img-div-8 {
        height: 208px;
        width: 289px;
        justify-self: start;
    }
    .img-div-9 {
        height: 212px;
        width: 293px;
        justify-self: start;
    }
    .img-div-10 {
        height: 193px;
        width: 224px;
        justify-self: start;
    }
    .img-div-11 {
        height: 199px;
        width: 299px;
        justify-self: end;
    }
    .img-div-12 {
        height: 238px;
        width: 187px;
        justify-self: end;
    }
    .img-div-13 {
        height: 260px;
        width: 173px;
    }
    .img-div-14 {
        height: 216px;
        width: 297px;
    }
    .img-div-15 {
        height: 188px;
        width: 269px;
    }
    .img-div-16 {
        height: 257px;
        width: 259px;
    }
    .img-div-17 {
        height: 192px;
        width: 288px;
    }
    .img-div-18 {
        height: 191px;
        width: 288px;
    }
    .img-div-19 {
        height: 200px;
        width: 285px;
    }
    .img-div-20 {
        height: 225px;
        width: 285px;
    }
    .img-div-21 {
        height: 178px;
        width: 291px;
    }
    .img-div-22 {
        height: 194px;
        width: 291px;
    }
}

@media only screen and (min-width: 864px) {
    .banner {
        top: 116px;
    }
}

@media only screen and (min-width: 1100px) {
    .page {
        height: 663px;
        grid-template-columns: 3fr 10fr 3fr;
    }
    .dot-nav {
        top: 240px;
        left: -70vw;
    }
}

@media only screen and (min-width: 1200px) {
    .page {
        height: 878px;
        grid-template-columns: 2fr 10fr 2fr;
    }
    .dot-nav {
        top: 350px;
        left: -70vw;
    }
    .main-container {
        margin-top: 10px;
    }
    .main-content {
        height: 878px;
        grid-template-rows: 1.3fr 0.8fr 1fr 1.3fr;
        grid-column-gap: 15px;
    }


    

    .content-2 .details {
        margin-left: 0;
    }
    .content-2 .page-heading {
        margin-left: 0;
    }
    .content-5 .page-heading {
        margin-bottom: -95px;
    }
    .content-6 .page-heading {
        margin-left: 50px;
        margin-bottom: 30px;
    }
    .content-6 .details {
        margin-left: 50px;
        margin-top: -10px;
    }
    .content-7 .page-heading {
        margin-bottom: -60px;
    }
    .content-7 .details {
        margin-top: -70px;
    }
    .content-9 .page-heading {
        margin-bottom: 40px;
    }
    .content-9 .details {
        align-self: start;
        margin-top: -20px;
    }
    .content-10 .page-heading {
        margin-bottom: 40px;
    }
    .content-10 .details {
        align-self: start;
        margin-top: -20px;
    }
    .content-11 .page-heading {
        margin-bottom: 40px;
    }
    .content-11 .details {
        align-self: start;
        margin-top: -20px;
    }
    .img-div-1 {
        height: 225px;
        width: 416px;
    }
    .img-div-2 {
        height: 303px;
        width: 416px;
    }
    .img-div-3 {
        height: 273px;
        width: 364px;
        justify-self: start;

    }
    .img-div-4 {
        height: 341px;
        width: 284px;
        justify-self: start;
    }
    .img-div-5 {
        height: 290px;
        width: 435px;
        justify-self: start;
        margin-bottom: 10px;
    }
    .img-div-6 {
        height: 333px;
        width: 273px;
        justify-self: start;
    }
    .img-div-7 {
        height: 295px;
        width: 442px;
        justify-self: start;
    }
    .img-div-8 {
        height: 318px;
        width: 442px;
        justify-self: start;
    }
    .img-div-9 {
        height: 303px;
        width: 418px;
        justify-self: start;
    }
    .img-div-10 {
        height: 275px;
        width: 319px;
        justify-self: start;
    }
    .img-div-11 {
        height: 292px;
        width: 439px;
        justify-self: end;
    }
    .img-div-12 {
        height: 350px;
        width: 275px;
        justify-self: end;
    }
    .img-div-13 {
        height: 365px;
        width: 242px;
    }
    .img-div-14 {
        height: 303px;
        width: 416px;
    }
    .img-div-15 {
        height: 266px;
        width: 380px;
    }
    .img-div-16 {
        height: 363px;
        width: 366px;
    }
    .img-div-17 {
        height: 284px;
        width: 425px;
    }
    .img-div-18 {
        height: 283px;
        width: 425px;
    }
    .img-div-19 {
        height: 266px;
        width: 380px;
    }
    .img-div-20 {
        height: 300px;
        width: 380px;
    }
    .img-div-21 {
        height: 256px;
        width: 420px;
    }
    .img-div-22 {
        height: 279px;
        width: 419px;
    }

    .clift-break1 {
        display: none;
    }
    .clift-break2 {
        display: block;
    }
    .four-break1 {
        display: none;
    }
    .four-break2 {
        display: none;
    }
    .carn-break {
        display: none;
    }
    .pink-break {
        display: none;
    }
}





