body {
    padding-top: 60px;
    background-color: #BAFFB2;
    color: #00300C;
    font-family: 'Roboto', sans-serif;
}

.jumbotron h1,
.jumbotron .h1 {
    font-family: arial black;
    color: #00300C;
}

.jumbotron h2,
.jumbotron .h2 {
    font-family: arial black;
    color: #00300C;
}

.panel-default > .panel-heading {
    color: #00300C;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar {
    background-color: #00300C;
    border-color: #00300C;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00300C;
    background-color: #325B41;
}

.contact-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.pen {
    background-image: url("../images/inkwell.jpg");
    background-size: cover;
    background-position: center;
}

h1 {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.daisies {
    background-image: url("../images/daisies.jpeg");
    background-size: cover;
    background-position: center;
}

.flowers {
    background-image: url("../images/rainbow.jpg");
    background-size: cover;
    background-position: center;
}

.modal-green {
    background-color: forestgreen;
}

.modal-pink {
    background-color: lightpink;
}

.modal-p {
    text-align: center;
    margin: 20px 0px;
}

.center {
    margin: auto;
    text-align: center;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}

img {
    display: block;
    margin: auto;
    width: 40%;
}

#container{
	width:800px;
	margin:50px auto;
	padding: 20px;
	width:50%;
}

#container h2{
	text-align:center;
	color:#045;
}

#quoteContainer{
	width:100%;
    background: #FFFFFF;
	padding:5px;
	margin:25px auto;
	text-align: center;
    height:100px;
}

#buttonContainer{
	width: 100%;
	text-align: center;
}

#quoteButton{
	width:200px;
	margin-top: 10px;
	border:2px solid #46b8da;
	color:#045;
	font-family: inherit;
	font-weight: bold;
	padding:5px;
	text-decoration: none;
	text-align: center;
}

#quoteButton:hover{
	cursor:pointer;
	background:#09c;
	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;
	}
}