/*THIS IS THE ENTIRE BODY BACKGROUND*/

body {
  background-color: white;
  font-family: "Vollkorn", serif;
}

/*THIS IS THE WRAPPER FOR THE WHOLE PAGE*/

.wrapperpage {
  background-color: #f4f8fc;
  margin: 20px;
}

/*THIS IS THE NAV BAR*/

a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 5px;
}

div#top_nav {
  padding-top: 0px;
  text-align: center;
  font-size: 20px;
}

div#top_nav li {
  display: inline;
  padding: 15px;
  margin: 5px;
}

div#top_nav a {
  display: inline-block;
  position: relative;
}

div#top_nav a:hover {
  color: #3b6e93;
}

div#top_nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #3b6e93;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

div#top_nav a:hover:before,
div#top_nav a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.active {
  color: #3b6e93;
}

.Slogo {
  font-size: 80px;
  font-family: "Clicker Script", cursive;
  font-weight: bold;
}

/*THIS IS MY PROJECTS PAGE*/
.projectsText {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  letter-spacing: 2px;
  padding: 2%;
}
.projectspage {
  padding-top: 0px;
  padding-left: 12%;
  padding-right: 12%;
}
h4 {
  text-align: center;
}
video {
  margin-bottom: 4%;
}

.box {
  padding: 10%;
  margin-bottom: 10%;
  margin-right: 5%;
}

.cssbox > div {
  /*background: #eee;*/
  padding: 1em;
}

.cssbox > div:nth-child(odd) {
  /*background: #ddd;*/
}

.box1 {
  grid-column: 1/3;
  height: 220px;
  box-shadow: 10px 10px 5px #888;
  background-image: url("/assets/movies.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.box1:hover {
  opacity: 0.6;
}
.box2 {
  box-shadow: 10px 10px 5px #888;
  height: 220px;
  background-image: url("/assets/sushi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.box3 {
  height: 250px;
  box-shadow: 10px 10px 5px #888;
  background-image: url("/assets/day.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.box4 {
  height: 250px;
  box-shadow: 10px 10px 5px #888;
  background-image: url("/assets/calendar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.box4:hover {
  opacity: 0.6;
}
.box5 {
  height: 250px;
  box-shadow: 10px 10px 5px #888;
  background-image: url("/assets/hangout.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2%;
}

/*THIS IS THE MODAL FEATURE*/

.modal {
  background-color: white;
  opacity: 0.8;
  width: 80%;
  height: 100%;
  overflow: scroll;
}
video {
  float: left;
}
.ModalText {
  text-align: center;
  align-self: center;
  width: 100%;
}
h5 {
  text-align: center;
}
.projectbtn {
  text-align: center;
}

/*ABOUT ME PAGE*/

.aboutmepage {
  padding-top: 3%;
  padding-left: 12%;
  padding-right: 12%;
}

.box6 {
  grid-column: 1;
  width: 220px;
  height: 220px;
  background-image: url("/assets/ahc.jpeg");
  background-size: cover;
  opacity: 1;
  margin-top: 3%;
  margin-bottom: 10%;
  margin-left: 4%;
  border-radius: 50%;
  box-shadow: 10px 10px 5px #888;
}

.box7 {
  grid-column: 2/4;
  box-shadow: 10px 10px 5px #888;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  border: 5px #bdbdbd solid;
  padding: 2%;
}
.intro {
  color: #424242;
  font-size: 20px;
  text-align: center;
  padding-top: 0px;
}
.resumebutton {
  text-align: center;
  padding: 0px;
  padding-bottom: 10px;
  z-index: 0;
}
.resumebtn {
  z-index: 0;
}
.resume {
  width: 85%;
  height: 1000px;
  background-image: url("/assets/AkilHowardResume.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15%;
  margin-right: 15%;
}
/*THIS IS MY SKILLS PAGE*/
.skillspage {
  font-size: 50px;
  text-align: center;
}
.skillstext {
  letter-spacing: 4px;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 100;
  padding: 25px;
}
.skillstext:hover {
  color: #3b6e93;
}
.firsteightskills {
  text-align: center;
  padding: 30px;
}

.secondeightskills {
  text-align: center;
  padding: 30px;
}

.devicon {
  padding: 20px;
  opacity: 0.7;
}

.devicon:hover {
  color: #3b6e93;
}

/*THIS IS CONTACT ME PAGE*/
.contactmepage {
  text-align: center;
  padding: 30px;
}
.btn {
  text-transform: none;
}

/*THIS IS THE FOOTER*/

.footer {
  text-align: center;
  overflow: hidden;
  margin: 0;
}

.github {
  padding-right: 30px;
}

.linkedin {
  padding-right: 30px;
}

.slack {
  padding-right: 30px;
}

/*THIS IS HOVER OVER EFFECT ON FOOTER*/

.github:hover {
  color: #3b6e93;
}

.linkedin:hover {
  color: #3b6e93;
}

.dribble:hover {
  color: #3b6e93;
}

.slack:hover {
  color: #3b6e93;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  float: right;
  /*display:none;*/
}

.scrollToTop:hover {
  text-decoration: none;
}

.copywright {
  text-align: center;
  color: #424242;
  padding: 2%;
}

/* CONTACT ME INPUT FORM */

@import url(https://fonts.googleapis.com/css?family=Vollkorn);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* setings for the body of input form */
body#formContainer {
  font-family: "Vollkorn", serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
}
/* A Container Holding the Contact Form  */
#formContainer {
  margin: 0 auto;
  position: relative;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.65); /* Black w/ opacity */
}

/* The Actual Contact Form */
#insideForm {
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Vollkorn", serif;
}

#contact {
  background: #f9f9f9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #3b6e93;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #80b4a8;
  color: #000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
  padding: 5px;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.contactForm {
  text-align: center;
}

/* The Close Button Inside the Contact Form */
.close {
  color: #aaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Media Queries for the entire site */
@media only screen and (max-width: 820px) {
  #insideForm {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .cssbox {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: minmax(200px; auto);
    justify-items: stretch;
    align-items: stretch;
  }
}

@media (min-width: 820px) {
  .mobilenav {
    visibility: hidden;
  }
}
@media (max-width: 820px) {
  #top_nav {
    visibility: hidden;
    height: 90px;
    margin: 5%;
  }
  .fixed-action-btn {
    top: 7%;
    margin-right: 1%;
    position: absolute;
    z-index: 0;
  }
}
