body {
    position: relative !important;
	background-image: linear-gradient(to bottom , #E1F1FF, #95cdff)!important;
	background-color: #95cdff;
  }
  li.active a { color:  white !important; background-color: rgb(19, 79, 139) !important
   
  }
  .headings{
	font-family: 'Pangolin', cursive;
  	      font-size: 38px;
	      font-weight: bold;
		  text-align: center;
		    text-decoration: underline;
  text-decoration-color: #D9A21B;


  }
  ul.nav-pills {
    top: 15%;
    position: fixed;
  }
  .nav-pills li>a:hover {
color:  white !important;
 background-color: #5680C1 !important}

.experiencePage{
	  color: #134F8B;
	      font-size: 18px;
  font-family: 'Indie Flower', cursive;
font-weight: bold;
	  
  }
  .experiencePageText{
	  font-size: 20px;
font-family: 'Patrick Hand', cursive;
	color: #134F8B;
  }

.innerHeaderExperiencePage{
font-family: 'Red Rose', cursive;
  	      font-size: 25px;
	      font-weight: bold;
		  text-align: center;
		    color: #334B49;	    
}
.SecondDivExperiencePage{
font-family: 'Red Rose', cursive;
  	      font-size: 25px;
	      font-weight: bold;
		  text-align: left;
		    color: #334B49;	    
}
.subheadingExperiencePage{
	font-family: 'Red Rose', cursive;
  	      font-size: 18px;
	      font-weight: bold;
		    color: #1B857F;
}
.linkExperiencePage{
font-family: 'Indie Flower', cursive;
  	      font-size: 18px;
	      font-weight: bold;
		    color: #BE6378;

}
.dateExperiencePage{
font-family: 'Alata', sans-serif;
  	      font-size: 15px;
	      font-weight: bold;
		    color: #1B857F;
}
  #projects {
	  background-color:white;
border: solid;
border-color:black;
border-width: thick;
padding: 5px;
margin: 5px;}
  #internships {background-color:white;
border: solid;
border-color:black;
border-width: thick;
padding: 5px;
margin: 5px;
}
  #coursework {
	  background-color:white;
border: solid;
border-color:black;
border-width: thick;
padding: 5px;
margin: 5px;
  }
  #leadership {background-color:white;
border: solid;
border-color:black;
border-width: thick;
padding: 5px;
margin: 5px;
  }
  #programs {
	  background-color:white;
border: solid;
border-color:black;
border-width: thick;
padding: 5px;
margin: 5px;
  }
  @media screen and (max-width: 810px) {
    #projects, #internships, #coursework, #leadership, #programs  {
      margin-left: 150px;
    }
  }