body {

  margin: 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  background: #F2F2F2;
  color: #323232;
  
 
}
.pics {

  resize: inline;
}


h1 {
  color: white;
  font-size: 5.625rem;
  margin: 10px auto 0 auto;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 1.2;
}

hr {
 width: 70%;
}

a{
  color: blue;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

a:hover {
  color: #09a3f5;
}



.role {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}


.top-container {
  background-color: black;
  position: relative;
  padding-top: 20px;
  margin: 0;
  text-align: center;
}

.profile{
  color: white;
  background-color: #16213E;
  padding-top: 10px;
  padding-bottom: 10px;
}
.counter {
  color: white;
  background-color: #16213E;
  padding-top: 5px;
  padding-bottom: 5px;
}
.counter a {
  color: white;
}

.container {
  max-width: 960px;
  margin: 40px auto;
  padding: 32px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0.1);
}

section {
  display: grid;
  grid-template-columns: 1fr 4 fr;
  grid-gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid lightgrey;
}

section:last-child {
  border-bottom: none;
}

.section-title {
  font-weight: bold;
  font-size: 25px;
}

.job {
  padding-bottom: 0px;
  margin-bottom:  0px;
  border-bottom: 1px solid lightgray;
}

.job:last-child {
  border-bottom: none;
}

.job-org {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 20px;
  text-align: left;
  font-weight: bold
}

.job-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
}

.job-title {
  width: 600px;
  font-weight: bold;
}

.job-description {
  width: 790px;
  font-style: italic;
}

.school {
  padding-bottom: 0px;
  margin-bottom:  0px;

}
.school-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
}
.school-degree {
  width: 600px;
  font-weight: bold;
}
.school-org {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  
}

.skills-container {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 800;
  margin-bottom: 5px;
}


.bottom-container {
  background-color: #16213E;
  padding: 30px 0 10px;
}

.role-statement {
  text-align: left;
  padding-left: 200px;
  margin: 0;
  line-height: 1.5;
  
}

.bullets {
 text-align: left;
 padding-left: 30px;
 padding-right: 50px;
 padding-bottom: 20px;
 margin: 0%;
}

.pro {
  text-decoration: underline;
}

.intro {
  width: 80%;
  margin: auto;
  font-size: 1.75rem;
  padding-bottom: 10px;
  text-align: left;
  
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.copyright {
  color: #EAF6F6;
  font-size: 1.5rem;
  padding: 20px 0;
}


.code-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}



.btn {
  background: black;
  background-image: -webkit-linear-gradient(top, black, #100720);
  background-image: -moz-linear-gradient(top, black, #100720);
  background-image: -ms-linear-gradient(top, black, #100720);
  background-image: -o-linear-gradient(top, black, #100720);
  background-image: linear-gradient(to bottom, black, #100720);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 10px 20px;
}

.btn:hover {
  background: #256D85;
  background-image: -webkit-linear-gradient(top, #256D85, #256D85);
  background-image: -moz-linear-gradient(top, #256D85, #256D85);
  background-image: -ms-linear-gradient(top, #256D85, #256D85);
  background-image: -o-linear-gradient(top, #256D85, #256D85);
  background-image: linear-gradient(to bottom, #256D85, #256D85);
  text-decoration: none;
}

.btn2 {
  background: white;
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(to bottom, white, white);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 10px 20px;
}

.btn2:hover {
  background: #256D85;
  background-image: -webkit-linear-gradient(top, #256D85, #256D85);
  background-image: -moz-linear-gradient(top, #256D85, #256D85);
  background-image: -ms-linear-gradient(top, #256D85, #256D85);
  background-image: -o-linear-gradient(top, #256D85, #256D85);
  background-image: linear-gradient(to bottom, #256D85, #256D85);
  text-decoration: none;
}

/* Linkedin */
.fa-linkedin {
  background: #3B5998;
  color: white;
  margin: 10px 20px;
}

/* GiHub */
.fa-github {

  background: #000000;
  color: white;
  border-radius: 80%;
  font-size: 100px;
  width: 30px;
  height: auto;
  margin: 10px 20px;
}

/* YouTube */
.fa-youtube {
  background: red;
  color: white;
  margin: 10px 20px;
}
