body{
  background-color:  #cbcbcd;
}

footer{
  background-color: gray;
}
h3{
  font-style: italic;
}

h1{
  color: white;
  font-size: 40px;
  font-weight: bolder;
}

#sf{
  height: 100px;
  width: 200px;
}

#skills{
  background-color: #cbcbcd;
}

#portfolio{
  background-color: #cbcbcd;
  margin-bottom: 40px;
}

#social{
  background-color: #cbcbcd;
}

#emailsec{
  background-color: #cbcbcd;
}

#github{
  height: 100px;
  width: 110px;
}
#sf{
  width: 140px;
  height: 70px;
}
#git{
  width: 80px;
  height: 60px;
}

#maindiv{
  height: 700px;
}

.divider{
  background-color: gray;
  height: 20px;
}

.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}
.bmenu li{
    font-size: 45px;
    display: block;
}

.bmenu li a{
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #eeb213;
	color: #eeb213;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(0,0,0,0.7);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.bmenu:hover li a{
	text-shadow: 0px 0px 10px #eeb213;
	color: transparent;
	background: rgba(0,0,0,0.2);
}
.bmenu li a:hover{
	background: rgba(0,0,0,1.0);
	text-shadow: 0px 0px 1px #eeb213;
}
