body {   
    background-image: url("../images/cityscape.jpg");
    background-size: cover;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* mobile fix */
@media (max-width: 768px) {
	.dropdown h3 {
		color: #eee;
	}
	.dropdown-lr label {
		color: #eee;
	}
}
.container-fluid{
    margin-right: 200px;
    color: #eee;
}
#register{
  padding-right: 20px;
}
ul.dropdown-lr {
  width: 300px;
  background-color: steelblue;
}

/*g added on 10/02*/
.jumbotron{
    background-image: url("../images/banner.jpg");
   /* background-size: cover;*/
    background-attachment: fixed;
    background-size: 400px auto;
    text-align: center;
}
.card-body{
    background-color: darkseagreen;
    padding: 20px;
    font-size: 1.5rem;
}
#initial-results{
    padding: 10px;
    color: whitesmoke;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 20px;
    line-height: 1.6;
}
#initial-results :hover{
    background-color: #e0c52d;
}

#initial-results .instructions:hover {
    background-color: transparent;
}

.city-card {
    width: 260px;
    border: 1px solid rgb(65, 137, 245);
}

.city-card:last-child {
    margin-bottom: 70px !important;
}

.city-card p, li {
    font-size: 16px;
    line-height: 1.8;
}

.city-card h3 {
    margin-bottom: 8px;
}
.btn-outline-danger {
    width: 40px;
    height: 40px;
    float: right;
}

.fa {
    background-color: white;
    color: red;
 }

#my-map {
    height: 300px;
    width: 400px;
    float: right;
    margin-bottom: 20px;
    z-index: 0;
}

/* g added*/
.jumbotron-fluid{
    padding: 20px 0 20px 0;
    margin-top: 70PX;
}

/* page footer*/
#footer {
    padding: 15px 0 15px 0;
    clear: both;
    font-size: 12px;
    color: #fff;
    color: #ccc;
    text-align: center;
    background: #666;
    height: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

/* Login buttons */
#register-submit {
    margin-left: 15px;
}

.col-xs-5.pull-right {
    padding: 0 5px;
}

/* Fixes to stop jumbotron from being covered */
@media screen and (max-width: 853px) {
    .jumbotron-fluid{
        margin-top: 108px;
    }
}

@media screen and (max-width: 714px) {
    .jumbotron-fluid{
        margin-top: 131.2px;
    }
}

@media screen and (max-width: 575px) {
    .jumbotron-fluid{
        margin-top: 178px;
    }
}

@media screen and (max-width: 448px) {
    #my-map{
        height: 66vw;
        width: 88vw;
    }
}