/* ## NAV SECTION ## */



.navWrap{
  width:100%;
  margin:0 auto;
}
#hamburger{
  display:none;
}
nav a{
    font-family: "Calibri";
}





/* nav media querieis */
@media screen and (max-width:730px){
  .navWrap{
   
    background:white;
    
  }
  .logo{
  background: #fff;
  width:100%;
  display:flex;
  flex-direction:row;
  align-items:center;
  }

  nav .logo h1{
    font-size:2rem;
    color:#fff;
    padding:5px;
  }
  #navSpacer{
    flex:1;
  }
  #hamburger{
    display:flex;
    font-size:2rem;
    padding:5px;
    color:#419dc5;
  }
  #hamburger:hover{
    color:red;
  }
  #hamburger:active{
    background-color:#333;
  }
  nav ul{
    display:none;
  }

  .active{
    display:block;
    padding-bottom: 5px;
    display: inline-block;;
  }
  
  nav ul li{
    padding: 2px 10px;
  }
}

@media screen and (min-width:730px){
  .navWrap{
   
    width:100%;
    
  }

  nav{
    box-sizing:border-box;
    margin:0 auto;
    width:100%;
    transition:1s;
    display:flex;
    flex-flow:row nowrap;
    align-items:center
  }
  nav .logo{
    padding-top:5px;
    margin-top:5px;
  }
  #spacer{
    visibility:hidden;
    flex-grow:1;
  }
  nav ul{
    display:flex;
  }
  nav ul li{
    padding: 2px 20px;
  }
  nav a{
    font-size:1.3rem;
  }
  .navA{
    color:white;
  }
  /*.navA:hover{
    color:white;
    background:teal;*/

}

.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
      background: rgba(0,0,0,0.8);


  /** Unhide lightbox **/
  display: block;
}



/* ## PORTFOLIO SECTION ## */

#portfolioSection{
 padding:10px;
  background-color: #419dc5;
 height:1600px;  /*good for photo section but too long for other pages*/
 height:auto;

}

#portfolioHeader{
  box-sizing:border-box;
  margin-top: 5%;
  margin-bottom: 5%;
  padding:10px;
  text-align:center;
}
#portfolioHeader h1{
  font-family: 'Montserrat', sans-serif;
  margin:auto;
  font-size:3rem;
}
#portfolioBoxWrap{
  width:90%;
  margin:0 auto;
  display:flex;
}
.portfolioBox{
  display:flex;
  height:auto;
  justify-content: center;;
  margin:1rem;
}

.portfolioText{
  text-align:center;
  font-size:20px;
  font-family: 'Montserrat', sans-serif;
  color:#555;
  margin: auto;
}

/* portfolio media queries */

@media (min-width: 400px){
    .flex-wrapper{
    width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
  }
  .portfolioBox{
    display:flex;
    width:200px;
  }

  .portfolioText{
    font-size:30px;
    color:#555;
    margin: auto;
   }
}


@media (max-width: 500px){
  /* resizes portfolio boxes on mobile screens*/
   .portfolioBox{
    display:flex;
    height:auto;
    margin:1rem;
  }
    
 #about_biography  {
                padding: 0px 20px 20px 0px;
                padding: 0px 20px 0px 0px;
                float:left;
                width: 65%;
                width: 100%;
                    }

}


/*------------CSS BY HA!--------------*/
/*---------------09-19----------------*/

/*---------------------------- LAYOUT -------------------------------- */

/*========== MAIN ==========*/

body {
    background-color: #419dc5; /* custom blue*/
    background-color: #e6f7ff; /*light blue*/
    background-color: #ffffff; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;

}

main {
    margin: auto; /* center the website page*/
    max-width: 960px;
    background-color: #ffffff;
    height:auto;
    height:768px;
}

#wrapper {
    width: auto;
    max-width: 1200px;
    height:auto;
    background-color: #ffffff;
    background-color: #419dc5; /* custom blue*/
    margin:0 auto; /*center the div vertically*/
}


  header {
     padding: 0px 0px 50px 10px;
     height: 100px;
     height: 50px;
     background-color: #ffffff;
  }

      #logo {
         padding: 0px 0px 0px 0px;
         float:left;
         /* violet color is #9e3092 */

      }
  
    
      
  /*========== GRAPHIC DESIGN GALLERY ========*/

  #graphics_gallery  {
    padding: 16px 0px 0px 40px;
    width:1200px; 
    width:100%; 
    height: auto;
        background-color: #419dc5; /* custom blue*/
    margin:0 auto; /*center the div vertically*/
  }
  
  .design_sample {

       float: left;
       padding: 0px 10px 0px 10px;
 
      }
      
  /*========== PHOTOGRAPHY GALLERY ========*/



  
    #photo_gallery {
    padding: 16px 0px 0px 40px;
    width:1200px; 
    width:100%; 
    height: 320px;
    height: 100%; /*as of 2/1/20- by HA! -*/
    margin:0 auto; /*center the div vertically*/
  }
      
      .photo_sample {
      float: left;
      padding: 0;
      margin: 0;
      }

img.thumbnail {
  height: 150px;
}
      #photo_call_out_box {
        padding: 10px 0px 0px 0px;
        width:auto; 
        width:612px; 
        height: 140px;
        background-color: #ffffff;
        background-color: #e6f7ff; /*light blue*/
        background-color: #0c1f27; /*dark blue*/
        float:left;
      }
  
      #photo_heading h1 {
        padding: 0px 0px 0px 10px;
        color: #ffffff; /*white*/
        margin:0px auto; /*center the div vertically*/
      }

 
      #photo_heading {
        padding: 0px 0px 0px 10px;
        color: #ffffff; /*dark blue*/
        margin:0px auto; /*center the div vertically*/
      }
      
      #photo_heading h2 {
        padding: 0px 0px 0px 50px;
        font-size: 1.25em;
        font-family: "Calibri";
        letter-spacing: 1px; /*--kerning--*/
        color: #ffffff; /*white*/
        margin:0px auto; /*center the div vertically*/
      }
      
      #photo_heading h3 {
        padding: 0px 0px 0px 50px;
        color: #0c1f27; /*dark blue*/
        color: #b1d7e7; /*light blue*/
        letter-spacing: 1px; /*--kerning--*/
        font-family: "Calibri";
        font-style: italic;
        font-size: 1.15em;
      }
    
      #photo_list {
        padding: 0px 0px 0px 0px;
        color: #ffffff; 
        color: #e6f7ff; /*light blue*/
        color: #d8ebf3; /*lighter blue*/
        color:#ebf5f9; /*lightest blue*/
        font-family: "Calibri";
          letter-spacing: 1px; /*--kerning--*/
      }



            #video_gallery {

                padding: 12px 12px 12px 40px;
                padding: 12px 12px 12px 0px; /*--as of 2/2/20--*/
                clear: both; /*--as of 2/2/20--*/
                float:left; /*--as of 2/2/20--*/

            }


  


  /*==================================== ABOUT SECTION ==================================*/


    #about_gallery {
        padding: 0px 0px 0px 40px;
        width:1200px; 
    width:100%; 
    background-color: #419dc5;
        font-family: "Calibri";
        color: #ffffff; /*---white---*/
      /*--- background-color: #419dc5; /* custom blue*--*/
        height: auto;
    margin:0 auto; /*center the div vertically*/
      }


       #about_biography  {
                padding: 50px 20px 20px 40px;
                padding: 50px 20px 20px 0px;
                 padding: 50px 20px 0px 0px;
               /* float:left;*/ /*--edit 3/2/20--*/
                width: 65%;
                width: 100%;
                    }

        #about_header {
                   padding: 0px 10px 10px 0px;
                   max-width: 85%;
                }

                #self_portrait {
                    width: 280px; 
                    width: 260px;
                    height: auto;
                    float:left;
                    padding: 0px 10px 10px 0px;
                }

#self_portrait a img {max-width: 100%;}

 

                    #about_biography h2 {
                        font-family: "Calibri", Arial, serif;
                        color: #ffffff; /*---font color white---*/
                        font-size: 2em; 
                    }

                    #about_biography h3 {
                        font-family: "Calibri", Arial, serif;
                        color: #ffffff; /*---font color white---*/
                        font-size: 1em; 
                    }

                    .bio {
                        font-family: "Calibri", Arial, serif;
                        color: #ffffff; /*---white---*/
                         
                        }
    

        #about_education {
            padding: 0px 0px 0px 0px;
            width:400px;
            width:100%;
            font-family: "Calibri", Arial, serif;
            color: #ffffff; /*---font color white---*/
        }

        #about_skills {
            padding: 0px 0px 0px 0px;
            width:400px;
            width:100%;
            font-family: "Calibri", Arial, serif;
            color: #ffffff; /*---white---*/     
        }

                #about_print_design {
                    padding: 16px 0px 40px 80px;
                    width:400px;
                    font-family: "Calibri", Arial, serif;
                    color: #ffffff; /*---white---*/ 

                }

                #about_digital_design {
                    padding: 16px 0px 40px 80px;
                    width:400px;
                    font-family: "Calibri", Arial, serif;
                    color: #ffffff; /*---white---*/ 
                    /*--float: left--*/ 
                }

                        ul.square_bullet {
                            list-style-type: square;
                            clear:both;
                        }


                        li.traditional_list {
                          clear:both;
                        }


/*========== CLEAR FLOAT ========*/

  .clearfloat {
      float:none;
      /*clear: left;
      clear: both;*/
    }
    
#clearboth {
  clear: both;
}

/*----------------------------- LINKS --------------------------------- */


/*========== PRIMARY NAVIGATION ==========*/

#mainNav {
    padding: 40px 0px 0px 58px;
    font-family: "Calibri";
    font-size: 1.5em;
    font-size: 1.25em;
}

        ul {
            list-style-type: none; /*---remove bullet---*/
            padding-left: 0;
        }

            li {
                float:left;
                padding: 0px 22px ;
            }

                a:link {
                    color: #666666; /*---dark gray---*/
                    background-color: transparent;
                    list-style-type: none;
                    text-decoration: none; /*---remove underline---*/
                }

                a:visited {
                    color: #999999; /*---medium gray---*/
                    color: #666666; /*---dark gray---*/
                    background-color: transparent;
                    text-decoration: none; /*---remove underline---*/

                }

                a:hover {
                    color: #9e3092; /*---violet---*/
                    color: #419dc5; /* custom blue*/
                    background-color: transparent;
                    text-decoration: none; /*---remove underline---*/
                }

                a:active {
                    color: yellow;
                    color: #419dc5; /* custom blue*/
                    background-color: transparent;
                    text-decoration: none; /*---remove underline---*/
                }




#secondaryNav  {
    width:250px; 
    font-family: "Calibri", Arial,  sans-serif;
    font-size: 1em; 
    color: white;
}

#secondaryNav h2 {
    width:250px; 
    font-family: "Calibri", Arial,  sans-serif;
    font-size: 1.em; 
    color: white;

}

#secondaryNav a:link {
                    color: #ffffff; 

                }




a.external_link:link {color: #ffffff; font-weight: bold; }
/*a.external_link:link {color: #ffffff;  text-decoration: underline; }*/
a.external_link:visited {color: #951a91; font-weight: bold;  }
/*a.external_link:hover {color: #419dc5; text-decoration: underline; background-color: #ffffff;} */
a.external_link:hover {color: #419dc5;  background-color: #ffffff;} 
a.external_link:active {color: #434244;  }





/*-------------------------- TYPOGRAPHY ------------------------------ */


h1 {
    font-family: "Calibri", Arial,  sans-serif;
    font-size: 1.25em; 
    color: white;
}

h2 {
    font-family: "Calibri", Arial,  sans-serif;
    font-size: 1.25em; 
    color: white;
}


.thumbnail_titles {
  font-family: "Calibri", Arial, sans-serif;
  font-size: 0.875em; /* 14px/16=0.875em */
  color: #b4b4b4;  /* lighgray */
  color: #e6f7ff; /*light blue*/
  width: 200px;

}


.footer {
  padding:0 0 12 12px;
  font-family: "Calibri", Arial, serif;
  font-size: small; 
  color: #e6f7ff; /*light blue*/

}

.footer_photo {
  padding:0 0 12px 60px;
  font-family: "Calibri", Arial, serif;
  font-size: small; 
  color: #b4b4b4;  /* lighgray */
  color: #e6f7ff; /*light blue*/
  color: #0c1f27; /*dark blue*/
  color: #419dc5; /* custom blue*/
    color: #e6f7ff; /*light blue*/
}