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

body {
	margin: 0 0;
	padding: 0;
    background-color:#b4f5f5;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

main {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: 100vw;
	height: 88vh;
}

#a:hover {
  color: #252D98;
  text-decoration: underline;
}

.header-container {
    width: 90vw;
    height: 11vh;
    display: flex;
    margin-top: 1%;
    flex-direction: row;
    justify-content: space-around;
}

.logo-grid {
    width: 20%;
    height: 90%;
    background-image: url("../images/NATWIP logo-upc cropped.jpg");
    -webkit-background-image: url("../images/NATWIP logo-upc cropped.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0.5%;
    margin-left: 1%;
    
}

.jpilogo-grid1 {
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    margin: 0 auto;
    flex-align: center;
  align-items: center;
    width: 60%;
    height: auto;
}

.jpilogo-grid2 {
    display: flex;
    margin: 1rem auto;
    flex-align: center;
 justify-content: space-around;
    align-items: center;
    width: 75%;
    height: auto;
    }

.header-title-grid {
    width: 78%;
    color: #191D53;
    padding-left: 0%;
    text-align:center;
    margin-top: 2% ;
        
}
.div {
	max-width: 100%;
    width: 100vw;
	height: auto;
	display: flex;
	margin: 0 ;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 1%  5% 1% 5%;
	
}

section-pub {
	max-width: 100%;
    width: 80vw;
	height: auto;
	display: flex;
	margin: 0 auto ;
	flex-direction: row;
	justify-content: space-around;
	position: relative;
	padding: 1%  5% 1% 5%;
	
}

.image-container {
    width: auto;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;  
    border: thin solid #0D1DF1;
    
}
.image-container-list {
    width: auto;
    height: auto;
    display: flex;
    margin: 0 auto;
    border: thin solid #0D1DF1;
    
}
.image-container-without-border {
    width: auto;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    position: relative;

}
.image-container-csbrief {
   width: 20vw;     
    }
.case-study-grid-main {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction:row;
}


.photo-caption {
    margin: 0.5rem auto;
    text-align: center;
    padding: 0 2rem;
}

#report-cover {
	width: 30vw;
}
.columns {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    display: none;
    flex-direction: column;
    justify-content: space-between; 
}
.column1 .column2 .column3 {
    width: auto;
    display: flex;
    flex-direction: row;
}
.h3 {
	color: #0C16A2;
	font-family: marmelad;
	font-weight: bold;
	text-align: left;
}

.h4 {
    color: #079C38;
    font-family: marmelad;
    -webkit-font-family: marmelad;
    -ms-font-family: marmelad;
    text-align: left;
}

.h5 {
    color: #AE7200;
    font-family: marmelad;
    -webkit-font-family: marmelad;
    -ms-font-family: marmelad;
    text-align: left;
}

p  {
   width: auto;
    height: auto;
    color: #152A01;
    font-family: marmelad;
    text-align: justify;
    justify-content: center;
    
}

.list {
    width: 80vw;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
}

.story-caption {
    margin-left: 1.2rem;
    margin-top: 2rem;
}
.key-to-figure {
    font-size : 0.85em;
}

.contact {
    color: #152A01;
    font-family: marmelad;
    text-align: left;
    font-size: 1em;
}
.li {
	
	color: #152A01;
	font-family: marmelad;
	text-align: justify;
	justify-content: center;
	padding-bottom: 1%;
} 


.socialmediaicons {
	display: flex;
    flex-direction:row;
    padding-left: 80%;
	padding-bottom: 0;
    margin: 2% 3% 0 0; 
}

.mediaicon {
	width: 50%;
	height: auto;
    margin: -20%;
}



footer {
	display: flex;
    flex-direction:row;
    position: relative;
    left: 0;
  bottom: 0;
    
    font-family: marmelad;
	font-style: normal;
	font-weight: 400;
    background-color:#b4f5f5 ;
    font-size: small;
}


hr {
    width: 100vw;
    background-color: #0D1DF1;
    height: 0;
}


.footerdiv {
    display: flex;
    flex-direction:row;
    flex-align: center;
    position: relative;
    padding-left: 1.5rem ;
     
}

h6 {
    font-family: abel;
    -webkit-font-family: abel;
    -ms-font-family: abel;
    font-size: 0.05em;
    color:#262626;
    padding: 0.3rem 1.5rem;
}

.footertab {
    color: #252D98;
    
}

}

@media only screen and (max-width:450px) {
.header-title-grid {
    padding-left: 0%;
    margin-top: 0.3% ;
       
}
h1 {
    font-family: marmelad;
    -webkit-font-family: marmelad;
    -ms-font-family: marmelad;
    font-size: 2rem;
    font-weight: 700;
    }
    
section-pub {
	max-width: 100%;
    width: 90vw;
    flex-direction: column;
    align-content: space-between;
   }
    
#report-cover {
	width: 60vw;
}    
.case-study-grid-main {
        flex-direction: column;
    justify-content: center;
    }
}
    
@media only screen and (min-width:451px) and (max-width:600px) {
.header-title-grid {
    padding-left: 0.5%;
    margin-top: 2% ;
       
}

h1 {
    font-family: marmelad;
    -webkit-font-family: marmelad;
    -ms-font-family: marmelad;
    font-size: 3rem;
    font-weight: 700;
    }
    
section-pub {
	max-width: 100%;
    width: 90vw;
    flex-direction: column;
   }

#report-cover {
	width: 60vw;
}

.case-study-grid-main {
        flex-direction: column;
    }
}
    
@media only screen and (max-width:600px) {
 .logo-grid {
    width: 20%;
    height: 90%;
   }
    
.socialmediaicons {
	padding-left: 70%;
	
}
    
.mediaicon {
    width: 75%;
    height: auto;
    }
    
.footer {
    font-size: 0.8rem;
    }


.footertab {
    margin: 0 ;
    
}
 
.image-container  {
    width: 80vw;
       
    } 
    
.image-container-without-border {
    width: 95vw;
    padding-right: 2rem;
    }  

.case-study-grid-main {
        flex-direction: column;
    }
.columns {
        display: none;
    }
.csbrieflist {
    display: flex;
    width: 80vw;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    
} 
}


@media only screen and (min-width:601px) and (max-width:800px){

.socialmediaicons {
	padding-left: 80%;	
}
    
.mediaicon {
    width: 65%;
    height: auto;
   }
    
.image-container-without-border {
    width: 75vw;
       
    }   

section-pub {
	max-width: 100%;
    width: 90vw;
    flex-direction: row;
    justify-content: space-around;
   }

#report-cover {
	width: 35vw;
}

.columns {
        display: none;
    }
.csbrieflist {
    display: flex;
    width: 80vw;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
} 
}

@media only screen and (min-width:601px) and (max-width:1090px){

.image-container {
    width: 80vw;
        
    }
.case-study-grid-main {
    width: 70vw;
   
    flex-direction: row;
    justify-content: space-between;

}
.columns {
        display: none;
    }
.csbrieflist {
    display: flex;
    width: 80vw;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
} 



@media only screen and (min-width:801px) {
.socialmediaicons {
	padding-left: 85%;	
}
}

@media only screen and (min-width:601px){
h1 {
    font-family: "bowlby-one";
     
}
}

button {
    font-family: marmelad;
    text-decoration: underline; 
    background-color: #b4f5f5;
    border-style: none;
    border: 0px transparent;
    width: auto;
    height: auto;
    pointer-events: inherit;
    padding:0;
    font-weight: bold;
}

#more {
    display: none;
    
}
