body{
text-align: center;
  margin: 0;
font-family: 'Merriweather',sans-serif;
font-size: 2rem;
  }

h1{
font-size: 90px;
color:grey;

  
}

.profile-photo
{
  margin-top: 8rem;
  height:300px;
  width: 300px;
}

.icon{
  height: 16rem;
  width: 16rem;
}
.footer
{
background-color: black;

}

.skilltable{
  font-size: 4000px;
}
.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section h1 {
  text-align: center;
  color: white;
  font-size: 9rem;
  font-family: "Cookie";
  padding: 20px;
  font-weight: 800;
  margin: 15px;
  z-index: 1;
  opacity: 0.9;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: lightblue;
  width: 100%;
  /* height: 100vh; */
  opacity: .9;
}
.navbar-nav{
  background-color:white;
  opacity: 0.7;
}
* {box-sizing: border-box}

.container {
  
  width: 50%;
  padding-left: 0%;
  background-color: #ddd;
}

.abilty {
  background-color: turquoise;

  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
  
}

.html {width: 90%;
   background-color:#90f0dc;}
.css {width: 80%; background-color:#07ffe2ea ;}
.js {width: 65%; background-color: #8ffffd	;}
.php {width: 60%; background-color: #6dd8db;}	



.spacer{
  height: 4rem;
  width: 100vw;
}
.contact-me{
  font-size:5rem ;
}
.textsize
{
  font-size: 2rem;
}
.bottom-container{
  font-size: 3rem;

}
.footer-link{
  
  margin: 1rem;
}
a.footer-link:hover {
  color: #101010;
  text-shadow: 0 0.015em #101010,0 -0.015em #101010,0.01em 0 #101010,-0.01em 0 #101010;
}


.section h1{
  position: relative;
  padding-top: 20rem;
}


.carousel-item{
  height: 20rem;
  width:40rem;
  align-self: center;
  background-color: white;
}.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 4px;
  margin: 8px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  
  background-color:white;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.25);    
}
.carousel-indicators .active {
  width: 20px;
  height: 4px;
  margin: 5px;
  background-color:yellow;
}
#expnav .container{
  padding-right: 0%;
}
.carousel-control.left, .carousel-control.right {
  background-image:none !important;
  filter:none !important;
  color: black;
}
.fab
{
  justify-content: space-between;
}
