/*
font-family: 'Anton', sans-serif;
font-family: 'Roboto', sans-serif;
*/


/*
<link href="https://fonts.googleapis.com/css?family=Anton|Roboto:300o&display=swap" rel="stylesheet">
*/

/*entry page -------------------------------------------------------------------*/



#entryNicole {
    display: block;
    position: fixed;
    text-align: center;
    color: black;
    width: 50%;
    left: 0%;
    top: 30%;
    text-decoration: none;
    font-family: 'Anton', sans-serif; 
    font-size: 10vw;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 10;
    background-color: transparent;
    opacity: .5;
}

#entryNicole:hover{
    opacity: 1;
}
    
#entryBlue {
    display: block;
    position: fixed;
    text-align: center;
    color: black;
    width: 50%;
    left: 50%;
    top: 30%;
    text-decoration: none;
    font-family: 'Anton', sans-serif; 
    font-size: 10vw;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 5;
    background-color: transparent;
    opacity: .5;
}

#entryBlue:hover{
    opacity: 1;
}

#videosList1 {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#videosList2 {
    position: fixed;
    left: 50%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video {
  background-image: url("coverImage.jpg");
  width: 1000%;
  
}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}








/*Nav Bar ------------------------------------------------------*/
#navBarLeft {
    position: fixed;
    display: block;
    height: 10%;
    width: 50%;
    top:0%;
    left: 0%;
    background-color: #dfe20f;
}

#navBarLeft h1 a{
    display: block;
    position: fixed;
    color: black;
    right: 50%;
    padding-right: 2%;
    font-size: 7.5vh;
    top: 0%;
    font-family: 'Anton', sans-serif;
    
}


#navBarLeft a{
    display: block;
    position: fixed;
    right:  69.5%;
    text-decoration: none;
    font-size: 5vh;
    font-family: 'Anton', sans-serif; 
    top: 2%;
    color: black;
    z-index: -5;
    
}

#navBarLeft a:hover{
    color: white;
    
}

#navBarRight {
    position: fixed;
    display: block;
    height: 10%;
    width: 50%;
    top:0%;
    left: 50%;
    background-color: #dfe20f;
}

#navBarRight h1 a{
    display: block;
    position: fixed;
    color: black;
    left:  50%;
    padding-left: 2%;
    font-size: 7.5vh;
    top: 0%;
    font-family: 'Anton', sans-serif;  
}


#navBarRight a{
    display: block;
    position: fixed;
    left:  65%;
    color: black;
    text-decoration: none;
    font-size: 5vh;
    font-family: 'Anton', sans-serif; 
    top: 2%;
    text-decoration: none;
    color:black;
    
}

#navBarRight a:hover{
    color: white;
    
}

#backToWorksPhysical{
    display: block;
    position: fixed;
    right: 10%;
    top: 13%;
    
}

#backToWorksPhysical a{
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: black;
}

#backToWorksPhysical a:hover {
    color: #dfe20f;
}

#backToWorksDigital{
    display: block;
    position: fixed;
    left: 10%;
    top: 13%;
    
}

#backToWorksDigital a{
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: black;
}

#backToWorksDigital a:hover {
    color: #dfe20f;
}

/*physical projects ---------------------------------------------------*/


.physicalGallery{
    position: fixed;
    display: block;
    width: 50%;
    height: 90%;
    top:10%;
    left: 0%;
    overflow: scroll;
    overflow-x: none;
    background-color: #dfe20f;
}

#physicalText{
    position: fixed;
    display: block;
    width: 50%;
    height: 90%;
    top:10%;
    left: 50%;
    overflow: scroll;
    
}

#physicalText img{
    position: fixed;
    display: block;
    width: 80%;
    left: 60%;
    top: 20%;
    
}


#physicalText h3{
    position: fixed;
    font-family: 'Anton', sans-serif;
    font-size: 8vw;
    text-align: left;
    padding-left: 2%;
    width: 48%;
    top: 0%;
}


#physicalTitle {
    color: #dfe20f;
    font-size: 10vw;
}

 #physicalTextRes h3{
     display: none;
 }

 .physicalGallery ifame{
    position: fixed;
    display: block;
    width: 100%;
}
    


/*digital projects ------------------------------------------------------*/

.digitalGallery{
    position: fixed;
    display: block;
    width: 50%;
    height: 90%;
    top: 10%;
    left: 50%;
    overflow: scroll;
    overflow-x: none;
    background-color: #dfe20f; 
}

#digitalText {
    position: fixed;
    display: block;
    width: 50%;
    height: 90%;
    top:10%;
    left: 0%;
    
}

#digitalText img{
    position: fixed;
    display: block;
    width: 80%;
    right: 60%;
    top: 20%;
    
}


#digitalText h3{
    position: fixed;
    font-family: 'Anton', sans-serif;
    font-size: 8vw;
    text-align: right;
    padding-right: 2%;
    width: 48%;
    top: 0%;
}

#digitalTitle {
    color: #dfe20f;
    font-size: 10vw;
}

 #digitalTextRes h3{
     display: none;
 }


/*project tiles -------------------------------------------------------------------*/

.galleryItem {
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    width: 50%;
    padding: 0%;  
}

.galleryItem img {
    width: 100%;
    height: 100%;
}

.projectCoverImage {
  display: block;
  top: 0%;
  width: 100%;
  height: 100%;
}

.colorImage {
  position: absolute;
  display: block;
  width: 100%;
  top:0;
  left:0;
  opacity: 0;
  transition: .5s ease;
}

.colorImage img {
    width: 100%; 
}

.galleryItem:hover .colorImage{
  opacity: 1;
}


.projectTitlePhysical {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0%;
  text-align: right; 
}

.projectTitlePhysical a {
    font-size: 4vw;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: white;
    text-decoration: none;
    text-align: left;
    position: relative;
    top: 40%;
    background-color: transparent;
    
}

.projectTitlePhysical a:hover{
    color: #dfe20f;
    transition: .6s ease;
}

.projectTitlePhysical a span{
    font-size: 2.5vw;
}

.projectTitleDigital {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0%;
  text-align: left;
   
}

.projectTitleDigital a {
    font-size: 4vw;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: white;
    text-decoration: none;
    text-align: left;
    position: relative;
    top: 40%;
    background-color: transparent;
    
}

.projectTitleDigital a:hover{
    color:#dfe20f;
    transition: .6s ease;
}


/*project page stuff -------------------------------------------------------------------*/

#projectGalleryDigital {
    position: fixed;
    display: block;
    width: 50%;
    left: 50%;
    top: 10%;
    overflow:auto;
    height: 87%;  
    
}

#projectGalleryPhysical {
    position: fixed;
    display: block;
    width: 50%;
    left: 0%;
    top: 10%;
    overflow:auto;
    height: 87%;  
    
}

.projectGalleryItem {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 0%;  
}

.projectGalleryItem img {
    width: 100%;
}


.projectGalleryImage {
  display: block;
  top: 0%;
  width: 100%;  
}

.projectImageColor {
  position: absolute;
  display: block;
  width: 100%;
  top:0;
  left:0;
  opacity: 0;
  transition: .5s ease;
}


.projectGalleryImage:hover .projectImageColor{
  opacity: 1;
}

#projectGallery iframe {
    display: block;
    position: fixed;
    width: 40vw;
    height: 23vw;
}

#projectDescriptionDigital {
    display: block;
    position: fixed;
    left: 10%;
    top: 20%;
    width: 30%;
    height: 70%;
    align-content: flex-end;
    overflow: scroll;
    font-size: 1.5vw;
}



#projectDescriptionDigital h2 {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Anton', sans-serif;
    font-size: 3vw;
    
}

#projectDescriptionDigital p {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    overflow: auto;  
    text-align: justify;
}

#projectDescriptionDigital p a{
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: black;
    overflow: auto;     
}


#projectDescriptionPhysical {
    display: block;
    position: fixed;
    left: 60%;
    top: 20%;
    width: 30%;
    height: 70%;
    align-content: flex-end;
    overflow: scroll;
    font-size: 1.5vw;
}

#projectDescriptionPhysical h2 {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Anton', sans-serif;
    font-size: 3vw;
}

#descriptionLowerCase {
    font-size: 2.5vw;
}

#projectDescriptionPhysical p {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    overflow: auto;  
    text-align: justify;
}

#projectDescriptionPhysical p a{
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: black;
    overflow: auto;     
}






/*about page -------------------------------------------------------------------*/

#about {
    display: block;
    position: fixed;
    width: 40%;
    top: 15%;
    left: 50%;
    height: 60%;
    font-family: 'Roboto', sans-serif;
    overflow: auto;
}

#about a {
    text-decoration: underline;
    color: black;
    font-family: 'Roboto', sans-serif;
}

#about p {
    color: black;
    font-family: 'Roboto', sans-serif;
}


#about h3 {
    color: black;
    font-family: 'Anton', sans-serif;
}

#aboutHeadGifRes {
    display: none;
}


#aboutVideo {
    position: fixed;
    top: 0%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: -5;
}

#aboutVideo video{
    position: fixed;
    display: block;
    width:   100%;
    right: 50%;
    
}

.video {
  height: 100%;
  width: 50%;
  margin-bottom: 50px;
}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}

/*contact -------------------------------------------------------------------*/

#contact{
    display: block;
    position: fixed;
    left: 5%;
    top: 15%;
    width: 40%;
    
}

#contact h3{
    display: block;
    position: fixed;
    width: 40%;
    font-family: 'Roboto', sans-serif; 
    font-size: 2vw;
}

#contact h3 a{
    display: block;
    position: fixed;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5vw
}

#instagramHandle1 {
    display: block;
    position: fixed;
    color: black;
    left: 55%;
    top: 17%;
    width: 40%;
    font-family: 'Roboto', sans-serif;
}

#instagramWidget1  {
    display: block;
    position: fixed;
    left: 55%;
    top: 20%;
    width: 40%;
    height: 30%;
    overflow: auto;  
    
}

#instagramHandle2 {
    display: block;
    position: fixed;
    color: black;
    left: 55%;
    top: 57%;
    width: 40%;
    font-family: 'Roboto', sans-serif;
    
}

#instagramWidget2  {
    display: block;
    position: fixed;
    left: 55%;
    top: 60%;
    width: 40%;
    height: 30%;
    overflow: auto;  
    
}

/*footer -------------------------------------------------------------------*/

#footer {
    clear:both;
    display: block;
    position: fixed;
    float: none;
    bottom: 0%;
    height: 3%;
    width: 100%;
    left: 0%;
    font-family: 'Roboto', sans-serif;
    color: darkgray;
    background-color: white;
    font-size: 1vh; 
}

#footer p {
    text-align: center;
}


/*scroll bar -------------------------------------------------------------------*/
    ::-webkit-scrollbar {
    width: 10px;
    padding: 10px;
}


::-webkit-scrollbar-button { 
    background-color: black;
    height: 0px;
}
::-webkit-scrollbar-track { 
    background-color: white;
}
::-webkit-scrollbar-track-piece { 
    
}
::-webkit-scrollbar-thumb { 
    background-color: #dfe20f;
    height: 30px;
}

    ::-webkit-scrollbar:horizontal {
    width: 0px;
    height: 0px;
    padding: 0px;
}


@media only screen 
 and (orientation : portrait){ 


     
     
     
/*entry page*/
    
#entryNicole {
    display: block;
    position: fixed;
    text-align: center;
    color: black;
    width: 100%;
    left: 0%;
    top: 20%;
    text-decoration: none;
    font-family: 'Anton', sans-serif; 
    font-size: 10vw;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 5;
    background-color: transparent;
}

#entryBlue {
    display: block;
    position: fixed;
    text-align: center;
    color: black;
    width: 100%;
    left: 0%;
    top: 60%;
    text-decoration: none;
    font-family: 'Anton', sans-serif; 
    font-size: 10vw;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 5;
    background-color: transparent;
}


#videosList1 {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

#videosList2 {
    position: fixed;
    left: 0%;
    top: 50%;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.video {
  background-image: url('coverImage.jpg');
  width: 100%;
  
}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}


     
/*Nav Bar ------------------------------------------------------*/
#navBarLeft {
    position: fixed;
    display: block;
    height: 10%;
    width: 100%;
    top:0%;
    left: 0%;
    background-color: #dfe20f;
}

#navBarLeft h1 a{
    display: block;
    position: fixed;
    color: black;
    left: 2%;
    padding-right: 2%;
    font-size: 15vw;
    top: 0%;
    font-family: 'Anton', sans-serif;
    
}

#navBarLeft a{
    display: none;
    
}


#navBarLeft a:hover{
    color: white;
    
}

#navBarRight {
    position: fixed;
    display: block;
    height: 10%;
    width: 55%;
    top:0%;
    left: 45%;
    background-color: #dfe20f;
}

#navBarRight h1 a{
    display: block;
    position: fixed;
    color: black;
    left:  43%;
    padding-left: 2%;
    font-size: 15vw;
    top: 0%;
    font-family: 'Anton', sans-serif;  
}


#navBarRight a{
    display: block;
    position: fixed;
    left:  76%;
    color: black;
    text-decoration: none;
    font-size: 6vw;
    font-family: 'Anton', sans-serif; 
    top: 1.5%;
    text-decoration: none;
    color:black;
    
}


     
#navBarLeftRes a{
    display: block;
    position: fixed;
    left:  76%;
    color: black;
    text-decoration: none;
    font-size: 6vw;
    font-family: 'Anton', sans-serif; 
    top: 5%;
    text-decoration: none;
    color:black;
}
  
     
#navBarRight a:hover{
    color: black;
    
}

#backToWorksPhysical{
    display: block;
    position: fixed;
    right: 10%;
    top: 11%;
    
}

#backToWorksPhysical a{
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: black;
    font-size: 4vw;
}

#backToWorksPhysical a:hover {
    color: #dfe20f;
}

#backToWorksDigital{
    display: block;
    position: fixed;
    left: 10%;
    top: 11%;
    
}

#backToWorksDigital a{
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: black;
    font-size: 4vw;
}

#backToWorksDigital a:hover {
    color: #dfe20f;
}

/*physical projects ---------------------------------------------------*/
.physicalGallery{
    position: fixed;
    display: block;
    float: left;
    width: 50%;
    height: 85%;
    top: 15%;
    left: 0%;
    overflow: scroll;   
}

#physicalText{
    position: fixed;
    display: block;
    width: 100%;
    height: 50%;
    top:0%;
    left: 0%;
    overflow: scroll;
}
     
#physicalText img{
    opacity: .5;
    position: fixed;
    display: block;
    transform: rotate(180deg);
    width: 100%;
    left: 0%;
    top: 50%;
}


#physicalText h1{
    position: fixed;
    font-family: 'Anton', sans-serif;
    font-size: 18vw;
    text-align: center;
    
    width: 100%;
    top: -4%;
}

#physicalText h3{
    display: none;
}

#physicalTitle {
    color: #dfe20f;
    font-size: 4vw;
}    
     
 #physicalTextRes {
     display: block;
     font-family: 'Anton', sans-serif;  
 }
     
     
 #physicalTextRes h3{
     display: block;
     position: fixed;
     font-size: 30vw;
     transform: rotate(90deg);
     right: -20%;
     bottom: 10%;
 }

/*digital projects -----------------------------------------------*/

.digitalGallery{
    position: fixed;
    display: block;
    width: 50%;
    height: 85%;
    top:15%;
    left: 50%;
    overflow: scroll;
}

#digitalText {
    position: fixed;
    display: block;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0%;
    top: 0%;
}
     
#digitalText img{
    opacity: .5;
    position: fixed;
    display: block;
    width: 100%;
    right: 0%;
    top: -12%;
    
}

#digitalText h1{
    display: none;
}

#digitalText h3{
    display: none;
}

     
     
#digitalTitle {
    color: #eeae00;
    font-size: 4vw;
}
     
 #digitalTextRes {
     display: block;
     font-family: 'Anton', sans-serif; 
     
 }
    

     
 #digitalTextRes h3{
     display: block;
     position: fixed;
     font-size: 30vw;
     transform: rotate(-90deg);
     left: -30%;
     bottom: 10%;
 }




/*project tiles -------------------------------------------------------------------*/

.galleryItem {
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 0%;  
}

.galleryItem img {
    width: 100%;
    height: 100%;
}

.projectCoverImage {
  display: block;
  top: 0%;
  width: 100%;
  height: 100%;
}

.colorImage {
  position: absolute;
  display: block;
  width: 100%;
  top:0;
  left:0;
  opacity: 0;
  transition: .5s ease;
}

.colorImage img {
    width: 100%; 
}

.galleryItem:hover .colorImage{
  opacity: 1;
}


.projectTitlePhysical {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0%;
  text-align: right; 
}

.projectTitlePhysical a {
    font-size: 4vw;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: white;
    text-decoration: none;
    text-align: left;
    position: relative;
    top: 40%;
    background-color: transparent;
    
}

.projectTitlePhysical a:hover{
    color: #dfe20f;
    transition: .6s ease;
}

.projectTitlePhysical a span{
    font-size: 2.5vw;
}

.projectTitleDigital {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0%;
  text-align: left;
   
}

.projectTitleDigital a {
    font-size: 4vw;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    color: white;
    text-decoration: none;
    text-align: left;
    position: relative;
    top: 40%;
    background-color: transparent;
    
}

.projectTitleDigital a:hover{
    color: #dfe20f;
    transition: .6s ease;
}
     
/*project page stuff -------------------------------------------------------------------*/

#projectGalleryDigital {
    position: fixed;
    display: block;
    width: 80%;
    left: 10%;
    top: 40%;
    overflow:auto;
    height: 57%;  
    
}

#projectGalleryPhysical {
    position: fixed;
    display: block;
    width: 80%;
    left: 10%;
    top: 40%;
    overflow:auto;
    height: 57%;  
    
}

.projectGalleryItem {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 0%;  
}

.projectGalleryItem img {
    width: 100%;
}


.projectGalleryImage {
  display: block;
  top: 0%;
  width: 100%;  
}

.projectImageColor {
  position: absolute;
  display: block;
  width: 100%;
  top:0;
  left:0;
  opacity: 0;
  transition: .5s ease;
}


.projectGalleryImage:hover .projectImageColor{
  opacity: 1;
}



#projectGallery iframe {
    display: block;
    position: fixed;
    width: 90%;
    
}

#projectDescriptionDigital {
    display: block;
    position: fixed;
    left: 10%;
    top: 15%;
    width: 80%;
    height: 22%;
    align-content: flex-end;
    overflow: auto;
}

#projectDescriptionDigital h2 {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Anton', sans-serif;
    font-size: 5vw;
}

#projectDescriptionDigital p {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    overflow: auto;  
    font-size: 4vw;
    text-align: justify;
}

#projectDescriptionDigital p a{
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: black;
    overflow: auto;     
}


#projectDescriptionPhysical {
    display: block;
    position: fixed;
    left: 10%;
    top: 15%;
    width: 80%;
    height: 22%;
    align-content: flex-end;
    overflow: auto;
}


#projectDescriptionPhysical h2 {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Anton', sans-serif;
    font-size: 5vw;
}

#projectDescriptionPhysical p {
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    overflow: auto;  
    font-size: 4vw;
    text-align: justify;
}

#projectDescriptionPhysical p a{
    padding-top: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: black;
    overflow: auto;     
}

/*about page -------------------------------------------------------------------*/

#about {
    display: block;
    position: fixed;
    width: 80%;
    top: 15%;
    left: 10%;
    height: 50%;
    font-family: 'Roboto', sans-serif;
    overflow: scroll;
}

#about a {
    text-decoration: underline;
    color: black;
    font-family: 'Roboto', sans-serif;
}

#about p {
    color: black;
    font-family: 'Roboto', sans-serif;
}


#about h3 {
    color: black;
    font-family: 'Roboto', sans-serif;
}
    
#aboutVideo {
    display: none;
}

#aboutHeadGifRes {
    display: block;
    position: fixed;
}

#aboutHeadGifRes img{
    display: block;
    position: fixed;
    width: 100%;
    top: 65%;
    opacity: .5;
    
}

/*contact -------------------------------------------------------------------*/

#contact{
    display: block;
    position: fixed;
    left: 10%;
    top: 12%;
    width: 80%;   
}

#contact h3{
    display: block;
    position: fixed;
    width: 80%;
    font-family: 'Roboto', sans-serif; 
    font-size: 2vh;
}

#contact h3 a{
    display: block;
    position: fixed;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5vh;
}

#instagramHandle1 {
    display: block;
    position: fixed;
    color: black;
    left: 10%;
    top: 45%;
    width: 80%;
    font-family: 'Roboto', sans-serif;
    font-size: 5vw;
}

#instagramWidget1  {
    display: block;
    position: fixed;
    left: 10%;
    top: 48%;
    width: 80%;
    height: 23%;
    overflow: auto;  
    
}

#instagramHandle2 {
    display: block;
    position: fixed;
    color: black;
    left: 10%;
    top: 73%;
    width: 40%;
    font-family: 'Roboto', sans-serif;
    font-size: 5vw;
    
}

#instagramWidget2  {
    display: block;
    position: fixed;
    left: 10%;
    top: 76%;
    width: 80%;
    height: 18%;
    overflow: auto;  
    
}
     
     
     
    
}