.container {
  width: 50%;   /* This sets the width */
  margin: 35px 6%; /* This automatically sets left/right margins */
}

.list-inline > li {
  display: inline-block;
  padding: 10px 8px;
}

.list-inline {
  padding-left: 0px;
}

.list-inline i {
  font-size: 25px;
  color: #B6B6B6;
}

.btn-black {
  background-color: black;
  color: white;
  font-weight: 600px;
  font-family:'Roboto';
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
}

.work{
 margin-top:35px;
}

p{
  font-family: 'Raleway';
  font-weight: 300; /* if you want the light version */
}

h1{
  font-family: 'IBM Plex Sans';
  font-weight:bold;
}

h3{
  font-family: 'IBM Plex Sans';
  color:#FF595E;
}

a {
  font-family:'Raleway';
  transition: color .5s;
}

.intro a:hover {
  color: #FF595E;
}

.work a:hover {
  background-color: #FF595E;
}

i:hover {
  color: #FF595E;
  transition: color .4s;
}

img{
  height:350px;
  width:650px;
}

.responsive-image {
  height: auto;
  width: 100%;
}

@media (max-width: 960px) {
  /* For a screen < 960px, this CSS will be read */
  .container {
    width: 700px;
    margin: 50px auto;
  }
}
@media (max-width: 720px) {
  /* For a screen < 720px, this CSS will be read */
  .container {
    width: 500px;
    margin: 50px auto;
  }
}
@media (max-width: 540px) {
  /* For a screen < 540px, this CSS will be read */
  .container {
    width: 300px;
    margin: 50px auto;
  }
}
