*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    color: #5A3A16;
    background-image: url("../images/dorval-timber-wood-background.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/****** HEADER ******/
header{
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: rgb(0, 0, 0, 0.7);
}

.rsLI, .rsLI-footer {
    vertical-align: bottom;
    padding-bottom: 2px;
    width: 50px;
    height: 50px;
}


form #name{display:none!important;}

#header-info{
    display: none;
}

.main-logo img{
    width: 100px;
    position: absolute;
    z-index: 12;
}

#burger-button{
    position: fixed;
    display: block;
    right: 40px;
    top: 30px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 12;
}

#line1, #line2, #line3{
    position: absolute;
    background-color: white;
    height: 6px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #5A3A16;

}

#line1{
    top: 0;
    transition: all ease 0.5s;
}

#line2{
    top: calc(50% - 3px);
}

#line3{
    bottom: 0;
    transition: all ease 0.5s;
}

.active-line1{
    top: calc(50% - 3px) !important;
}

.active-line3{
    bottom: calc(50% - 6px) !important;
}



#slide {
    width: 100%;
    box-sizing: border-box;
}


.mySlides {
    display: none
}

.slideshow-container {
    width: 100%;
    position: relative;


}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 42%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 70px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



/* The dots/bullets/indicators */
.dot {
    display: block;
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #5a3a16;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    z-index: 14000 !important;

}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}


#mobile-menu{
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 11;
    border-radius: 100%;
    transition: all ease 0.5s;
}

#mobile-menu{
    text-align: right;
}

#mobile-menu nav{
    align-items: flex-end;
    top: 100px;
}

#mobile-menu nav a{
    color: white;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 15px 50px 0 0;
}

#mobile-menu nav img{
    width: 40px;
}

.active-menu-mobile{
    right: 0 !important;
    border-radius: 0 !important;
}


/************************* HEADER / SLIDER *****************/

footer{
    margin: 100px auto;
    color: white;
    width: 95%;
}

footer nav, header nav{
    width: 100%;
}



footer nav img, header nav img{
    width: 80px;
}

footer a, header a{
    color: white;
    text-transform: uppercase;
}

footer nav a, header nav a{
    font-size: 1em;
    border: 2px solid #5A3A16;
    padding: 10px;
    margin: 0 5px;
    display: inline-block;
}

footer nav a:hover, header nav a:hover{
    background-color: #5A3A16;
}

footer nav a:first-of-type, header nav a:first-of-type{
    border: none;
}

nav.container-flex{
    align-items: center;
}


footer .container-flex, header .container-flex{
    justify-content: space-between;
    align-items: center;
}

header .container-flex{
    flex-direction: row;
}

footer .container-flex:first-of-type, header .container-flex:first-of-type{
    flex-wrap: wrap;
}

#footer-info .container-flex:first-of-type {
    justify-content: space-evenly;
}

#footer-info{
    margin: 10px 0 0 0;
}

#header-info{
    margin: 10px 0 0 auto;
}

#header-info{
    margin-top: -15px;
}

#footer-info img, #header-info img{
    width: 50px;
}

#footer-info a, #header-info a{
    margin: 20px 10px;
    font-size: 1.3em;
}



.instagram img{
    border-radius: 6px;
}

.footer-link, .header-link{
    display: none;
}

footer .logos-container{
    text-align: center;
}

footer .logos-container img{
    max-width: max-content;
    margin: 20px 0;
}



#ymarketing{
    margin-top: 100px;
}

.YMarketing{
    margin-top: 20px;
}

/************************* GENERAL *************************/
#main-container{
    width: 95%;
    background: white;
    height: auto;
    margin: 100px auto;
    box-shadow: 1px 1px 20px 4px black;
    padding-bottom: 25px;
}

#page-index #main-container{
    margin: 250px auto;
}

a{
    text-decoration: none;
}

img{
    width: 100%;    
}


h1{
    width: auto;
    height: auto;
    padding: 10px 25px;
    background-color: rgba(90, 58, 22, 0.6);
    color: white;
    text-transform: uppercase;
    font-size: 0.5em;
    line-height: 3em;
}



h2{
    font-size: 2.2em;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 25px;
}


.container-flex{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.flex{
    flex: 0 0 auto;
}

.text-align-center{
    text-align: center;
}

.center-margin{
    margin: auto auto !important;
}

.uppercase{
    text-transform: uppercase;
}

h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding: 0px 0 50px 0;
    width: 95%;
    margin: auto auto;
}

.button{
    color: white;
    display: inline-block;
    background-color: #5A3A16;
    padding: 20px 10px;
    border: 2px solid #5A3A16;
    cursor: pointer;
}

.button:hover{
    background-color: white;
    color: #5A3A16;
    border: 2px solid #5A3A16;
}

.lowercase{
    text-transform: lowercase;
}

.margin-left-25{
    margin-left: 25px;
}

.margin-top-bottom-10{
    margin: 10px 0;
}

.margin-top-50px{
    margin-top: 50px;
}

.margin-top-25px{
    margin-top: 25px;
}

.margin-topbottom-25px{
    margin: 25px 0;
}

.flex-direction-row{
    flex-direction: row !important;
}


section{
    position: relative;
    width: 100%;
}


.full-width{
    width: 100%;
}
/************************* SLIDER **************************/

#page-index #slider, #page-secondaire #slider.about-us{
    padding-top: 15px;
    position: relative;
    margin: auto auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 15px;
}

 #page-index #slider img, #page-secondaire #slider.about-us img{
    width: calc(100% - 30px);
    margin: auto auto;
    height: auto;
}

#page-secondaire #slider.about-us img{
    z-index: 1;
}

#section-secondaires .about .flex{
    width: 98%;
    margin: 0 1%;
}

#page-index #slider .container-flex{
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: -140px;
    left: 0;

}

h1 span{
    width: 100%;
    display: block;
}

h1 .firstLineSlider{
    font-weight: 300;
    text-align: left;
    font-size: 2em;
    padding-left: 30px;
}

h1 .middleLineSlider{
    font-weight: bold;
    text-align: left;
    font-size: 5em;
}

h1 .lastLineSlider{
    font-weight: 300;
    text-align: right;
    font-size: 2em;
    padding-right: 30px;
}


/************************* INDEX ***************************/

#timber-supplier{
    width: 95%;
    margin: 50px auto;
}

#timber-supplier .flex{
    width: 100%;
}

#timber-supplier p{
    width: 95%;
    margin: auto auto;
}

#timber-services{
    margin: 150px 0 50px 0;
}

#timber-services .flex{
    width: 75%;
    margin: 50px 12.5%;   

}

#timber-services h4{
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    height: 42px;
    margin: 20px 0 10px 0;
}

#timber-services p{
    height: 80px;
}

#index-dedication{
    width: 98%;
    margin: 80px auto;
}


#index-dedication .container-flex{
    background-color: rgb(90, 58, 22);
}

#index-dedication .flex{
    width: 95%;
    margin: auto auto;
}


#index-dedication h4{
    margin: 0 0 50px 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
}

#index-dedication img{
    position: absolute;
    display: none;
}

#index-dedication .text{
    color: white;
    padding: 25px 0;
    width: 93%;
}


#index-dedication{
    padding-bottom: 100px;
}


/************************* PAGES SECONDAIRES ***************************/

#page-secondaire #slider{
    padding-top: 150px;
    position: relative;
    margin: auto auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 15px;
}

#page-secondaire #slider img{
    width: 100%;
    margin: 0 0 0 auto;
    margin-bottom: -105%;
    z-index: -1;
}

#page-secondaire #slider .container-flex{
    position: absolute;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
}


#page-secondaire h1{
    margin-left: 2.5%;
    margin-top: 125px;
}

#page-secondaire #main-container #section-secondaires{
    width: 95%;
    margin: 50px auto;
}

#page-secondaire .button{
    padding: 10px;
    margin: 20px 0;
}

#page-secondaire .title{
    margin: 15px 0;
    font-weight: 900;
    font-size: 1.2em;
}

#page-secondaire .text{
    height: 115px;
}

#section-secondaires .finish-options{
    display: none;
}

#section-secondaires .finish-options div{
    font-size: 0.9em;
}

#section-secondaires .finish-options .title{
    margin: 0 1%;
    padding: 0;
}

#section-secondaires .finish-options .container-flex{
    flex-direction: row;
}

#section-secondaires .flex{
    margin: 25px auto;
}

.finish-options{
    background-color: #F7F5F3;
    padding: 10px 10px;
}

.active-finish-button{
    background-color: white !important;
    color: #5A3A16;
    outline: none;
    border: none !important;
    background-image: url('../images/bg-button.png');
    padding-bottom: 15px !important;
    background-size: 100% 100%;
}

.active-finish-section{
    display: block !important;
}

#section-specification, #section-vacckd {
    width: 100%;
    height: 270px;
    background-size: cover;
	
}


#section-specification{
    margin: auto auto;
    background-image: url('../images/vaccum-kiln-dry/dorval-timber-wood-vacuum-kiln-drying-process-2.jpg');
	
}

#section-vacckd{
    margin: 20px auto 0 auto;
    background-image: url(../images/vaccum-kiln-dry/dorval-timber-wood-vacuum-kiln-drying-process-5.jpg);
    
}


.container-flex.centre{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.container-flex.centre .item-center{
    background-color: rgba(0, 0, 0, 0.4);
    width: 350px;
    padding: 50px 20px;
    color: white;
}

.container-flex.centre .item-center p{
    font-size: 1.2em;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.container-flex.centre .item-center ul{
    width: 60%;
    margin: auto auto;
    text-align: center;
    padding-top: 25px;
}

#section-vaccum-products{
    background-color: #5A3A16;
    width: 96%;
    margin: 80px auto;
}

#section-vaccum-products .flex:nth-child(2){
    width: 100%;
    color: white;
    height: auto;
    padding-bottom: 50px;
}

#section-vaccum-products img{
    height: 100%;
}


#section-vaccum-products .flex div{
    width: 75%;
    height: 100%;
    margin: auto auto;
}

#section-vaccum-products h2{
    font-size: 1.6em;
    margin-top: 50px;
    text-transform: none;
}

#section-vaccum-products .title{
    text-transform: uppercase;
    margin: 25px 0 5px;
}

#section-vaccum-products .text{
    width: 100%;
    height: auto;
}



#section-secondaire .img-remanucaturing{
    flex-direction: row;
}

#section-secondaire .img-remanucaturing .flex1{
    width: 64%;
    margin: 0 1%;
}

#section-secondaire .img-remanucaturing .flex2{
    width: 34%;
    margin: 0 1%;
}

#section-secondaire .img-remanucaturing img{
    height: 100%;
}

/* #page-secondaire.remanufacturing .container-flex{
    width: 95%;
    margin: 0 2.5%;

} */

#page-secondaire.remanufacturing .flex{
    width: 100%;
    height: auto;
}

.remanufacturing-last-container{
    width: 98%;
    margin: 0 1%;
}


#page-secondaire.remanufacturing .flex .flex-direction-row .flex{
    width: 50%;
}

.remanufacturing-last-img img{
    width: 100%;
    padding-bottom: 25px;
}


.remanufacturing-last-img:nth-of-type(2) img{
    padding-left: 20px;
}

.remanufacturing-last-container p{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#page-secondaire .remanufacturing-last-container p.title{
    font-size: 1.2em;
    font-weight: bold;
    width: 95%;
    margin: 0 auto 10px auto;
}

ul{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0.9em;
    margin: auto auto;
}

ul.list li{
    padding: 10px 0 10px 5px;
    
}


.decking h3, .about h3{
    text-align: left;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0;
    margin: 50px 0 10px 0;
}


#section-secondaires.galery .container-flex{
    padding-top: 3%;
    align-items: stretch;

}

#section-secondaires.galery .flex{
    width: 99%;
    margin: 0 0.5%;
}

#section-secondaires.galery .flex img{
    height: 100%;
}

#section-secondaires.galery .row .flex{
    min-height: 100%;
}


#section-secondaires .contact .flex{
    width: 98%;
    margin: 0 1%;
    flex-direction: column;
}

#section-secondaires .contact h2{
    font-size: 1.5em;
    width: 90%;
    text-align: center;
    margin: 50px auto 25px auto;
}

#section-secondaires .contact p{
    font-size: 1.1em;
    width: 100%;
    text-align: center;
}

#section-secondaires .contact .container-img{
    flex-direction: row;
    width: 100%;
}

#section-secondaires .contact .container-img img{
    width: 33%;
    margin: 0;
}    

#section-secondaires .contact .flex1{
    width: 100%;
    margin: 3% 0;
}

#section-secondaires .contact form{
    width: 80%;
    margin: auto auto;
}

#section-secondaires .contact input,
#section-secondaires .contact textarea{
    display: block;
    width: 100%;
    height: 40px;
    margin: 5px 0;
    padding: 5px;
}

#section-secondaires .contact textarea{
    height: 150px;
}

#section-secondaires .glulam-specialties, #section-secondaires .contact .container-img .flex.img{
		
		padding: 1%;
		
	} 

@media only screen and (min-width: 768px) {
    h1{
        font-size: 1em;
    }

    h2{
        font-size: 3em;
    }
	#page-index #slider .container-flex{
		
		top: 0;
		

	}

    #section-secondaires.galery .flex{
        width: 32.33%;
        margin: 0 0.5%;
    }
    
    #section-secondaires.galery .row2 .flex1, 
    #section-secondaires.galery .row2 .flex3{
        width: 24%;
    
    }
    
    #section-secondaires.galery .row2 .flex2{
        width: 49%;
    }
    
    #section-secondaires.galery .row4 .flex, 
    #section-secondaires.galery .row5 .flex{
        width: 49%;
    }
    #section-secondaires.galery .row6 .flex {
        width: 30%;
        margin: 0 0.5%;
    }
    #section-secondaires.galery .row6 > div:nth-child(1) {
        width: 19%;
    }
    #section-secondaires.galery .row6 > div:nth-child(2) {
        width: 44%;
    }
    #section-secondaires.galery .row6 > div:nth-child(3) {
        width: 34%;
    }
    #section-secondaires.galery .row7 .flex > div:nth-child(1){
        width: 36%;
    }
    #section-secondaires.galery .row7 .flex > div:nth-child(2){
        width: 31%;
    }
    #section-secondaires.galery .row7 .flex > div:nth-child(3){
        width: 31%;
    }
    #section-secondaires.galery .row8 > div:nth-child(1) {
        width: 31%;
    }
    #section-secondaires.galery .row8 > div:nth-child(2) {
        width: 35%;
    }
    #section-secondaires.galery .row8 > div:nth-child(3) {
        width: 31%;
    }
    #section-secondaires.galery .container-flex{
        flex-direction: row;
    }

    #page-secondaire h1 {
        margin-left: 2.5%;
        margin-top: 150px;
    }

	
	#section-specification, #section-vacckd {
		
		height: 370px;
		
		
	}
	
	#page-secondaire #slider img{		
		margin-bottom: -95%;
		
	}

    
	
}
    
@media only screen and (min-width: 1024px) {
    header{
        position: absolute;
        display: block;
        padding-top: 20px;
        left: 2%;
        top: 0;
        width: 95%;
        z-index: 10;
        background: none;
    }

    h2{
        width: 80%;
        font-size: 3.2em;
    }

    #main-container{
        padding-bottom: 15px;
    }

    header .main-logo{
        width: 150px;
    }

/************************* HEADER & FOOTER ***************************/

    #burger-button{
        display: none;
    }

    #mobile-menu{
        display: none;
        right: -100%;
    }

    #header-info{
        display: block;
    }
    
    .rsLI, .rsLI-footer {
        vertical-align: bottom;
        padding-bottom: 2px;
        width: 20px;
        height: 20px;
    }
    .main-logo{
        width: auto;
    }

    .footer-link, .header-link{
        display: block;
    }

    #footer-info a, #header-info a{
        margin: 0 10px;
        font-size: 1em;
    }

    #footer-info img, #header-info img{
        width: auto;
    }

    footer .logos-container{
        display: flex;
    }

    footer .logos-container img{
        margin: 0 20px;
        width: unset;
    }

/************************* INDEX ***************************/

    #index-dedication img{
        display: block;
        width: 450px;
        top: -40%;
        left: 0;
    }

    .container-flex{
        flex-direction: row;
    }


    #timber-supplier{
        width: 95%;
        margin: 125px auto;
    }
    
    #timber-supplier .flex{
        width: 50%;
    }
    
    #timber-supplier p{
        width: 90%;
        margin: 0;
    }

    #timber-services .flex{
        width: 18%;
        margin: 0 1%;   
    }

    #index-dedication h4{
        text-align: left;
        margin: 0 0 50px auto;
        width: 50%;
        font-size: 1.6em;
    }

    #index-dedication .flex{
        width: 50%;
        margin: 0;
    }

    #index-dedication{
        width: 98%;
        margin: 150px auto;
    }

    .indexParagraphHeight p{
        min-height: 67px;
    }


/************************* Page secondaire ***************************/

#page-secondaire #slider img{
    width: auto;
    margin-bottom: -900px;
}

#page-secondaire h1{
    margin-top: 280px;
}

#page-secondaire h2{
    width: 90%;
}


#page-secondaire #main-container #section-secondaires{
    width: 99%;
}

#section-secondaires .flex1{
    width: 53%;
    margin: 0 1%;
}

#section-secondaires .flex2{
    width: 43%;
    margin: 0 1%;

}


#section-secondaires p{
    width: 95%;
}

#section-secondaires{
    padding-top: 20px;
}

#section-secondaires .flex{
    width: 31.33%;
    margin: 0 1%;
}

 .container-flex.centre .item-center{
    width: 600px;
}

 .container-flex.centre .item-center p{
    font-size: 1.5em;
}

.container-flex.centre .item-center ul{
    width: 33%;
}

#section-vaccum-products .flex:nth-child(2){
    width: calc(100% - 520px);
}

#section-vaccum-products .text{
    width: 65%;
}



#page-secondaire.remanufacturing .remanufacturing-last-container .flex{

    width: 50%;
    height: auto;
}

#page-secondaire .remanufacturing-last-container p.title{
    margin: 0 0 10px 0;
}

.remanufacturing-last-img img{
    padding-right: 40px;
    width: 100%;
    padding-bottom: 25px;
}


.remanufacturing-last-img:nth-of-type(2) img{
    padding-left: 40px;
}


.remanufacturing-last-container p{
    width: 95%;
    margin-left: 0;
    margin-right: 0;
}

ul{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0.9em;
    margin: 0;
}


#section-secondaires .container-flex{
    width: 100%;
    margin: 0.5% 0;
}

#section-secondaires .decking-img1, #section-secondaires .decking-img3{
    width: 43%;
    max-height: 40%;
    margin: 0;
    padding: 0 0.5%;
} 
#section-secondaires .container-flex.flex4 {
	justify-content: center;
}
#section-secondaires .glulam-specialties{
    width: 32%;    
    margin: 0;
    padding: 0.5% 0.5%;
	
} 


#section-secondaires .decking-img2{
    width: 14%;
    margin: 0;
}


#section-secondaires .decking-img1 img, #section-secondaires .decking-img3 img{
    height: 100%;
} 

#section-secondaires .decking-img2 img{
    height: 100%;
}



#section-secondaires.decking-img-container .container-flex{
    align-items: stretch;
}

#section-secondaires .about .flex{
    width: 48%;
    margin: 0 1%;
}

#section-secondaires .politique .flex{
    width: 96%;
    margin: 0 1%;
}


h2{
    margin: 0;
}
.politique h2:nth-child(1) {
    font-size: 3.6em;
}
.politique h2 {
    font-size: 2.5em;
}

#section-secondaires .contact h2{
    font-size: 2.5em;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

#section-secondaires .contact p{
    font-size: 1.5em;
}

#section-secondaires .contact .flex{
    width: 33%;
    margin: 0 1%;
    flex-direction: row;
}

#section-secondaires .contact .flex1{
    width: 20%;
    margin-right: 0;
}

#section-secondaires .contact .flex2{
    width: 29%;
}

#section-secondaires .contact .flex3{
    width: 49%;
}
#section-secondaires .contact .flex3 > img {
    width: 80%;
}
#section-secondaires .contact p,
#section-secondaires .contact h2{
    text-align: left;
}

#section-secondaires .contact form{
    margin: 0;
}


#section-secondaires .contact .container-img{
    flex-direction: column;
    width: 100%;
}

#section-secondaires .contact .container-img img{
    width: 90%;
    margin: 0.5% 0;
}

#section-specification, #section-vacckd {
		
		height: 370px;
		
		
	}
.instagram {
    height: 20px;
}

.YMarketing{
    margin-top: 0;
}

}
@media only screen and (min-width: 1280px) {
    /* .toptitle {
        font-size: 3em;
    } */

    h1{
        font-size: 1.5em;
        width: auto;
    }

    h2{
        font-size: 3.8em;
    }

    h3 {
        text-align: center;
        font-size: 2.5em;
        font-weight: 600;
    }
    

    /******* INDEX ********/
    #index-dedication img{
        width: 550px;
        top: -50%;
        left: 0;
    }
    
    /******* INDEX ********/

    
	#section-specification, #section-vacckd {
		
		height: 670px;
		
		
	}

}

@media only screen and (min-width: 1400px) {
    #footer-info, #header-info{
        margin: 0;
    }
}


@media only screen and (min-width: 1499px) {

    h2{
        width: 70%;
        font-size: 4.5em;
    }
    /******* INDEX ********/
    #index-dedication img{
        width: 600px;
        top: -70%;
        left: 0;
    }

    h3 {
        text-align: center;
        font-size: 3em;
        font-weight: 600;
    }

    #main-container{
        padding-bottom: 30px;
    }


    /******************** VACCUM-KILN-DRY ********************/
    #section-vaccum-products .text {
        width: 50%;
    }
}

@media only screen and (min-width: 1700px) {
    .toptitle {
        font-size: 4em;
    }
    
    h3 {
        text-align: center;
        font-weight: 600;
    }

    #timber-services h4{
        font-size: 1.3em;
        height: 25px;
    }

    #main-container{
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1800px) {
    #index-dedication img{
        width: 787px;
        top: -88%;
        left: 0;
    }

    /* #main-container{
        padding-bottom: 70px;
    } */
}


@media only screen and (min-width: 1900px) {


}