/*=======================================
                  Button (Generic)
============================================*/
.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-blue {
    border-color: #34c6d3;
    color: #34c6d3;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #34c6d3;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    color: white;
    border-radius: 0;
    display: none;
}

/*=======================================
                  PRIVACY POLICY'S
============================================*/
.privacypolicy {
    background-color: #726b60;

}

.privacypolicy a {
    color: #34c6d3;
    border-color: #fff;
}

.privacypolicy a:hover {
    background-color: teal;
}

/*=======================================
                  Privacy Of Ene Ena Anchi
============================================*/
#privacy h1 {
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    padding-top: 150px;
    padding-bottom: 205px;
    background-image: url(/img/bg-home.jpg);
}

#privacy img {
    image-orientation: flip;
    width: 405px;
    height: 200px;

}

#privacy h3 {
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/*=======================================
                  Yefkr Debdabe
============================================*/
#privacy2 h1 {
    color: black;
    text-transform: capitalize;
    text-align: center;

}

#privacy2 img {
    width: 405px;
    height: 200px;
}

#privacy2 h3 {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #726b60;
}

/*=======================================
                  Best Amharic quotes
============================================*/
#privacy3 h1 {
    color: black;
    text-transform: capitalize;
    text-align: center;
}

#privacy3 h3 {
    color: white;
    font-family: fantasy;
}

#privacy3 img {
    width: 405px;
    height: 200px;
}

/*=======================================
                  Best World quotes
============================================*/
#privacy4 h1 {
    color: black;
    text-transform: capitalize;
    text-align: center;
}

#privacy4 h3 {
    color: white;
    font-family: cursive;
}

#privacy4 img {
    width: 405px;
    height: 200px;
}

/*=======================================
            Life Truth
============================================*/
#privacy5 h1 {
    color: black;
    text-transform: capitalize;
    text-align: center;
}

#privacy5 h3 {
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#privacy5 img {
    width: 405px;
    height: 200px;
}

/*=======================================
           Love Letter2
============================================*/
#privacy6 h1 {
    color: black;
    text-transform: capitalize;
    text-align: center;
}

#privacy6 h3 {
    color: white;
    font-family: fantasy;
}

#privacy6 img {
    width: 405px;
    height: 200px;
}


.privacypolicy