.header_container {
    background-image: url("../img/img.jpg");
    margin: 0 0 100px;
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #E3B5C4;
    text-shadow: 4px 0 0 #1C0D0E;
    word-spacing: 1px;
    letter-spacing: 4px;
}

h2{
    font-family: 'Montserrat', sans-serif;
    color: #000000 !important;
    text-shadow: 1px 1px 5px #FFFFFF;
    padding: 50px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 30px !important;
    padding: 20px;
}

h5{
    font-family: 'Montserrat', sans-serif;
    color : #C51162;
    font-weight: bold !important;
    padding: 171px 0 0 186px;
}

.slog{
    color: white;
    font-size: 40px !important;
    font-style: italic;
}

.title {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.container{
    padding: 20px 0 20px 0;
}

header {
    box-shadow: 0 7px 17px rgba(87, 87, 87,0.3);
    position: -webkit-sticky;
    position: sticky;
    background-color: #FFFFFF;
    z-index: 999999;
    top: 0;
}

.nav_head{
    padding: 30px;
    color:black;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
}

ul{
    font-size: 20px;
}

li{
    list-style: none;
    padding: 0 100px;
}

#sub_ul_account{
    margin-left: -100px;
}

h5 + ul {
    color: #ac8890;
    font-style: italic;
    padding: 18px 0 0 42px;
    font-size: 17px;
}

footer{
    font-size: 10px !important;
}

a{
    color: black !important;
}

h4 + ul {
    font-size: 15px;
}
a:hover{
    color: #aa678f !important;
}

p{
    color: white;
    text-align: center;
}

span{
    font-family: 'Montserrat', sans-serif;
    color : #ac8890;
    font-weight: bold;
}

form{
    padding: 35px 0 0 0 !important; ;
}

span{
    color : #C51162;
    font-weight: bold;
}

label{
    color : #ac8890;
    font-weight: bold;
}

.featurette-heading{
    color : #ac8890;
}

.legend{
    font-style: italic;
    font-size: 15px !important;
}

.errors{
    padding: 50px;
}

.lead{
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.icon_1{
    height: 100px;
    width: 100px;
    margin-bottom: 50px;
}

.icon_2{
    height: 200px;
    width: 200px;
}

.btn{
    margin: 50px 0 100px !important;
    background-color: #CCA1AB ! important;
    color : #FFF ! important;
    border-color: #CCA1AB ! important;
    box-shadow: 0 8px 0 grey;
    margin-bottom: 20px !important;
    border-radius: 50px !important;
}

.button_previous,.button_next{
    margin: 50px;
    height: 60px;
    width: 300px;
    border-radius: 50px;
    border: thick double;
}

.button_previous:hover,.button_next:hover{
    border: thick double white;
    background-color:#CCA1AB;
    transition: background-color 0.5s ease;
    color: white;
    font-weight: bold;
}

.carousel {
    display: none;
    border-color: #CCA1AB;
    border-style: dotted;
    height: 500px;
    width: 1000px;
    margin: 0 auto;
    background-image: url("../img/search.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100px;
}

