body{
	font-family: 'montserrat', sans-serif;
	color: #000;
  background-image:url("https://images.pexels.com/photos/362/marketing-man-person-communication.jpg?w=1260&h=750&auto=compress&cs=tinysrgb");
  background-size:cover;
  
}


header{
  height:100vh;
}
header .content{
  text-align:center;
   position: absolute;
  top: 50%;
  left: 50%;
  font-family:montserrat;
  transform: translate(-50%, -50%);
  background-color:#dbdddd;
  height:auto;
}
  #container{
	width:800px;
	margin:50px auto;
	padding: 20px;
	width:50%;
}
.jumbotron h2{
	text-align:center;
	color:black;
  font-size:40px;
}

#quotebox{
	width:75%;
	background: #fff;
	padding:10px;
	margin:30px auto;
	text-align: center;
  height:auto;
  padding:20px 20px;
}
#buttonContainer{
	width: 100%;
	text-align: center;
}
#quoteButton{
	width:200px;
	margin-top: -800px;
	border:2px solid grey;
	color:black;
	font-family: inherit;
	font-weight: bold;
	padding:5px;
	text-decoration: none;
	text-align: center;
}

#quoteButton:hover{
	cursor:pointer;
	background:grey;
	color: #fff;	
}
#quoteButton:active{
	cursor: pointer;
}
#quoteButton{
	display: inline-block;
}
#quoteGenius{
	font-style: italic;
	font-weight: 600;
	text-align: center;
}


/*MEDIA QUERIES*/
@media screen and(max-width:760px){
	#quoteButton,#addNew{
		display: block;
	}
}