body {
      background-color: #f2f2f2;
      background: url('image/buildingbnw.png') no-repeat center center fixed;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;

    }
    .dropdown {

      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      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:hover .dropdown-content {
      display: block;
    }

    html,
    body,
    main {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }

    .buttons {
      opacity: 0.6;
    }


    .navbar-default .navbar-toggle .icon-bar {
      background-color: white;
    }
      
    .panel {
    border: 0;
    }
     
		
    a:hover {
        font-weight:bold; 
      }  
      
	    body {
      background-color: #f2f2f2;
      background: url('image/pexelsbg1.jpeg') no-repeat center center fixed;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	  font-family: 'Lato', sans-serif;
    }

.navbar input[type=text] {
	float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;	
	}