body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: black;
  background-color: gainsboro;
}

a {
  color: black;
  font-family: 'Architects Daughter', cursive;;
  text-decoration: none;
  font-size: large;
}

ul {
  list-style: none;
}

h1 {
  font-size: 5.625rem;
  margin: 0 auto;
  font-family: 'Architects Daughter', cursive;
  color: whitesmoke;
  padding-top: 0px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.0;
  color:whitesmoke;
}

h3 {
  font-family: 'Architects Daughter', cursive;
  font-size: 1.5em;
  color: whitesmoke;
}

h4 {
  font-family: 'Architects Daughter', cursive;
  font-size: 1.5em;
  color: black;
}

hr {
  width: 7%;
  border-style: dotted;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-width: thick;
  border-color: #43525D;
  margin: 100px auto 100px auto;
}

p {
  font-family: 'Montserrat', sans-serif;
  line-height: 2;
  justify-self: left;
}

/* Navbar styles */
.nav-container {
    background-color: rgba(220,220,220,1.0);
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    font-family: 'Architects Daughter', cursive;
    color: black;
    overflow: visible;
}

@media only screen and (max-width:769px) {
  .nav-container {
    background-color: rgba(220,220,220,.95);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    font-family: 'Architects Daughter', cursive;
    color: black;
    overflow: visible;
  }
  
}

.navbar {
  /* position: absolute; */
    background-color: gainsboro;
    height: 70px;
    width: 100%;
    z-index: 998;

}

@media only screen and (max-width:769px) {
  .navbar {
    height: 140px;
  }
}

.navbar ul {
  display: flex;
  flex-direction: row;
}

.navbar a {
  padding: 15px;
}

/* Change the color of links on hover */
.navbar li:hover {
  color: #AF353D;
  border-bottom: 3px solid #AF353D;
}

.top-container {
  background-image: linear-gradient(to bottom,#444,rgba(0,0,0,.75));
  padding-top: 0;
  padding-bottom: 20px;
}

.middle-container {
  background-image: linear-gradient(to top,#444,rgba(0,0,0,.75));
  display: flex;
  flex-direction: column;
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 769px) {
  .middle-container {
    flex-direction: row;
  }
}


.profile-img {
  max-height: 400px;
  margin: 20px;
}

.rounded {
  padding: 20px;
}


.intro {
  color: whitesmoke;
  padding: 20px;
}


.skills-content {
  width: auto;
  height: auto;
  margin: 20px;
}

.skills-container {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 20px;
  
}

@media only screen and (min-width: 769px) {
  .skills-container {
    flex-direction: column;
    width: auto;
  }
}

.skill {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.about-container {
  display: flex;
  flex-direction: column;
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 769px) {
  .about-container {
    flex-direction: row;
  }
}

.about-column1 {
  width: auto;
  margin: 30px;
  text-align: left;
}

.about-column2 {
  width: auto;
  margin: 30px;
  text-align: left;
  padding-top: 50px;
}

.AMU {
  height: 400px;
  width: auto;
}

.rounded {
  max-height: 300px;
  border-radius: 10%;
}

.workProfile {
  border-radius: 10%;
  width: 30%;
  float: left;
  margin-right: 30px;
}

.mac-image {
  border-radius: 10%;
  width: 35%;
  float: right;
  margin-left: 30px;
}

.bottom-disc {
  width: auto;
  margin: 40px auto 60px auto;
}

.contact-me {
  margin: 50px auto 50px auto;
}

.butn {
  background: #e4a13c;
  background-image: -webkit-linear-gradient(top, #e4a13c, #dc880b);
  background-image: -moz-linear-gradient(top, #e4a13c, #dc880b);
  background-image: -ms-linear-gradient(top, #e4a13c, #dc880b);
  background-image: -o-linear-gradient(top, #e4a13c, #dc880b);
  background-image: linear-gradient(to bottom, #e4a13c, #dc880b);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #3c63fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.bottom-container {
  background-image: linear-gradient(to top,#444,rgba(0,0,0,.75));
  height: 100px;
  padding: 50px 0px 20px;
}



.footer-link {
  color: gainsboro;
  font-family: 'Montserrat', sans-serif;
  font-size-adjust: auto;
  font-weight: bold;
  text-decoration: none;
}

.footer-link :hover {
  color: #e4a13c;
  border-bottom: 3px solid #e4a13c;
}

#footer-name {
  font-size: .75rem;
  color: #EAF6F6;
  padding: 20px 0;
}

.linkedin {
  display: inline-block;
  padding-right: 20px;
  color: #EAF6F6;
}

.twitter {
  display: inline-block;
  color: #EAF6F6;
}

.weblink {
  display: inline-block;
  padding-left: 20px;
  color: #EAF6F6;
}