body {
  background-color: #ffffff;
  font-weight: 700;
  font-family:'Montserrat', sans-serif !important;
  top: 100px;
  height: 100%;
  margin:0;
}

.container {
  display:flex;
  padding: 80px;
}

.container3 {
  padding: 80px;
}

.container4 {
  display: flex;
}

.fixed {
  width: 95%;
}

.flex-item {
  margin: -50px 0 0 0;
  align-items: center;
  padding-right: 60px;
  padding-top: 40px;
}

#headline {
  font-size: 55px;
  width:100%;
}

#tagline {
  font-size:35px;
}

#links {
  position: relative;
  color:#9491b4;
  text-decoration: none;
}

#links::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12%;
  border-radius: 4px;
  background-color:#9491b4;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .5s ease-in-out;
}

#links:hover::before {
transform-origin: left;
transform: scaleX(1);
}

.title-white {
  font-size: 35px;
  padding-top: 80px;
  padding-left: 80px;
  color:white;
}

.title-black {
  font-size: 35px;
  padding-top: 80px;
  padding-left: 80px;
  color:black;
}

#about {
  background-color: #b36f2d;
}

.summary {
  color: white;
  font-size: 20px;
}

#resume {
  text-align: center;
  padding-top: 20px;
}

.download {
  color: white;
  border: 2px solid;
  text-decoration: none !important;
  border-radius: 40px;
  border-color: solid #e7e7e7;  
  padding: 12px 20px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
}

.download:hover {
  color:#b36f2d;
  background-color: white;
  border-color: white;
  transition: .4s ease-in-out;
}

.column {
  float: left;
  width: 25%;
}
/* Stops the float property from affecting content after the columns */
.column:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .fixed {
    width: 100%;
  }
  .flex-item {
    width: 100%;
  }
}

.stats {
  color: black;
  font-size: 30px;
  text-align: center;
  padding-bottom: 15px;
}

.substat {
  margin-top: -5px;
  font-size: 15px;
  color: grey;
  font-style: italic;
}

progress {
  border: 0;
  height: 20px;
  width: 100%;
  border-radius: 8px;
}
progress::-webkit-progress-bar {
  border: 0;
  height: 20px;
  width: 100%;
  border-radius: 8px;
  background-color: #9491b4 !important;
}
progress::-webkit-progress-value {
  border: 0;
  height: 20px;
  width: 100%;
  border-radius: 8px;
}
progress::-moz-progress-bar {
  border: 0;
  height: 20px;
  width: 100%;
  border-radius: 8px;
  background-color: #9491b4 !important;
}

progress {
  color:#9491b4;
}

.skills-container {
  text-align: center;
  margin-top: -5px;
}

.skills {
  width: 50px;
  padding: 20px;
  margin-bottom: -10px;
  margin-left: 4px;
  margin-right:5px
}

.skills.grow {
  transition: .8s ease-in-out;
}

.skills:hover {
  transform: scale(1.2);
}

#projects {
  background-color: #a69843;
}

.card {
  transition: 0.3s;
  border-radius: 10px;
  background-color: white;
  width: 400px;
  margin: 20px;
  box-shadow: black;
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 10px 10px 0 0;
}

h3 {
  margin: 5%;
}

h4 {
  margin: 5%;
  color: grey;
}

#hyperlinks {
  margin: 5%;
  margin-top: -2%;
}

#contact {
  background-color: white;
}

.icons {
  color: black;
  text-align: center;
  padding: 2%;
}

.icons:hover {
  color: #9491b4;
  transition: .4s ease-in-out;
}

i {
  display: inline-block;}

i.grow {
  transition: all .3s ease-in-out;
}

i:hover {
  transform: scale(1.2);
}

#rights {
  text-align: center;
  color:#b36f2d;
  margin: 30px;
}
