.container-fluid { 
margin-right: auto; 
margin-left: auto; 
max-width: 1200px 
}

body.bg-orange {
background:orange;
background:deepskyblue;
}

.bg-orange {
background:orange;
background:deepskyblue;
}

.bg-mblue {
background:midnightblue;
}

.card-body-sp {
background:deepskyblue !important;
}

.txt-ad {
font-family:"Architects Daughter";
}

.txt-quick {
font-family:"Quicksand";
}

.txt-right {
    font-family:"Righteous";
}

.txt-mblue {
color:midnightblue!important;
}

.txt-dred {
color:darkred;
}

.txt-dred:hover, .txt-dred:active {
  color:darkgreen !important;
}

.txt-white {
color:white;
}

.txt-white:hover, .txt-white:active {
  color:darkgreen !important;
}

.modal-content {
background: skyblue !important;
}

.carousel-indicators .active {
    background-color: red !important;
}

.carousel-indicators  {
    background-color: skyblue !important;
}

div.text-justified {
  text-align: justify;
}

h4.ch {
color:white;
font-family:"Righteous";
font-weight:800;
text-decoration:none;
font-size:90%;
}


:root {
--bs-body-font-family:"Quicksand";
}

.width150 {
width:150px;
}

.width200 {
width:200px;
}

a {
cursor:pointer;
}

img{
    border-radius: 5%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.fs-7 {
font-size: 1rem;
}
