

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body, html{
    max-width: 100%;
    overflow-x: hidden;
}

body {

    	margin: 0px;
    	padding: 0px;
    	color: #7a5437;



        font-family: Helvetica, Arial, sans-serif;
        background-color: #FFF;
      
}

 html{


}





a{
    color:#7a5437 ;
    text-decoration: none;
    border-bottom: 1px solid #6e2c00;
}

a:hover{
    color: #7a5437;
    text-decoration: none;
    border-bottom: none;
}


.underline{
    text-decoration: none;
    border-bottom: 1px solid #6e2c00;
}



a.img-link{
    text-decoration: none;
    border-bottom: none;
}

a.img-link:hover{
    text-decoration: none;
    border-bottom: none;
}

.img-link img {


}


a.txt-link {
    text-decoration: none;
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    border-bottom: none;
 

}


h2{
font-size: 1.2em;
/*    color: #333;*/
    color: #7a5437;
margin-block-start: 0em;
margin-block-end: 0.83em;
margin-inline-start: 0em;
margin-inline-end: 0em;
font-weight: normal;
    margin-bottom: 7px;
    margin-top: 3px;
}





p {
margin-block-start: 0em;
margin-block-end: 0.9em;
margin-inline-start: 0px;
margin-inline-end: 0px;

}

p.txt{
    font-family: Times, serif;
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    color: #000;

}

p.txt.bold{
    font-family: Times, serif;
    font-family: "EB Garamond", serif;
    font-size: 1.45em;
    color: #000;

}



p.indent{
margin-block-start: 0em;
margin-block-end: 0.9em;
margin-inline-start: 25px;
margin-inline-end: 0px;
}

p.italic{
font-style: italic;
}

p.project-title{
margin-block-end: 0em;
}


sup {
vertical-align: normal;
font-size: 17px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 600;

}




ol.list{
    
    color: #000;
    font-weight: bold;
    margin-top: 40px;
    font-size: 16px;
}


ol {
display: block;
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 20px;
}

.list li{
    margin-bottom: 10px;
}

li a{
    color: #000;
    border-bottom: 1px solid #000;
}

li a:hover{
    color: #000;
    border-bottom: 0px solid #000;
}

p.small{
  margin-block-start: 1em;
margin-block-end: 0.4em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-size: 0.9em;
}

.project {
   display: block;
   width: 49%;
   height: auto;
/*   vertical-align: middle;*/

   
   
}













img {
    width: 45vw;
    height: auto;
    z-index: 1;
    margin: 0px;
    padding: 0px 15px 15px 0px;


}






video {
  height: auto;
  width: 99%;
  -moz-border-radius: 0.2vw;
   -webkit-border-radius: 0.2vw;
   border-radius: 0.2vw;
}









#title {
 margin: 2%;
 padding:0px;
 width: 100%;
 letter-spacing: 1px;
}


/*
#title :hover {
 color:yellow;
 cursor: pointer;


}
*/








.text {
 display: inline-flex;
   flex-direction: row;
   align-items: flex-start;
   justify-content: space-between;
 width: 100%;
   float: left;
   font-size: 1.2em;
}

.text.line{
    border-bottom: 1px solid #7a5437;
}

.text-menu {
 display: inline-flex;
   flex-direction: row;
   align-items: flex-start;
   justify-content: space-between;
 width: 100%;
   float: left;
 font-size: 1.2em;
}


.bold {
   font-size: 1.2em;
/*   1em is basically the same as all others, 1.2 is a bit bigger*/

} 



a.bold {
/*   1em is basically the same as all others, 1.2 is a bit bigger*/
margin-block-start: 0em;
margin-block-end: 1em;
margin-inline-start: 0em;
margin-inline-end: 0em;
} 



.text-menu h2 {

}



/*
.text::before{
   content: '';
   display: block;
   width: 2vw;
   height: 2vw;
   -moz-border-radius: 1vw;
   -webkit-border-radius: 1vw;
   border-radius: 1vw;
   background-color: #000;
   position: absolute;
   margin-left: 0vw;
}*/



.left{
width: 49%;
}


.small{

}

.right{
width: 49%;
}


.long{
width: 94%;
}


.text p{
   width: 99%;
   text-align: left;
}



.wrap{
float: left;
width: 96%;
padding: 2% 2% 2% 2%;
border-bottom: none;

}

.wrap-line{
float: left;
width: 96%;
margin: 2% 2% 2% 2%;
padding-bottom: 4%;
border-bottom: 1px solid #7a5437;

}



.wrap-header{
float: left;
width: 96%;
padding: 1% 2% 1% 2%;
border-bottom: 1px solid #7a5437;

}








.black{
    color: #000;
}


.spacer{
    height: 2vh;
}





/*tables ABOUT*/



/* Section title styles */


.section {
    margin-bottom: 4%;
    font-size: 1em;
  
}

.section h2 {
    font-size: 1.2em;
    color: #7a5437;
    margin-top: 20px;
    margin-bottom: 10px;
}




/* Full-width intro paragraph */
.intro {
    margin-bottom: 15px;
    color: #7a5437;
}

.outro {
    margin-top: 15px;
    color: #7a5437;
}

/* Styles for rows */
.row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7a5437;
    padding: 10px 0;
}

/* Column styles */
.col {
    flex: 1;
    color: #7a5437;
}

/* Title column should have a little less width than the content column */
.col.title {
    flex: 0.45;
    font-weight: normal;
/*    color: #333;*/
/*    color: #7a5437;*/
    color: #7a5437;
    padding-right: 30px;
}
















@media only screen and (max-width: 960px) {



body, html{
    max-width: 100%;
    overflow-x: hidden;
}

  body {
    


  }




  a{



}

a:hover{

}


      
    .text {
     display: block;
       flex-direction: none;
       align-items: none;
       justify-content: none;
     width: 100%;
  
    }

    /*
    .text::before{
       content: '';
       display: block;
       width: 2vw;
       height: 2vw;
       -moz-border-radius: 1vw;
       -webkit-border-radius: 1vw;
       border-radius: 1vw;
       background-color: #000;
       position: absolute;
       margin-left: 0vw;
    }*/


    .left{
    width: 100%;
    display: block;
    
    }


    .right{
    width: 100%;
    display: block;
    
    }

    .project {
   display: block;
   width: 100%;
   height: auto;

   
   
}



a.menu{

}




sup {
    font-size: 14px;
}



ol.list  {
    font-size: 14px;
}







a.txt-link {

    font-size: 1.1em;

}



p.txt {

    font-size: 1.1em;

}

p.txt{
    font-family: Times, serif;
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    color: #000;

}

p.txt.bold{
    
    font-size: 1.33em;

}


.text  {

    font-size: 1.1em;

}


.text-menu  {

    font-size: 1.1em;

}

h2 {

    font-size: 1.1em;

    margin-bottom: 7px;
    margin-top: 4px;
}


.section h2 {
    font-size: 1.1em;
    color: #7a5437;
    margin-top: 20px;
    margin-bottom: 10px;
}




.bold{
     font-size: 1.1em;
}










img {
    height: auto;
    width: 100%;
    z-index: 1;
    margin: 0px;
    padding: 0px 15px 15px 0px;

}









    .row {
        flex-direction: column;
    }

    .col.title {
        margin-bottom: 5px;
    }





