
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #b4245d!important;
}

.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 8px 125px;
  text-decoration: none;
  font-size: 13px;
  margin-left: -230px;
}

.topnav-right {
  float: right;
}
.bg-dark {
    background-color: #e72e77!important;
}
.polaroid {
    /*width: 250px;*/
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.polaroid p a {
    color: #e72e77;
    text-align: left!important;
}
.headersection {
    background-image: url(.../public/site_assets/images/headerbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    width: 100%;
    padding: 80px 0px;
}
.headersection h1 {
    color: #fff;
    text-align: center;
    text-transform: inherit;
    font-size: 50px;
    font-weight: 600;
}
.thirdsection {
    border-bottom: 1px solid #e9e6e0;
    background-color: #faf9f5;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 10px!important;
    
}
.thirdsection a {
    margin-left: 120px;
    color: #e72e77;
    margin-bottom: 10px;
    cursor:pointer;
}
.thirdsection span {
    color: #9e9795;
    font-size: 14px;
}
.footer{
    background-color: #322e2c;
    cursor: pointer;
    padding-top: 50px;
    padding-bottom: 50px;   
}
.divDetails {
    margin-top: 10px;
}
.footer h2 {
    color: #cecece;
    font-size: 17px;
    font-family: 'Dosis',sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer hr {
    width: 85px;
    margin-left: 0px;
    /* float: left; */
    margin-top: 5px;
    border-bottom: 1px #cecece!important;
    margin-bottom: 2px;
}




