/*
    THINGS  TO  DO: 
    - take the ids from index.html (i.e. "work-ikea)
    - add it to this page
    - Add colour when hover on navigation links "About" & "Contact". 
+++++++++++++++++++++
    example: 

#work-???? {
    background-image: url([ADDIMAGEURLHERE]); 
    background-size: 200%; 
}

#work-????:hover {
    background-size: 250%; 
}

 */


@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body,html{
    margin: 0;
    padding: 0; 
    box-sizing: border-box; 
    /* Change Background colour here */
    background-color: #151515; 
    font-family: 'Lato', sans-serif;
    display: flex; 
    flex-direction: column; 
    /* font-size: min(max(16px, 4vw), 22px); */
    font-size: 14px;  
}

main {
    margin-top: 60px; 
}

.navwidth {
    width:100%;
    display: flex;  
    justify-content: space-around;
    align-items: center; 
    position: fixed; 
    /* Change colour of navigation here */
    background-color: #000000; 
    z-index: 10;
}

/* This is where I added my Contact Form in style.css */

.contactform {
    margin: 10px;
    align-items: center; 
    text-align: center; 
    color: #ffffff; 
}

.bigcontentwidth{
    max-width:2000px;
}

.contentwidth {
    margin-top: 5%;
}

/* Added new CSS Code from Amanjot here */ 

.heading {
    color: white;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}
 
.align {
    /* width: 80%;  */
    margin: 0 auto; 
}

.sectionTitle {
    color: white; 
    padding: 0.75rem; 
}  

.title,.city {
    color:  #FE8A01; 
}

.wrapper {
    width: 100%; 
    overflow: hidden; 
    display: grid; 
    grid-template-columns: 1fr 1fr;
    margin-top: 2%;
    position: relative; 
}

.buttonSection {
    padding: 2.5em 0; 
}

.button { 
    color: black; 
    background-color: whitesmoke;
    padding: 0.5em 1em; 
    text-decoration: none;
    font-weight: bold; 
    font-size: 20px; 
    margin-right: 1rem;  
}

/* .arrowButtonSection {
    padding: 2.5em 0; 
}
.arrowButton {
    color: black; 
    background-color: whitesmoke;
    padding: 0.5em 1em; 
    text-decoration: none;
    font-weight: bold; 
    font-size: 20px; 
    margin-right: 1rem; 
} */

.text, .text2 {
    width: 75%; 
    justify-self: center;
    color: white; 
    padding: 0px 1rem; 
    /* background-color: #222;  */
}

/* .video, .video2, .video3 {
    width: 66%; 
    float: left; 
    background-color: #151515; 

} */

.video {
    width: 75%;
    padding: 0 1rem 0 0;
    border: none; 
}

.feature-video {
    width: 70%; 
    margin: 0 auto; 
    margin-top: 20px;
}

.text2, .video2 {
    float: right; 
}

.images {
    width: 75%;
    padding: 0 1rem 0 0;
    border: none; 
    text-align: center;
}

.navgroup {
    padding-right: 2rem; 
}

.navlink {
    color: white; 
    text-decoration: none; 
    padding-left: 1.5em; 
}

.navlink:hover {
    /* Change colour of navigation link hover here. */
    color: #FE8A01;
    text-decoration: underline;  
}

.currentPage {
    color:  #FE8A01; 
}

/* Once I add logo delete lines 157-167. */
.myname a, .myname a:visited, .myname a:active {
    text-decoration: none;
    transition: color 300ms; 
    color: white; 
    padding-left: 1.5rem; 
}

.myname a:hover {
    /* Change colour of my name here when hovered. */
    color: #FE8A01;
}

/* container that holds your on works */
.works {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-column-gap: 10px; 
    grid-row-gap: 5px;
    position: relative; 
}

.work {
    position: relative;
    width: 100%; 
    height: 300px;    
    overflow: hidden;  
}

.thumbnail-images {
    background-position: center; 
    border: 2px #151515 solid; 
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover; 
    border-right: 0; 
    background-clip: border-box; 
    transition: all 0.3s;     
    width: 100%; 
    height: 100%; 
}

.work:hover .thumbnail-images {
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #000;
}

.work:hover .overlay {
    opacity: 0.5;
}

.thumbnail-text {
    color: white;
    font-size: 20px;
    position: absolute;    
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;    
}

.work:hover .thumbnail-text {
    opacity: 1;
}

/* Motion / Animation Section */

#work-cupcake {
    background-image: url(../images/Cupcake_cherry.jpg);
    background-size: 200%; 
}

#work-cupcake:hover {
    background-size: 250%; 
}

/* 
#work-2d-demo-reel {
    background-image: url(../images/Circle-2D-small.jpg); 
    background-size: 200%;    
}

#work-2d-demo-reel:hover {
    background-size: 250%;    
}
*/

/* Videography Section */

#work-mural {
    background-image: url(../images/Mural-small.jpg);
    background-size: 200%; 
}

#work-mural:hover {
    background-size: 250%; 
}

/* Graphic Design Section */

#work-ford-banner {
    background-image: url(../images/Ford-Banner-small.jpg);
    background-size: 200%; 
}

#work-ford-banner:hover {
    background-size: 250%; 
}

/* UX & UI Section */
#work-app-aid {
    background-image: url(../images/App_Aid_Logo.jpg); 
    background-size: 200%; 
    -o-background-size: 200%; 
    -o-background-image: url(../images/App_Aid_Logo.jpg); 
}

#work-app-aid:hover {
    background-size: 250%; 
}

/* Contract Work Section */

#work-contract-work {
    background-image: url(../images/LYLI_Tile_Logo.jpg);
    background-size: 200%; 
}

#work-contract-work:hover {
    background-size: 250%; 
} 

/* Freelance Work Section */

#work-package {
    background-image: url(../images/NDR_Logo_1..png);  
    background-size: 200%;     
}

#work-package:hover {
    background-size: 225%;       
}

/* Passion Projects Work Section */

#work-3d-demo-reel {
    background-image: url(../images/3D-Reel-small.jpg); 
    background-size: 200%;    
}

#work-3d-demo-reel:hover {
    background-size: 250%;    
}

/* College Projects Work Section */

#work-cibc-globe {
    background-image: url(../images/CIBC-Globe-small.jpg); 
    background-size: 200%; 
}

#work-cibc-globe:hover {
    background-size: 250%; 
}

/* May need to change background size between 200-250% */

/* add ids above this line */

/* ABOUT PAGE */

.about-wrapper {
    display: grid; 
    grid-template-columns: 1fr 2fr; 
    padding: 3rem 0; 
}

.about-image {
    margin: 0 auto;
    width: 80%; 
    padding:  1rem; 
}

.titleRed {
    color: #FE8A01; 
}

.aboutParagraph {
    color: white; 
    height: 60vh; 
    padding: 3% 10% 0%;
    font-size: 1.5em;
}

.aboutParagraphHome {
    color: white; 
    height: 100%; 
    padding: 3% 10% 0%;
    font-size: 1.5em;
}

.resumeLink {
    color: #FE8A01; 
}

/* Graphic Design Page - Contents Below include images on that page. */ 

/* Graphic Design Page - Foody Fresh Landing Page Design */ 
.landing-page-images {
    width: auto;  
    height: auto; 
}

/* Graphic Design Page - Mobile Advertisement Design */

.mobile-advertisement-images {
    width: 65%;  
    height: auto; 
}

/* Graphic Design Page - MTV Logo Designs */

.mtv-images {
    width: 75%;
    height: auto; 
    padding-bottom: 1rem; 
}

/* Graphic Design Page - BC Dairy - Website Landing Page Design */ 

.bc-dairy-images {
    width: auto;  
    height: auto; 
}

.guide-images {
    width: auto;
    height: auto; 
}

/* Graphic Design Page - Song Lyric Design */

.lyrics-images {
    width: 77%;
    height: auto; 
}

/* Graphic Design Page - Red Run Album Art Cover Designs */

.album-images {
    width: 95%;  
    height: auto;  
    padding-bottom: 1rem; 
}

/* Interests Page  */

.heaven-images {
    width: 85%;
    height: auto; 
    padding-bottom: 1rem; 
}

#acting-section {
    padding-left: 1rem;
}

.interests-art-photo {
    
}

#photo-art-section {
    padding-left: 1rem;
}

.photo-art-Paragraph {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white; 
    height: 20vh; 
    padding: 3% 8.75% 0%;
    font-size: 1.5em;
    text-align:center;
}

.video-interests {
	max-width:60%;
	margin: 0 auto;
}

.video-art-photo {
   
}

.interests-modelling {
    margin-top:100px;
}

#modelling-section {
    padding-left: 1rem;
}

.modellingParagraph {
    color: white; 
    padding: 3% 10% 0%;
    font-size: 1.5em;
    text-align: center;
}

.home-Paragraph {
    margin-top:100px; 
}

#home-section {
    padding-left: 1rem; 
}

.homeParagraph {
    color: white; 
    padding: 3% 10% 0%;
    font-size: 1.5em; 
    text-align: center; 
}


/* Image Grid - Code Added here. */

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 33%;
    padding: 0 4px;
    
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }

/* Image  - Code Ends Here. */

/* RESPONSIVENESS */

/* Responsive Images */

.responsive {
    width: 100%;
    height: auto; 
}

/* This is the Contact Form - Rob helped me with. */
#contact {
    display: grid;
    grid-template-columns: 15% 1fr 15%;
    color: #fff;
    align-content: start;
    min-height: 100%;
    padding-top: 100px;
  }
  
  #contact > * {
    grid-column: 2;
  }
  
  form {
    margin: 10px 0;
    color: white;
  }
  
  input,
  textarea {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    color: #000000;
    background: #e9eaea;
    font-family: 'Lato', sans-serif;
    border: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 8px 0 8px;
  }
  
  textarea {
    height: 150px;
  }
  
  input:focus,
  textarea:focus {
    color: #000000;
  }
  
  textarea {
    padding-top: 5px;
  }
  
  label {
    display: block;
  }
  label.error {
    margin-bottom: 20px;
    visibility: hidden;
    color: red;
  }
  
  #submit {
    width: 120px;
    background: #637589;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
  }

  /* This is the end of the contact form Rob helped me with. */

/* when website is tablet... */
@media screen and (max-width: 1000px){
    .works {
        grid-template-columns: 1fr 1fr; 
    } 

    .wrapper {
        grid-template-columns: 1fr;
        margin-top: 5%;
    }    
    
    .text, .text2 {
        width: 80%; 
    }

    p {
        font-size: 17px;
    }

    .modellingParagraph {
        font-size: 1em; 
    }


    .feature-video, .video {
        width: 80%;
        margin: 0 auto;  
    }

    /* .video-interests {
        justify-self: center; 
        padding: 1rem 0; 
        border: none; 
    } */

    /* Add video-interests here */
    /*
     .video-interests {
        position: relative; 
        top: 50%;
        change left for moving video more to the left
        left: 46%; 
        transform: translate(-50%, -50%);
        width: 50%; 
    }
     */ 

    .about-wrapper {
        grid-template-columns: 1fr 1fr; 
    }


}


/* when website is mobile... */
@media screen and (max-width: 500px){
	
	.feature-video {
        width:100%; 
    }
	
    .works {
        grid-template-columns: 1fr; 
    }

    .aboutParagraph {
        font-size: 1em;
    }

    .modellingParagraph {
        font-size: 1em; 
    }

    .wrapper {
        grid-template-columns: 1fr;
        margin-top: 20%;
    }

    .video {
        width: 100%;
        justify-self: center;
        padding: 1rem 0; 
        border: none; 
    }

    .about-wrapper {
        grid-template-columns: 1fr; 
    }

}

/* Added Footer */

#footerTags {
    font-size: 20px; 
}

.contact-footer {
    margin-top: 1vh; 
}

footer {
    /* margin-top: 5vh;  */
    padding-top:10px;
    padding-bottom: 10px; 
    text-align: center; 
    color: white; 
    width: 100%;
}