
 

*{
    margin: 0;
    padding: 0;
    font-size: 12px;
    box-sizing: border-box;
}

#herohead{
    background: url('../imgs/main_bkgd.jpg') no-repeat 0 0/cover; 
    display: flex; 
    flex-direction: column;
    width: 100%;
    
}

header{
    display: flex;
    padding: 1.5rem ;
    
    
 
  
}

button {
  background-color: rgba(19, 8, 119, 0.726);
  border: solid 1px white;
  color: white;
 cursor: pointer;
  border-radius: 8px;
}




#headerWrapper{
    background-color: black;
    color: white;
    position: fixed;
    width: 100%;

}




#headerWrapper ul{
    list-style: none;
}

#headerWrapper li{
    color: ghostwhite;
    font-size: 1rem;
    display: inline;
    padding: 1.5rem;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.blackbackground{
  background-color: black;
}




#headerWrapper nav li a{
    /* text-decoration: none; */
    text-transform: capitalize;
    font-size: 1.5rem;
    color: rgb(76, 162, 212);
    text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

#headerWrapper nav li a:hover{
  
  color: rgb(127, 127, 250);
  border-bottom: rgb(127, 127, 250);
}

#headerWrapper nav li a:active{
  
  color:red;
  border-bottom: rgb(127, 127, 250);
}

.mainLogo{
  background-color: rgba(255, 255, 255, 0.568);
  border: blue 0.5px;
}



#info{
    margin-left: auto;
    color: ghostwhite;
    font-size: 1.5rem;
    
}

#info p{
  font-size: 1.5rem;
}




.container{
    width: 1200px;
    margin: 0 auto;
}

#heroheadContent{
    height: 500px;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    align-self: center;
    text-align: center;      
}

#heroheadContent #callToAction{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    margin: 1rem;
    border-radius: .5rem;
    padding: .6rem;
}

#heroheadContent .mgriffinDesigns{
    display: flex;
    justify-content: center;   
}

#heroheadContent #callToAction button{
margin: 1rem;
font-size: 1.5rem;
padding: 1rem 1.5rem;
border-radius: .3rem;
}

#heroheadContent .mainLogo{
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    align-self: center;
    text-align: center;
    
}

/* content containing about  */

.container .mainContent{
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    

}

.picContent{
    border: darkblue;
    margin: -75px 10px 0px 20px;
    border-style: solid;
  border-color: white;
  background-color: white;
  border-width:8px;
  width: 40%;

}

.picContent img{
  padding: 0, 1rem 0 0;
}

/* for  main headings */
.title{
    width:100;
    font-size: 30pt;
    color:whitesmoke;
    background-color: darkgray;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    font-weight: bold;
    
    
}

/* end */

.pic{
    margin-right: 200px;
    padding: 10px;
}

.about{
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.aboutContent{

width: 50%;
padding: 1rem 2rem;
}

.containerP{ 
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1.2rem;
padding: 5px;
line-height: 1.8;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
  } 

  /* end of content containing about */

.hr1 { 

    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 5px;
    
    
  } 

  /* content containing skills */

  .secContent{
    display: flex;
    justify-content: space-between;
    padding: 5px;
   

  }

 

  .imgContent{
    /* border: black solid; */
      padding: 2rem 8rem;
      justify-content: center;
  }
  .mainHeight{
    height: 75px;
}

  .height{
      height: 100px;
  }

  .heightHeading{
      height: 375px;
  }



  .subP{
      padding: 10px;
      font-size: 16pt;
      
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .subLi{
      padding: 10px;
      font-size: 1rem;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      line-height: 1.6;
  }
/* end of content containing skills */


/* contact content */
  .contactContainer{
    background-image:url(../imgs/numbers1.jpg);
    /* padding: 10px; */
    height: auto;
    width: 100%;
    margin-top: -10px;
    
     }

.contactContent{
  
   width: 50%;
padding:1rem 1rem;
   color:white;
   
   }

   .contactContent2{
  
    width: 50%;
 padding:2rem 2rem;
    color:white;
    
    }

   .contactFlex{
       display: flex;
      
   }

   .social-links a > i.fa {
    color: #fff;
    font-size: 3rem;
    margin: 1rem;
  }
  
  .social-links a:hover > i.fa {
    color: darkgrey;
    font-size: 3rem;
  }

   input[type=text], input[type=email], textarea{
width: 100%;
padding:12px;
border: 1px solid lightgray;
border-radius: 4px;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-size: 20pt;
   }

   input[type=submit]{
       background-color: darkgray;
       color:white;
       padding: 27px 25px;
       border: none;
       border-radius: 10px;
       width: 45%;
       font-size: 20pt;

       
   }

   input[type=submit]:hover {
    background-color: darkgray;
  }



 .contentP{
    font-size: 20pt;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    line-height: 1.6;

  }
  /* end of contact info */

  .height1{
      height: 75px;
  }

/* Content for footer */

footer{
    background-color:rgba(0, 0, 0, 0.6);
    color:white;
    opacity: 2px;
    width: 100%;
    margin-top: 20px;
}

  .footerBox{
      display: flex;
      width:100%;
justify-content: center;
      
  }

  .footerContent{
padding: 10px;

  }

  .footerfont{
      font-size: 14pt;
      padding:10px;
      width: 100%;
      text-align: center;
  }

  /* end of footer */

/* lightbox */


.portfolio{
    background: url('../imgs/black-vector-design-17.jpg') no-repeat 0 0/cover; 
   
    width: 100%;
    height: auto;
}

.h2p{
  color:white;
  
}


.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.images {
  display: flex;
  justify-content: space-evenly;
  width: 30%;
  margin: auto;
}


.slideshow-container {
  width: 40%;
  /* position: relative; */
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  /* position: absolute; */
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #0000ff;
  font-weight: bold;
  font-size: 3rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
/* .text {
  color: black;
  font-size: 1.5rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  margin: 20px 20px;
} */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  /* height: 15px; */
  /* width: 15px; */
  margin: 5px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}



  @media only screen and (max-width:780px) {
    /* For mobile phones: */

.aboutContent{
  width: unset;
}

    body html{
      overflow: hidden;
  }

  body{
      margin: 0;
  }

    #herohead{
      height: auto;
    }
    
    header{
flex-direction: column;
    }

    .container{
      width: 100vw;
      margin: 0 auto;
  }

    #heroheadContent #callToAction{
      flex-direction: column;
  }
  
  #heroheadContent .mgriffinDesigns{
     flex-direction: column; 
  }

  #heroheadContent{
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;    
}



  .container .mainContent{
  flex-direction: column;
  
}

.picContent{
  width: 100%;
  margin:unset;

}

/* #heroheadContent{
  height: auto;
 
 flex-direction: column;
    
} */

#info{
  flex-direction: column;
  margin: 0;
}

.secContent{
flex-direction: column;
margin: 0 auto;
}

.contactFlex{
 flex-direction: column;
 
}

.contactContent{
  width: unset;

}

.contactContent2{
  width: unset;
}

#info p{
  font-size: 1.2rem;
  margin: 2rem auto;
}

#headerWrapper{
  width: unset;
 
    position: fixed;
}

#headerWrapper li{
  padding: 1.3rem;
}

/* NEW NAV */
/* .menu { 
  position: relative;
  width: 100%;
}
.sitename {
  position: absolute;
  top: 0;
  left: 15px;
  margin-left: 0px;
}
.menu-items {
  display: none; 
  width: 100%;
  margin-top: 50px;
  background-color: #008378;
}
.menu-items li {
  display: block;
  text-align: center;
}
.show, .hide {  
  position: absolute;
  top: 0;
  right: 15px;
}
.show {
  display: inline-block;
}
.hide {
  display: none;
}
#menu:target .show {
  display: none;
}
#menu:target .hide, #menu:target .menu-items {
  display: inline-block;
} */


.prev,
.next,
.text {
    font-size: 1rem;
    padding: unset;
}

.text {
    display: none;
}

.slideshow-container {
    width: 85%;
}

.dot {
    margin: 0 auto;
    width: unset;
}

.images {
    width: unset;
}
  }



