
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 2fr 2fr 2fr;
    gap: 10px;
}

/*Site Navigation*/

.topnav {
    display: grid;
    grid-column: 1/11;
    grid-row: 1/2;
    background-color: rgb(224, 232, 237);
    height: 40px;
    align-content: center;
    z-index:4;
}

.topnav li {
    display: inline;
    align-content: center;
    text-align: center;
    padding: auto;
    margin: 20px;
    list-style: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    float: left;
}

nav ul li a:link {
    color: #4c4c65;
}
nav ul li a:visited {
    color: #588FA2;
}
nav ul li a:hover {
    color: #10101c
}

/*End Site Navigation*/

/*Start Index Header*/

.header_index {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/4;
    position: relative;
    z-index: 1;
}

.header_index h1 {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
    position: relative;
    z-index: 1;
    text-align: right;
    align-content: center;
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 55px;
    color: rgb(224, 232, 237);
    background-color: #4c4c65;
}

.header_index h2  {
    display: grid;
    grid-column: 1/5   ;
    grid-row: 3/4;
    position: relative;
    z-index: 1;
    text-align: right;
    padding-right: 40px;
    margin-right: 120px;
    margin-bottom: 120px;
    margin-top: 0px;
    align-content: center;
    font-size: 35px;
    color: #4c4c65;
    background-color: rgb(224, 232, 237);
    height: 50px;
   
}


/*End Index Header*/



/*Start Demo Reel Header*/
.header_demo_reel {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
}

.header_demo_reel h2  {
    display: grid;
    grid-column: 1/5;
    grid-row: 3/4;
    text-align: right;
    padding-right: 20px;
    margin-right: 100px;
    margin-bottom: 120px;
    margin-top: 0px;
    align-content: center;
    font-size: 35px;
    color: #4c4c65;
    background-color: rgb(224, 232, 237);
    height: 50px;
   
}

.header_demo_reel h1 {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
    text-align: right;
    align-content: center;
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 55px;
    color: rgb(224, 232, 237);
    background-color: #4c4c65;
}

/*End Demo Reel Header*/



/*Start Portfolio Header*/
.header_portfolio {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
}

.header_portfolio h2  {
    display: grid;
    grid-column: 1/5;
    grid-row: 3/4;
    text-align: right;
    padding-right: 20px;
    margin-right: 100px;
    margin-bottom: 120px;
    margin-top: 0px;
    align-content: center;
    font-size: 35px;
    color: #4c4c65;
    background-color: rgb(224, 232, 237);
    height: 50px;
   
}

.header_portfolio h1 {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
    text-align: right;
    align-content: center;
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 55px;
    color: rgb(224, 232, 237);
    background-color: #4c4c65;
}

.portfolio {
    display: grid;
    grid-column: 2/10;
    grid-row: 3/5;   
}

/*End Portfolio Header*/


/*Start Portfolio Footer*/
.portfolio-footer {
    display: grid;
    text-align: center;
    align-content: center;
    padding-bottom: 15px;
    margin-top: 75px;
    padding: auto  ;
    grid-column: 1/11;
    grid-row: 6/7;
    background-color: rgb(224, 232, 237);
    width: 100%;
    height: 70px;
    z-index:4;
}

.portfolio-footer h3 {
    font-weight: bold;
    font-size: 25px;
    color:  #4c4c65;
}

.portfolio-footer p {
    line-height: 1;
    padding: 0px;
}

/*End Portfolio Footer*/


/*Start Contact Header*/
.header_contact {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/4;
}

.header_contact h2  {
    display: grid;
    grid-column: 1/5   ;
    grid-row: 3/4;
    text-align: right;
    padding-right: 25px;
    margin-right: 76px;
    margin-bottom: 120px;
    margin-top: 0px;
    align-content: center;
    font-size: 35px;
    color: #4c4c65;
    background-color: rgb(224, 232, 237);
    height: 50px;
}

.header_contact h1 {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
    text-align: right;
    align-content: center;
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 55px;
    color: rgb(224, 232, 237);
    background-color: #4c4c65;
}

/*End Contact Header*/


/*Start Contact Form*/

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #4c4c65;
    color: whitesmoke;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    display: grid;
    grid-column: 4/8;
    grid-row: 3/6;
    margin-top: 100px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

/*End Contact Form*/

/*Start ABOUT Header*/





ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: rgb(224, 232, 237)
}

.name {
    grid-column: 1 / 11;
    grid-row: 1 / 2;  
    padding-top: 100px;
    line-height: 1.75;
    text-align: center;
    padding-right: 600px;
    padding-left: 600px;
    color: rgb(224, 232, 237)
}


.professional {
    grid-column: 4 / 5;
    grid-row: 1/ 3;
    align-items: right;
    padding-top: 260px;
    padding-left: 0px;
    padding-right: 50px;
    color: rgb(224, 232, 237)
}

.philosophy {
    grid-column: 5 / 10;
    grid-row: 1 / 3;
    text-align: left;
    padding-top: 250px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: larger;
    color: rgb(224, 232, 237)
}

.philosophy h2 {
    line-height: 1.2;
    margin-bottom: 30px;
    color: rgb(224, 232, 237)
}

.philosophy .function  {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: larger;
    color: rgb(224, 232, 237)
}

.philosophy p   {
    margin-bottom: 100px;
}

.education {
    grid-column: 2 / 10;
    grid-row: 3 / 4;
    text-align: center;
    padding-right: 600px;
    padding-left: 600px;
    color: rgb(224, 232, 237)
}

.p1 {
    visibility: visible;
    grid-column: 1 / 5;
    grid-row: 3 / 4;
    text-align: right;
    margin-bottom: 0px;
    padding-right: 50px;
    margin-top: 40px;
    font-size: medium;
    color: rgb(224, 232, 237)
}

.p2 {
    visibility: visible;
    grid-column: 5 / 11;
    grid-row: 3 / 4;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 40px;
    font-size: medium;
    color: rgb(224, 232, 237)
}

.p1a {
    visibility: hidden;
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    text-align: right;
    margin-bottom: 30px;
    font-size: medium;
    color: rgb(224, 232, 237)
}

.p2a {
    visibility: hidden;
    grid-column: 5 / 10;
    grid-row: 3 / 4;
    text-align: left;
    margin-bottom: 30px;
    font-size: medium;
    color: rgb(224, 232, 237)
}

.badge1 {
    grid-column: 2 / 11;
    grid-row: 3 / 4;
    align-content: center;
    margin-left: 110px;
    padding-left: 475px;
    padding-right: 500px;
    margin-bottom: 60px; 
    padding-top: 15px;
}

.badge2 {
    grid-column: 2 / 11;
    grid-row: 3 / 4;
    align-content: center;
    margin-left: 210px;
    padding-left: 475px;
    padding-right: 500px;
    padding-top: 15px;
    margin-bottom: 60px; 
}

.badge3 {
    grid-column: 2 / 11;
    grid-row: 3 / 4;
    align-content: center;
    margin-left: 310px;
    padding-left: 475px;
    padding-right: 500px;
    padding-top: 15px;
    margin-bottom: 60px; 
}

.badge4 {
    grid-column: 2 / 11;
    grid-row: 3 / 4;
    align-content: center;
    margin-left: 410px;
    padding-left: 475px;
    padding-right: 500px;
    margin-bottom: 60px; 
   }


.contact {
    grid-column: 2 / 10;
    grid-row: 3 / 4;
    margin-top: 400px;
    text-align: center;
    color: rgb(224, 232, 237)
}

h1 {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 900;
    color: rgb(224, 232, 237)
}

.name h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.46rem;
    padding-top: 0px;
    padding-left: 3px;
    margin-top: 0px;
    line-height: .5rem;
    color: rgb(224, 232, 237)
}

h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgb(224, 232, 237)
   
}

li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: large;
    color: rgb(224, 232, 237)

}


.contact p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: regular;
    margin-top: 10px;
    font-size: large;
    line-height: 1;
    color: rgb(224, 232, 237)
}



/*End ABOUT Header*/

/*Start ABOUT Footer*/

.about-footer {
    display: grid;
    text-align: center;
    align-content: center;

    grid-column: 1/11;
    grid-row: 5/6;
    background-color: rgb(224, 232, 237);
    width: 100%;
    height: 70px;
    z-index:4;
}

.about-footer h3 {
    font-weight: bold;
    font-size: 25px;
    color:  #4c4c65;
}

.about-footer p {
    line-height: 1;
    padding: 0px;
}

/*End ABOUT Footer*/

/*Start TACOS Header*/

.header_tacos {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/4;
    height: 120px;
    padding-bottom: 1000px;
   
   
}

.header_tacos h2  {
    display: grid;
    grid-column: 1/5;
    grid-row: 2/3;
    position: relative;
    z-index: 1;
    text-align: right;
    align-content: center;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 55px;
    color: rgb(224, 232, 237);
    background-color: #4c4c65;
    z-index: 2;

   
}

.header_tacos h1 {
    display: grid;
    grid-column: 1/5   ;
    grid-row: 3/4;
    position: relative;
    z-index: 1;
    text-align: right;
    padding-right: 40px;
    margin-right: 120px;
    margin-bottom: 0px;
    margin-top: 0px;
    align-content: center;
    font-size: 35px;
    color: #4c4c65;
    background-color: rgb(224, 232, 237);
    height: 50px;
    z-index: 3;
   
}


.TACOS {
    display: grid;
    grid-column: 5/10;
    grid-row: 2/9;
    margin-bottom: 200px;
    padding-bottom: 100px;
    z-index: 5;
  
}

.TACOS h1 {
color: #4c4c65;

}

.TACOS h2 {

color: #4c4c65;
}

/*End TACOS Header*/







/*Start Footer*/

.footer {
    display: grid;
    text-align: center;
    align-content: center;
    padding-bottom: 15px;
    margin-top: 75px;
    padding: auto  ;
    grid-column: 1/11;
    grid-row: 6/7;
    background-color: rgb(224, 232, 237);
    width: 100%;
    height: 70px;
    z-index:4;
}

.footer h3 {
    font-weight: bold;
    font-size: 25px;
    color:  #4c4c65;
}

.footer p {
    line-height: 1;
    padding: 0px;
}

/*End Footer*/

/*Start Carousel*/

*{margin:0;padding:0;}

#wrap{
  position:fixed;
  left:0; top:0;
  width:75%;
  height:50%;
  display:flex;
  align-items:stretch;
  margin:25% 40%;
}

h4 {
    color: rgb(224, 232, 237);
    margin-bottom: 5px;
}

.hb {
  position:relative;
  width:65%;
  z-index:1;
  display:flex;
  align-items:center;
  z-index:2;
  scale: (.97);
  
}
.c{
  position:relative;
  display:block;
  max-width:80%;
  
}
.c img {
  position:relative;
  display:block;
  width:100%;
  height:auto;
  z-index:2;
  
}

.txt {
  position:absolute;
  top:100%; left:0%;
  width:90%;
  opacity:0;
  padding:1em 0 0 1em;
  border-left:1px solid;
  z-index:1;
  transform:scaleY(1) translateY(-50px);
  transition:transform .2s, opacity .5s;
  background-color: #4c4c656b;
}
h1 {
  font-size:1.2em;
  font-weight:700;
  text-transform:uppercase;
}
.hb:hover .txt {
  opacity:1;
  transform:scaleY(1) translateY(0);
}
.fullBg {
  position:fixed;top:0;left:0;width:100%;height:100%;
  opacity:0;
  transition:transform .5s, opacity .5s;
  transform:scale(1);
  z-index:1;
}
.fullBg img {
  width:100%;height:100%;
  object-fit:cover;object-position:center;
  opacity:.5;
}
.hb:hover + .fullBg {opacity:1;transform:scale(1.02);}
.credits {
  position:fixed;
  bottom:0;right:0;
  padding:1.5em;
  font-size:.8em;
  text-align:right;
  font-style:italic;
  opacity:.8;
  transition:opacity .2;
  z-index:3;
}
.credits:hover {
  text-decoration:underline;
  opacity:1;
}


/*End Carousel*/


