@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
/*===== Typography =====*/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;background-image:url("IMG_20190325_142022.jpg");background-size:cover;background-attachment:fixed; background-repeat: no-repeat;
  position: relative;}

h1, h2, h3,h5, h6 {
  color:#f5f2f2; }
h4{
  color:#666;
}

p {
  color:#666;
  line-height: 2em;}

a {
  color: #03a9f4; }

.avatar {
  height: 250px; }

/*===== Social Icon =====*/
.social-icons a {
  color:#f5f2f2; }

.social-icons i {
  width: 50px;
  height: 50px;
  border: 2px solid #f5f2f2;
  font-size: 32px;
  margin: 18px 5px;
  padding-top: 8px;
  border-radius: 10%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  .social-icons i:hover {
    text-decoration: none;
    color: #FFF;
    border-color: transparent; }

.social-icons .fa-facebook:hover {
  background: #4060A5; }

.social-icons .fa-twitter:hover {
  background: #00ABE3; }

.social-icons .fa-github:hover {
  background: #343434; }

.social-icons .fa-linkedin:hover {
  background: #0094BC; }

.social-icons .fa-phone:hover {
  background: green; }
.lead{color:#f5f2f2;}
