@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Bitter');
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@import url('https://fonts.googleapis.com/css?family=Spinnaker');


/* :::::::::::::::::::::::::::::::::::::::::::::: Main :::::::::::::::::::::::::::::::::::::::::::::: */

body {
    font-family: 'Hind', sans-serif;        
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 6rem;
    margin-top: 2rem;    
    background-color: #f6f6f6;
/*     #f0f0f5;*/	
    width: 100%;
}

/*#textRange { 
    font-size: 14pt;    
    font-weight: bold;
    padding-right: 0.6rem;
    margin-top: 12rem;
    max-width: 60rem;
}*/

h1 { font-size: 32pt;  
    margin-top: 3rem;  
    font-family: sans-serif;
    font-weight: bold;
    line-height: 33.8pt;
    padding-right: 8pt;
    max-width: 85%;
}

p { font-size: 32pt;  
    margin-top: 2rem;  
    font-weight: bold;
    line-height: 36pt;
    padding-right: 8pt;
    max-width: 85%;
}

.top{
    padding-right: 5%;
}

a.top:link, a.top:visited {    
    text-decoration: none;
    color:blue;
    font-size: 10pt;
    line-height: 12pt;
}  

a.top:hover {
cursor: cell;       
} 

#top{
   margin-left: 50%; 
    width: 100%; 
    float: right;
    position: fixed;
    z-index: 3;
}

a#shine:link, a#shine:visited {    
    text-decoration: none;
    color:blue;
    font-size: 10pt;
    line-height: 12pt;
}  

#shine {
    color: blue;
    -webkit-animation: glow .5s infinite alternate;
}

@-webkit-keyframes glow {
    to {
        text-shadow: 0 0 10px  #0004ff;
    }
}

#shine_white {
    color: #c4caff;
    -webkit-animation: white .4s infinite alternate;
}

@-webkit-keyframes white {
    to {
        text-shadow: 0 0 10px  white;
    }
}



#first{    
    margin-top: 0.4rem ;
}


p.fim {
    font-family: sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-color:blue;
    font-size: 10pt;
    line-height: 12pt;
    color: blue;    
}

/*a.fim:hover {
    color: white;
    background-color: white;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem; 
    border: 0.18rem solid blue;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 2rem;
    box-shadow: 1rem 1rem 1.3rem blue;
    opacity: 1;
}*/

p.fim:visited {
    color: white;
}

#intro{
    margin-top: 15%;
    z-index: 1;
 	position: absolute;
}

#recent_work{
	z-index: 2;
    margin-top: 5%;
    margin-bottom: 10%;
	position: fixed;
	overflow: scroll;
	width: 100%;
	height: 100%;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}

.project{
	padding-top: 55%;
    padding-bottom: 5%;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

.project_description{
    font-size: 14pt;
    font-weight: normal;
    color: gray;
}

a.title:link, a.title:visited{
	font-size: 32pt;
	font-family: sans-serif;
	font-weight: bold;
	padding-top: 20pt;
	color: black;
}

a.title:hover{
    color: blue;
cursor: cell;    
}

a.collaborations:link, a.collaborations:visited{
    font-size: 14pt;
    font-weight: normal;
    color: gray;
}

img{
width: 90%;
margin-bottom: 30pt;
}



/* :::::::::::::::::::::::::::::::::::::::::::::: About :::::::::::::::::::::::::::::::::::::::::::::: */
    body#bio{
    background-color: #111747;
    font-family: 'Hind', sans-serif;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 6rem;    
 /* background-image: url("chicau.gif");
    background-size: 100% auto;  
    background-repeat:no-repeat;  */
    }

.about_J {
    color: #f6f6f6;   
    font-size: 26.6pt;   
    font-weight: normal;
    line-height: 32pt;
    padding-right: 8pt;
    max-width: 86%;
}

a.link_bio:link, a.link_bio:visited  {
    text-decoration: none;
    line-height: 18pt;
    font-weight: normal;
    color: #f6f6f6;        
    border-top: 2px #f6f6f6 solid ;  
}

a.link_bio:hover {  
    cursor: pointer;
    color: #f6f6f6;  
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  unicode-bidi:bidi-override;
  direction:rtl;  
  cursor: cell;    
}

a.top_bio { 
    width: 100%;     
}  

a.top_bio:link, a.top_bio:visited { 
    margin-top: 5%;   
    text-decoration: none;
    color:#f6f6f6;
    font-size: 11pt;
    line-height: 16pt;
    padding-top: 0%;
    border-bottom: 0px #f6f6f6 dashed;    
}  

a.top_bio:hover {
    color:#f6f6f6;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  unicode-bidi:bidi-override;
  direction:rtl;
 cursor: cell;        
} 
/*writing-mode: vertical-rl;
  text-orientation: upright; */

.fotorama__dot{
    width: 5px;
    height: 5px;
} 

/* :::::::::::::::::::::::::::::::::::::::::::::: Rehearsal Series :::::::::::::::::::::::::::::::::::::::::::::: */



p#description{ 
    font-size: 18pt;    
    font-family: sans-serif;
    font-weight: bold;
    line-height: 22pt;
    padding-right: 0.6rem;
    width: 70%;
}

#first{    
    margin-top: 5rem ;
}

#methodology p{ 
    font-size: 12pt;    
    font-family: sans-serif;
    font-weight: bold;
    line-height: 16pt;
    padding-right: 0.6rem;
    width: 50%;
}


a#meth:link, a#meth:visited {
    color: white;
    background: blue;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem; 
    border: 0.18rem solid blue;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 6rem;
}

#meth a:hover {
   background-color: blue;    
   text-decoration: none; 
}

#onelink {
    color: blue;
    text-decoration: none !important;
}

#onelink a:visited {
    color: blue;
    text-decoration: none !important;
}

#email{
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.65rem;
}

#fim a:link {
    color: black;
    background: white;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem; 
    border: 0.18rem solid black;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 6rem;
}

#fim a:hover {
   background-color: black;    
   text-decoration: none; 
}
/*   text-shadow: 0.1rem 6rem black;
   text-decoration: none;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem; 
    border: 0.18rem solid black;  */ 

#fim a:visited {
    color: black;
}


a.top_rehearsal:link, a.top_rehearsal:visited {   
    text-decoration: none;
    color:blue;
    font-size: 11pt;
    margin-left: 75%
}  

a.top_rehearsal:hover {
cursor: cell;     
}

#quote{
    font-family: sans-serif;
    text-decoration: none;
    color:blue;
    font-size: 12.5pt;
    font-style: italic;
    font-weight: normal;
    width: 80%;
    padding-top:15%;
    padding-bottom:20%;    
}

#quote a:link, a:visited { 
    font-family: sans-serif;
    text-decoration:none;
    color:blue;
    font-style: normal;    
    font-size: 11pt;
}


.onelink {
    color: blue;
    text-decoration: none !important;
}

.onelink a:visited {
    color: blue;
    text-decoration: none !important;
}
/* :::::::::::::::::::::::::::::::::::::::::::::: Responsiveness :::::::::::::::::::::::::::::::::::::::::::::: */


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

body#bio{
    font-family: 'Hind', sans-serif;    
    }

body{
    font-family: 'Hind', sans-serif;    
    }

p { font-size: 14pt;  
    margin-top: 2rem;  
    line-height: 16pt;
    padding-right: 8pt;
    max-width: 85%;

}

#textRange { 
    font-size: 10pt;    
    line-height: 12pt;
    font-weight: bold;
    padding-right: 0.6rem;
    margin-top: 2rem;
    max-width: 60rem;
    color: gray;  
    position: fixed;  
}

#recent_work{
    z-index: 2;
    margin-top: 5%;
    margin-bottom: 10%;
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100%;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.project{
    padding-top: 95%;
    padding-bottom: 5%;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

a.title:link, a.title:visited{
    font-size: 20pt;
    padding-top: 20pt;
    color: black;
}

.project_description{
    font-size: 11pt;
    font-weight: normal;
    color: gray;
}

a.collaborations:link, a.collaborations:visited{
    font-size: 11pt;
    font-weight: normal;
    color: gray;
}


h1 { position: relative; 
    font-size: 11pt;  
    margin-top: 8rem;  
    line-height: 16pt;
    padding-right: 8pt;
    max-width: 85%;
}

.about_J {
    color: #f6f6f6;   
    font-size: 12pt;  
    line-height: 18pt;
    padding-right: 8pt;
    max-width: 85%;
}

h1.about_J {
margin-top: 55% !important;
}

a.link_bio:link, a.link_bio:visited  {
    font-size: 12pt;
    line-height: 18pt;
    font-weight: bold;
    padding-top: 5%;
    padding-bottom: 5%;

}

a.link_bio:hover {
    -moz-transform: scaleX(-1);    /* Gecko */
    -o-transform: scaleX(-1);      /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1); 
}
}


