body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: black;
  font-size: 1.25rem;
  background-color: #e9ecef;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem;
}

.i-heading {
  font-weight: normal;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #91baf9;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #495057;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 13rem;
    max-height: 13rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #91baf9 !important;
}

.text-primary {
  color: #5679af !important;
}

a {
  color: #5679af;
}

a:hover, a:focus, a:active {
  color: #91baf9;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

.box {
  margin-right: 40px;
  margin-bottom: 20px;
}

.box img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
  transition: transform 0.5s;
}

.box img:hover{
  transform: scale(1.3);
}

.box div  {
  font-weight: 700;
  color: #333333;
}

.list-inline-item img{
  color: black;
}

.icon1{
  width: 80%;
  height: 80%;
  margin: 10%;
  background-size: cover;
  background-image: url('../icons/cv.png');
}

.icon1:hover{
  background-image: url('../icons/cv-hover.png');
}

.icon2{
  width: 80%;
  height: 80%;
  margin: 10%;
  background-size: cover;
  background-image: url('../icons/cover-letter.png');
}

.icon2:hover{
  background-image: url('../icons/cover-letter-hover.png');
}

.icon3{
  width: 80%;
  height: 80%;
  margin: 10%;
  background-size: cover;
  background-image: url('../icons/tableau.png');
}

.icon3:hover{
  background-image: url('../icons/tableau-hover.png');
}

@media only screen and (min-width: 800px) {
  #contactForm input {
    width: 30%;
  }
  #contactForm textarea {
    width: 55%
  }
}

@media only screen and (max-width: 800px) {
  #contactForm input{
    width: 70%;
  }
}

input[name=name]{
  background-image: url('../icons/name.png');
}

input[name=email]{
  background-image: url('../icons/email.png');
}

input[name=subject]{
  background-image: url('../icons/subject.png');
}

#contactForm input{
  background-repeat: no-repeat ;
  background-size: 24px;
  text-indent: 30px;
  font-size: 20px;
  background-position: center left; 
  border-left: 10px;
}

textarea[name=message]{
  font-size: 20px;
}

#contactForm button {
  border-radius: 15rem;
  background-color: #91baf9;
  border-color: #91baf9;
  width: 80px;
  transition: all 0.6s;
}

#contactForm button:hover {
  background-color: #5679af;
  border-color: #5679af;
}

#contactForm input:focus, #contactForm textarea:focus, #contactForm button:focus{
  box-shadow: 0 0 0 0.1rem #91baf9;
}

/* carousel css */

#projects .prev-icon, #projects .next-icon{
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

#projects .prev-icon{
  background-image: url('../icons/prev.png');
}
#projects .next-icon{
  background-image: url('../icons/next.png');
}
#projects .card{
  width: 100%;
  margin: auto;
  background-color: #e9ecef;
  color: black;
  border: 0;
}

#projects .card-body p{
  width: 90%;
  margin: 20px auto;
}

.btn-outline-warning {
  transition: all 0.7s;
  color:#004085;
  font-size:24px;
  margin-right: 25px;
  font-weight:500;
  text-align: center;
}

.btn-outline-warning:hover {
  background-color: transparent;
  text-decoration: none;
  color: #18a6bd;
}

/*  carousel css ends here   */

.heroku {
  background-image: url('../icons/heroku.png');
  background-repeat: no-repeat ;
  background-size: 24px;
  text-indent: 28px;
  font-size: 24px;
  cursor:pointer;
}
.heroku:hover {
  background-image: url('../icons/heroku-hover.png');
}

/*.card-body img {
  height:25px;
  width:25px;
  margin-bottom: 5px;
}*/
/*.card-body img: hover {
  image: url('./icons/heroku2.png');
}*/