﻿#icerik {
    text-align: left;
}
@media only screen and (min-height:800px) {
    .col-md-1 {
        background-color: #c27d5c;
        height: 600px;
    }
}
  #map {
        width:97%;
        height: 70%;
    }
.form-control:focus {
    border-color: #c27d5c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#divadress {
    border-right: 3px solid #c27d5c;
    height: 500px;
    margin-right: -5px;
    top: 0;
}

.fa {
    font-size: 30px;
    color: #c27d5c;
    line-height: 30px;
}
#count {
    color: black;
    font-size: 18px;
}
#foot {
    padding-top: 5%;
}