@charset "utf-8";
@import url("../webfonts/DancingScript_Bold/stylesheet.css");
@import url("../webfonts/DancingScript_Medium/stylesheet.css");
@import url("../webfonts/Oswald_VariableFont_wght/stylesheet.css");
@import url("../webfonts/Monalisa_Monoline_Script/stylesheet.css");
@import url("../webfonts/Mikhak_Bold/stylesheet.css");
body {
    background-color: #B7D9CB;
    background-image: url(../images/dog/R.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 700px auto;
    background-position: 0% 60px;
}
.nav-item {
    font-size: 20px;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding-right: 50px;
    padding-left: 80px;
}
.navbar {
    position: relative;
    align-items: center;
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(44,122,29,1.00) 0%,rgba(183,217,203,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(44,122,29,1.00) 0%,rgba(183,217,203,1.00) 100%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(44,122,29,1.00) 0%,rgba(183,217,203,1.00) 100%);
    background-image: url(url), linear-gradient(180deg,rgba(44,122,29,1.00) 0%,rgba(183,217,203,1.00) 100.00%);
    background-color: #FEEFDA;
    padding-left: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Mikhak Bold";
}
.card-body {
    max-height: 400px;
    overflow-y: scroll;
}
.col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
}
.accordion {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.card {
    border-radius: 30px;
}
.navbar-collapse {
    align-items: center;
}
.navbar-brand {
    padding-left: 300px;
}
.navbar-toggler-icon  {
    border: 2px solid #C7898E;
    border-radius: 10px;
    width: 40px;
    height: 30px;

}.carousel-inner   {
    border-radius: 20px;
}
.card-header {
    background-image: -webkit-linear-gradient(270deg,rgba(44,122,29,1.00) 0%,rgba(44,122,29,1.00) 0%,rgba(165,213,193,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(44,122,29,1.00) 0%,rgba(44,122,29,1.00) 0%,rgba(165,213,193,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(44,122,29,1.00) 0%,rgba(44,122,29,1.00) 0%,rgba(165,213,193,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(44,122,29,1.00) 0%,rgba(44,122,29,1.00) 0%,rgba(165,213,193,1.00) 100.00%);
    font-family: "Mikhak Bold";
}
.card-body   {
    background-color: #A5D5C1;
    font-family: "Mikhak Bold";
}
b {
    color: #FF7956;
}
.nav-link {
    color: #E69DA6;
    
}
.nav-link:hover {
    color: #BC514A;
}
.dropdown-item {
    color: #A71159;
}
.dropdown-item:hover {
    color: #830E46;
}
.btn-link {
    color: #E69DA6;
}
.btn-link:hover {
    color: #BB4F45;
    text-decoration: none;
}
.list-group {

}

p b .sources {
    color: #82D3F5;
}
p b .sources:hover {
    color: #3475B9;
}
