body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #0c0c0c;
  overflow-x: hidden;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/mountain.jpeg");
  /* Set a specific height */
  height: 100%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/* Place text in the middle of the image */

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border: white solid 5px;
  border-radius: 10px;
  padding: 40px;
}

.hero-text1 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 10px;
  padding: 40px;
}

#header {
  font-size: 50px;
}

#subheader {
  font-size: 20px;
}

#headbutt {
  border-radius: 5px;
  border: 0px;
  background-color: #c75001;
  color: rgb(255, 255, 255);
}

#headbutt:hover {
  background: rgb(100, 37, 0);
  color: white;
  transform: scale(1.25);
  transition: .2s ease-in-out 0s;
}

#projectbutton:hover {
  transform: scale(1.10);
  transition: .2s ease-in-out 0s;
}

#headericons {
  max-width: 26px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  left: 10px;
}


/* nav */

.topnav {
  background-color: black;
  text-align: center;
  margin-right: 0px;
  padding-top: 14px;
  padding-bottom: 2px;
}

.topnav a {
  color: rgb(211, 211, 211);
  font-size: 30px;
  margin: 18px;
  padding-right: 33px;
}

.topnav a:hover {
  color: rgb(255, 255, 255);
}

#logo {
  max-width: 40px;
}


/*welcome text*/

.intro {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  text-align: center;
  color: darkgray;
}

hr {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
  width: 80%;
  border-color: #000000;
}


/*about me*/

#me {
  max-width: 300px;
}

#abtme {
  color: darkgray;
}

.aboutme {
  font-size: 40px;
}

#abt {
  font-size: 14px;
}

.unit {
  color: darkgray;
}

.unit:hover {
  color: white;
}

.wrapperCard {
  text-align: center;
}

.card {
  display: inline-block;
  border-radius: 10%;
}

.card .card-img-top {
  border-radius: 10%;
}


/*skills*/

.skills {
  color: darkgray;
  display: inline;
  font-size: 40px;
  padding-bottom: 20px;
}

#skillz {
  color: darkgray;
}

#skillz #skillsTitle {
  font-size: 46px;
  color: rgb(196, 196, 196);
}

.galla {
  height: auto;
  width: 150px;
  padding-top: 20px;
}

#jssign,
#b4sign {
  width: 100px;
}

#csssign {
  width: 100px;
}

#htmlsign {
  width: 100px;
}

#b4sign {
  margin-top: 35px;
}

#sql {
  padding-top: 60px;
}

#pyff {
  width: 100px;
  padding-top: 60px;
}

#jq {
  margin-top: 90px;
  max-width: 200px;
  padding-bottom: 20px;
}

.col {
  background-color: #000000;
}


/*project card*/

#projcard {
  position: relative;
  text-align: center;
  color: white;
}

#projcard img {
  opacity: 0.5;
  transition-duration: 0.2s;
  border-radius: 25px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 400;
  color: white;
}


/* Style the container/contact section */

#cont {
  border-radius: 25px;
  background-color: #030303;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: rgb(175, 175, 175);
}

#cont h2 {
  font-size: 30px;
}

#cont img {
  max-width: 20px;
  padding-right: 5px;
  margin-bottom: 4px;
}

form {
  position: relative;
  left: 42%;
}

#formbutton {
  background-color: orangered;
  color: rgb(27, 27, 27);
  border-radius: 5px;
  border: 0;
  color: white;
  margin-top: 10px;
}


/* Create two columns that float next to eachother */

.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}


/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

input {
  background-color: #f2f2f2;
  color: black;
}


/* footer */

.footer-section {
  background: #313131;
  padding: 20px 0;
  color: #f8f8f8;
}

.footer-section p {
  font-size: 14px;
}

.footer-section a {
  color: #ffffff;
}

.insta {
  float: left;
  max-width: 36px;
  margin-right: -3px;
}

.fb {
  float: left;
  max-width: 33px;
  margin-left: 20px;
}


/*Projects page*/


/*Header/top image*/

.hero-image1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("images/projectz.png");
  height: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image1 p {
  position: relative;
  top: 25px;
}

.hero-image1 #topp {
  font-size: 20px;
}

#home {
  background-color: rgb(255, 255, 255);
  border: 0px;
  color: black;
  box-shadow: 10px 16px 20px black;
}

#home:hover {
  background-color: rgb(63, 63, 63);
  color: white;
  transform: scale(1.25);
  transition: .2s ease-in-out 0s;
}

#home1 {
  background-color: blueviolet;
  border: 0px;
  position: fixed;
  z-index: 99;
  left: 10px;
  top: 10px;
  opacity: 0.8;
  font-size: 14px;
}

#home1:hover {
  opacity: 1;
  transition: 0.5s;
  transform: scale(1.25);
  transition: .2s ease-in-out 0s;
}


/*websites*/

#website-section {
  background-color: #1d1d1d;
}

#website-section #w1 {
  padding-bottom: 25px;
}

#website-section .container {
  margin-top: 50px;
  color: #d6d6d6;
}

#website-section .container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  border-bottom: 2px solid darkgrey;
}

#website-section .btn {
  background-color: #530053;
  border: none;
  margin: 10px 0;
}

#website-section .p1 {
  color: darkgray;
  padding-top: 10px;
  text-align: center;
}

#website-section .myimg {
  opacity: 0.7;
  transition: 0.5s;
  width: 100%;
}

.webproj {
  text-align: center;
  font-size: 20px;
  color: white;
}

.myimg:hover {
  opacity: 1;
}

#myweb {
  max-width: 500px;
  border: 1px solid darkgrey;
}

#top h1 {
  font-size: 100px;
}

#top p {
  font-size: 30px;
}

.thumbnail {
  border: 1px solid darkgrey;
  max-width: 800px;
  box-shadow: 5px 10px 20px black;
  margin-bottom: 5px;
}


/*JS*/

#jss p {
  color: darkgray;
  padding: 10px 0;
}

#jss .js-title {
  text-align: center;
  font-size: 20px;
  color: white;
}

#jss .js-info {
  text-align: center;
  font-size: 12px;
  color: darkgray;
}

#jss .btn {
  margin: 10px 1px;
}

#jss #python1 {
  max-width: 150px;
  padding: 0 20px;
  text-align: center;
}

#jss #pythons {
  color: darkgray;
}

#jss .game {
  opacity: 0.7;
  transition: 0.5s;
}

#jss .game:hover {
  opacity: 1;
}

#jss #type {
  max-width: 100%;
  opacity: 0.7;
  transition: 0.5s;
}

#jss #type:hover {
  opacity: 1;
}

#jss .web {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  border-bottom: 2px solid white;
}


/*School*/

.head {
  font-size: 30px;
}

#schools {
  background-color: #282828;
  margin-top: 100px;
  margin-bottom: 50px;
}

#schools h1 {
  color: darkgray;
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
}


/* media queries */

@media screen and (max-width: 770px) {
  .p1 {
    margin-bottom: 120px;
  }
  #top h1 {
    font-size: 90px;
  }
  #me {
    margin-left: 135px;
    max-width: 200px;
  }
  #top p {
    font-size: 40px;
  }
  #type {
    max-width: 100%;
  }
  #header {
    font-size: 22px;
  }
  #subheader {
    font-size: 14px;
    width: 200px;
  }
  #hero-text>p {
    font-size: 14px;
  }
  #headbutt {
    font-size: 10px;
  }
  #headericons {
    max-width: 20px;
    margin-right: 5px;
  }
  #cm {
    font-size: 12px;
    padding: 5px;
  }
  h2 {
    text-align: center;
    padding-bottom: 10px;
  }
  #abtme {
    padding: 30px;
  }
  .centered {
    font-size: 20px;
  }
  #home1 {
    font-size: 10px;
  }
  #home {
    font-size: 12px;
  }
  #scroll {
    font-size: 10px;
  }
  .hero-image {
    height: 93%;
  }
  .hero-image1 {
    height: 93%;
  }
  #myTopnav a {
    font-size: 22px;
    margin: 0px;
  }
  #logo {
    max-width: 20px;
  }
  form {
    position: relative;
    left: 33%;
  }
}

@media screen and (max-width: 500px) {
  #me {
    margin-left: 70px;
  }
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .column,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}


/*# sourceMappingURL=main.css.map */