@charset "utf-8";
/* CSS Document */

/* ===============
       FONTS
   =============== */

/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900
*/



.role{
    text-align: right;
    font-size: 250%;
    line-height: 100%;
    margin: 4% 0;
    font-weight: 700;   

}

.hyper {
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 200%;
    padding-bottom: 2%;
}

/* ===============
        Colors
   =============== */


.red {color:#8a171b;}
.white {color:#ffffff;}
.grey{color:#464646;}

.bullets {
    list-style-type: circle;
}

.orange{color:#f68b2d;}
.drkgrey{color:#232323;}
.brown{color:#1a1615;}


/* ===============
        Aside
   =============== */
aside {
    background-color: #1e2942;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    padding: 25px;
    border-radius: 0 50px 50px 0 ;
    width: 135px;
}

aside a{
    color: white;
    font-size: 1.4rem;
    padding: 15px 0;

}

.pdfbtn {
    color: white;
    text-align: center;
	border-radius: 50px;
    border-style: solid;
    border-width: 4px;
    border-color: #fff;
	border: 2px solid #ffffff;
    padding: 4%;
    margin: 25% 0 15% 0;
}

.pdfbtn:hover{
    background-color: #fff;
    color: #554a92;
}

a.sec1, a.sec2, a.sec3, a.sec4, a.sec5 {
    padding-left: 25px;
}

/* ===============
        Buttons
   =============== */

.btnwhite, .btnred, .btngrey, .btnblue {
    text-align: center;
	border-radius: 50px;
    border-style: solid;
    border-width: 5px;
    padding: 6%;
    margin: 4% 0 4% 0;
    font-size: 2rem;
}


.btnwhite {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}


.btnred {
    border-color: #8a171b;
	color: #8a171b;
}


.btngrey {
    color: #464646;
    border-color: #464646;
}

.btnblue {
    color: #ffffff;
    border-color: #9CBDBC;
	background-color:#9CBDBC;
	    padding: 2% 6%;
    margin: 4% 0 4% 0;
		max-width: 250px;
	align-self: center;
	text-align: center;
}

.btnblue:hover {
    color: #9CBDBC;
    border-color: #9CBDBC;
	background-color:#ffffff;

}

.btnred:hover {
    background-color: #fff;
    color: #fff;
}

.btnwhite:hover {
    background-color: #fff;
    color: #464646;
}
.btngrey:hover {
    background-color: #464646;
    color: #FFFFFF;
}





/* ===============
    Backgrounds
   =============== */

.chairmantitle, .chairmanlight, .chairmandark, .woodtitle, .wooddark, .wooddarkdetail, .woodlight1, .woodlight2, .coffeetitle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: max-content;
}
.last{
    background-image: url("/img/campaigns/coffee/prototype.png");
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
	width: 100%;
}

.chairmantitle{
    background-image: url("/img/campaigns/chairman/background-title.png");
}

.chairmanlight{
    background-image: url("/img/campaigns/chairman/background-light.png");
}

.chairmandark {
    background-image: url("/img/campaigns/chairman/background-dark.png");
}

.woodtitle {
    background-image: url("/img/campaigns/wood/woodtitle.png");
} 
.wooddark {
    background-image: url("/img/campaigns/wood/wooddark.png");
} 

.wooddarkdetail {
    background-image: url("/img/campaigns/wood/wooddark2.png");
}

.woodlight1 {
    background-image: url("/img/campaigns/wood/woodlight1.png");
}
.woodlight2 {
    background-image: url("/img/campaigns/wood/woodligt2.png");
}

.coffeetitle{
	background-image: url("/img/campaigns/coffee/title.png");
}

/* ===============
    blocks
   =============== */

.woodtitleblk {
    background-color: #1a1615;
    padding: 5%;
    max-width: 450px;
    margin-bottom: 5%;
}


.steps{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}

.box{
	border-color:  #464646;
	border-radius: 50px;
    border-style: solid;
    border-width: 5px;
    padding: 2%;
	max-width: 250px;
	margin: 2% 0;
}

.arrow {
	background-image: url("/img/campaigns/coffee/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10%;
	min-width: 50px;
}


.contentblock {
    width: 100%; 
}

.contentmargin{
    margin: 0% 6% 0% 215px;
    padding: 2% 0;
}

.content, .content-opflow {
    display: flex;
    flex-direction: row;
    padding: 4% 0;
	justify-content: space-between;
}

.contentcolumn {
	display: flex;
	flex-direction: column;
	padding: 4% 0;
}

.section{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2%;
}

.sectioncolumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2%;
}

.sectionrow{
	display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 2%;
}

.sectiontitle {
    font-size: 14pt;
    
}

.single {
    width: 100%;
}

.twoby {
    width: 45%;
    height: 100%;
}

.twobysmall {
    width: 30%;
    height: 100%;
}

.twobylarge {
    width: 60%;
    height: 100%;
}

.threeby {
    width: 30%;
    height: 100%;
}

.fourby{
    width: 25%;
    height: 100%;
}

.fiveby {
    width:17%;
    height: 100%;
}


.section img {
    margin: 2% 0;
	max-width: 100%;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title>ul{
    padding-left: 30%;
}


.center{
    align-self: center;
}

ul {
    display: flex;
    flex-direction: column;
}


.dotwhite {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
    margin-right: 2%;}

.dotgrey {
  height: 20px;
  width: 20px;
  background-color: #464646;
  border-radius: 50%;
  display: inline-block;
    margin-right: 2%;}

.line {
    background-color: #8a171b;
  height: 10px;
  width: 100%;
  border-radius: 50%;
  display: inline-block;
}
@media all and (max-width:1610px) {

    .content, .content-opflow {
        flex-wrap: wrap;
    }
    
    .fiveby {
    width:29%;
}
    
    .fourby {
    width: 40%;
    }
    
    .threeby{
       width: 40%;
    }

    .twoby{
        
    }

    .contentmargin{
    margin: 0% 2% 0% 215px;
    padding: 2% 0;
}
   
}

@media all and (max-width:1324px) {
   .content, .content-opflow {
        flex-wrap: wrap;
    }
    
    
    
        .fourby {
    width: 40%;
    }
    
    .threeby{
       width: 40%;
    }
    

    
    
.contentmargin{
    margin: 0% 2% 0% 215px;
    padding: 2% 0;
}
    
    
}

@media all and (max-width:1230px) {

  
    h7{
        font-size: 200%;
    }
    
   .content, .content-opflow {
        flex-wrap: wrap;
    }
    .content-opflow{
        flex-direction: column-reverse;
    }
    
        .fiveby {
    width:95%;
}
    
        .fourby {
    width: 95%;
    }
    
    .threeby{
       width: 95%;
    }
    
        .twoby{
        width:95%;
    }
    
    .twobysmall {
    width: 95%;

}

.twobylarge {
    width: 95%;
}
    
    .contentmargin{
    margin: 0% 2% 0% 215px;
    padding: 2% 0;
}

    aside a{
        font-size: 1.4rem;
    }
}

@media all and (max-width:750px) {
 
        h7{
        font-size: 200%;
    }
    
   .content, .content-opflow {
        flex-wrap: wrap;
    }
        .content-opflow{
        flex-direction: column-reverse;
    }
    
        .fourby {
    width: 95%;
    }
    
    .threeby{
       width: 95%;
    }
    
        .twoby{
        width:95%;
    }
    
    .contentmargin{
    margin: 0% 2% 0% 215px;
    padding: 2% 0;
}

    aside a{
        font-size: 1.4rem;
    }
}




 












