body,
h1,
h2,
h3,
h4,
h5,
h6,
u1 {
  font-family: "Share Tech Mono", monospace;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 200px;
  width: auto !important;
  width: 200px;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
}

#navbar {
  overflow: hidden;
  background-color: black;
  position: fixed;
  padding-top: 10px;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}

ul {
  margin: -10px;
  margin-bottom: 10px;
  padding: 0px;
  overflow: hidden;
}

#name {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 20px;
  letter-spacing: 5px;
  font-size: 20px;
}

li {
  float: right;
  list-style-type: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  letter-spacing: 3px;
}

li a:hover {
  background-color: #a9a9a9;
}

#introduction {
  background-color: whitesmoke;
  padding-bottom: 25px;
  padding-top: 10px;
}

img {
  border-radius: 0%;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#profile {
  border: 20px;
  border: 10px solid #ddd;
  border-radius: 50%;
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}

.umassLogo {
  margin-top: 20px;
  width: 30%;
}

.languages {
  margin-top: 0px;
  width: 20%;
}

.languages1 {
  margin-top: 0px;
  width: 14%;
}

.certificate {
  border: 0px;
  border: 0px;
  border-radius: 0%;
  display: block;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#certificateTop {
  margin-top: 100px;
}

h1 {
  text-align: center;
  font-size: 60px;
}

h2 {
  text-align: center;
  font-size: 40px;
}

h3 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 0px;
}

h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0px;
}

h5 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0px;
}

.line {
  width: 100px;
  height: -10px;
  border-bottom: 5px solid black;
  margin-left: auto;
  margin-right: auto;
}

.text {
  margin-left: 19%;
  margin-right: 19%;
  font-size: 20px;
  font-family: "Montserrat", serif;
  line-height: 1.5;
}

#about {
  padding-bottom: 10px;
}

#aboutMe {
  margin-top: 5%;
  font-family: "Share Tech Mono", monospace;
}

#projects {
  background: whitesmoke;
  padding-bottom: 10%;
}

#webTuner {
  width: 100%;
  box-shadow: 2px 2px grey;
}

.tunerProject {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.grid-tuner {
  display: flex;
  margin-bottom: 2.5%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.columnTunerApp {
  flex: 50%;
  padding: 6px;
}

.columnTunerApp:hover {
  opacity: 0.5;
}

.tunerProject:hover {
  opacity: 0.7;
}

#tunerPhoto1 {
  float: right;
  box-shadow: 2px 2px grey;
  width: 100%;
}

#tunerPhoto2 {
  float: left;
  box-shadow: 2px 2px grey;
  width: 100%;
}

#redditApp {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px grey;
}

#redditApp:hover {
  opacity: 0.5;
}

#graphWizApp {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px grey;
}

#graphWizApp:hover {
  opacity: 0.5;
}

.grid-website {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: -10%;
}

.grid-website .card {
  position: relative;
  margin: 3%;
}

.grid-website .card :hover {
  opacity: 0.7;
}

#D3-1 {
  width: 100%;
  box-shadow: 2px 2px grey;
}

#D3-2 {
  width: 100%;
  box-shadow: 2px 2px grey;
}

#D3-3 {
  width: 100%;
  box-shadow: 2px 2px grey;
}

#D3-4 {
  width: 100%;
  box-shadow: 2px 2px grey;
  margin-left: 5%;
}

#D3-5 {
  width: 85%;
  box-shadow: 2px 2px grey;
  height: 75%;
}

#certificationText {
  font-size: 30px;
  text-align: center;
  margin-bottom: -50px;
  color: black;
}

#skills {
  margin-top: 5%;
}

.row {
  display: flex;
  margin-left: 10%;
  margin-right: 10%;
  align-items: center;
}

.columnLanguages {
  flex: 25%;
  padding: 10px;
  align-items: center;
}

.columnFrameworks {
  flex: 25%;
  padding 10px;
  align-items: center;
}

.columnOtherSkills {
  flex: 20%;
  padding: 5px;
  align-items: center;
}
#javaPic {
  width: 35%;
}

#htmlCssPic {
  width: 100%;
}

#javascriptPic {
  width: 50%;
}

#CPPPic{
  width: 60%;
}

#reactPic {
  width: 100%;
}

#angularjsPic{
  width: 70%;
}

#angularPic{
  margin-top: -5px;
  width: 70%;
}

#d3Pic {
  width: 50%;
}

#jenkins {
  width: 75%;
}

#cypress {
  width: 75%;
}

#jasmine {
  width: 80%;
}

#github {
  width: 90%;
}

#agileScrum {
  width: 85%;
}

#buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

#buttons li {
  float: left;
}

.certificate {
  margin-top: 2%;
}
.fa {
  padding: 20px;
  font-size: 80px !important;
  width: 80px;
  text-align: center;
  text-decoration: none;
  margin: 5px 10px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-github {
  background: black;
  color: white;
}

.fa-envelope {
  background: Red;
  color: white;
}

footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 900px) {
  body {
    width: 100%;
  }

  #name {
    display: none;
  }
  
  li {
    width: 25%;
  }

  li a {
    color: white;
    text-align: center;
    padding: 20px 0px;
    text-decoration: none;
    letter-spacing: 0.1px;
  }

  #profile {
    width: 40%;
  }

  .text {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    font-family: "Montserrat", serif;
    line-height: 1.5;
  }

  .logo {
    width: 50%;
  }

  .tunerProject {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #webTuner {
    width: 70%;
  }

  .grid-tuner {
    display: flex;
    margin-bottom: 2.5%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }

  .columnTunerApp {
    flex: 100%;
    padding: 6px;
  }

  #tunerPhoto1 {
    float: right;
    width: 100%;
    box-shadow: 2px 2px grey;
  }

  #tunerPhoto2 {
    float: left;
    width: 100%;
    box-shadow: 2px 2px grey;
  }

  .grid-website {
    display: block;
    margin-top: 20%;
  }

  .grid-website .card :hover {
    opacity: 0.7;
  }

  .reddit {
    width: 100%;
  }

  #redditApp {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  #graphWizApp {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-website {
    margin-top: 0;
  }

  #D3-1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px grey;
  }

  #D3-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px grey;
  }

  #D3-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px grey;
  }

  #D3-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px grey;
  }

  #D3-5 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 5% 0% 5% 0%;
  }

  .row {
    margin-left: 1%;
    margin-right: 1%;
  }

  #htmlPic {
    width: 35%;
  }

  #javascriptPic {
    width: 70%;
  }
  
  #javaPic {
    width: 55%;
  }
 
  #CPPPic{
    width: 80%;
  }
  
  #d3Pic {
    width: 80%;
  }

  #reactPic {
    width: 100%;
  }

  #angularjsPic{
    width: 100%;
  }

  #angularPic{
    width: 100%;
  }

  #jenkins {
    width: 100%;
  }

  #cypress {
    width: 100%;
  }

  #jasmine {
    width: 100%;
  }

  #github {
    width: 100%;
  }

  #agileScrum {
    width: 100%;
  }
 
  .certificate {
    width: 80%;
  }

  #contact {
    margin-top: 0px;
  }

  #buttons {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  #buttons ul {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0px;
  }

  #buttons li {
    width: 20%;
    float: left;
  }

  #buttons li a {
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    letter-spacing: 0px;
    margin: 0;
  }

  .fa {
    font-size: 40px !important;
    width: 100%;
    text-decoration: none;
    margin: 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  
   li a {
    letter-spacing: 0px;
    font-size: 12.5px;
  }
  
  .tunerProject {
    width: 95%;
  }

  #webTuner {
    width: 100%;
  }

  .grid-tuner {
    width: 100%;
  }

  #redditApp {
    width: 95%;
  }
  
  #graphWizApp {
    width: 95%;
  }
  .certificate {
    width: 100%;
  }

  #D3-1 {
    width: 100%;
  }

  #D3-2 {
    width: 100%;
  }

  #D3-3 {
    width: 100%;
  }

  #D3-4 {
    width: 100%;
  }

  #D3-5 {
    width: 100%;
  }
  
  #jenkins {
    width: 100%;
  }

  #cypress {
    width: 100%;
  }

  #jasmine {
    width: 100%;
  }

  #github {
    width: 100%;
  }

  #agileScrum {
    width: 100%;
  }

  #buttons {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
