/* Top Row */
.back
{
background-color:lightgray;
min-height:50px;

}

/* Fa Fa-Icons */
.fb
{
color:navy;

}
.fb:hover
{
transform: scale(1.8); 
}

.twi
{
color:blue;
}
.twi:hover
{
transform: scale(1.8); 
}
.in
{
color:green;
}
.in:hover
{
transform: scale(1.8); 
}
.goo
{
color:red;
}
.goo:hover
{
transform: scale(1.8); 
}

/* Top Row 1*/
.back1
{
margin-top:-6px;
background-color:#ff5733;
min-height:90px;
}

/* Logo Image*/
.logoimg
{
width:190px;
margin: 10px 0px 10px 0px;
}

/*Resume Button*/

.button {
  border-radius: 4px;
  background-color:lightgray;
  border: 1px solidblack;
  color: black;
  text-align: center;
  font-size: 15px;
  padding:6px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top:20px;
  
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.btn
{
	background-color:lightgray;
}


/* Navbar Section  */

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 5px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  
}


.navtext {
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*  head button  */

