   #background {
    position:fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    overflow-y: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/team2.png) no-repeat;
    background-size: cover;
    }
    #container h1 {
    color: white;
    }
    .header{
        font-family: "Rajdhani", Rajdhani, sans-serif;
        font-size:80px;
        color:#fff;
        padding-top:150px;
        line-height: 1.1;
    }
    .cover{
        position: absolute;
		top: 60px;
		left: 80px;
		background-color:rgba(255, 255, 255, .9);
    }
    .footer {
	  right: 0;
	  left: 0;
	  top:0;
	  background-color: #000;
	  color:#fff;
	  text-align: center;
     font-family:"Rajdhani", Rajdhani, sans-serif;
    }
    .team {
	  right:0;
	  left:0;
	  top:0;
	  background-color: #000;
	  color:#fff;
     font-family:"Rajdhani", Rajdhani, sans-serif;
    }
    .navs {
    font-family:"Rajdhani", Rajdhani, sans-serif;
    color:#b3b3b3;
	  padding: 10px;
	  font-size: 30px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	}

	.navs:hover {

	    opacity: 0.7;
	    color:black;
	    text-decoration:none;
	}
    .fa {
	  padding: 10px;
	  font-size: 20px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	}

	.fa:hover {
	    opacity: 0.7;
	    color:black;
	    text-decoration:none;
	}

	.fa-facebook {
	  color: #b3b3b3;
	}

	.fa-twitter {
	  color: #b3b3b3;
	}


	.fa-linkedin {
	  color: #b3b3b3;
	}

	.fa-youtube {
	  color: #b3b3b3;
	}

	.fa-instagram {
	  color: #b3b3b3;
	}
	 #container h1 {
    color: white;
    }
    .header{
        font-family: "Rajdhani", Rajdhani, sans-serif;
        font-size:80px;
        color:#fff;
        padding-top:150px;
        line-height: 1.1;
    }
    .logo{
      width:120px;
      height:115px;
      padding-left:40px;
      padding-top:40px;
    }
    .toogle{
      width:80px;
      height:80px;
      float:right;
      padding-right:60px;
      padding-top:60px;
    }
    .button {
      background-color: rgba(255, 255, 255, 0);      
      color: white;
      border: 1.5px solid #e7e7e7;
      padding:12px 68px 12px 68px;
      font-family: "Rajdhani", Rajdhani, sans-serif;
     

    }
    .button:hover {
      background-color:rgba(255, 255, 255, .9);
      text-decoration: none;
      border-color:#fff;
      color:#000;
    }
    .dropbtn {
    background-color:rgba(255, 255, 255, 0);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {background-color:#b3b3b3; text-decoration: none; color:black;}

    .dropdown:hover .dropdown-content {
        display: block;
        text-decoration: none;
        color:black;
    }
    .thumb {
	margin: 3px;
	border: 0;
	top:0;
	height: auto;
	float: left;
	text-align: center;
	}	
	.thumb img{
	display: inline;
	margin: 5px;
	border: 0;
	}
	.thumb a:hover img {border: 1px solid black;}
	.photocattitle {text-align: center; font-weight: bold;}
	.phototitle {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 0 3px 3px 3px;
	}