.size-full, .size-large{
    width:100%;
    height: auto;
}

.carousel-caption{
    top:30%;
    /*text-align:left;*/
    color:black;
}

.carousel-text-filter{
    background-color: rgba(0, 0, 0, 0.16);
}

/*Social Card*/
.bg-cover {
    /*-webkit-background-size: cover !important;*/
    background-size: cover !important;
}

.profile-card-with-cover .card-profile-image {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}

.height-200 {
    height: 160px !important;
}

.height-220 {
    height: 220px !important;
}

.profile-card-with-cover .profile-card-with-cover-content {
    padding-top: 3rem;
}

ul.list-inline li {
    display: inline-block;
}

.btn.btn-social {
    padding: 0.7rem 0.25rem 0.85rem 3.75rem;
}
.btn-facebook {  
    /*background-color: #3B5998;
    border-color: #FFFFFF;*/
    border:solid 1px silver;
}
.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 3.95rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-shadow-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.profile-card-with-cover .card-profile-image img.img-border {
    border: 5px solid #FFF;
    background-color: gray;
}

.card .card-title {
    
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.12rem;
}

.card .p-city-date{
    margin-bottom: 0px;
    font-size: 0.90rem;
}
/*Social card section end*/

.breadcrumb {
    padding: 0px;
}


.carousel-item {
  height: 60vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.aurora_section{
    background-color:red;
}