/* anmations */
/* 
    css reset
*/


@font-face {
  font-family: Monsterrat;
  src: url(../../Fonts/Montserrat/Montserrat-Regular.ttf);
}

html,
body {
  font-family: Monsterrat !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  overflow-x: hidden;
}





section.category .row h3.section-title {
  text-align: center;
  font-family: Monsterrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 57px;
  letter-spacing: -0.02em;
  color: #ff571e;

 
}



/* copyright section */
section.copyright {
  background-color: #ffffff;
}

section.copyright div.row span.cp-text {
  display: inline-block;
  margin: 20px 0;
  color: #010110;
}

section.copyright div.row span.cp-text a {
  color: #2c3b95;
}


/*# sourceMappingURL=style.css.map */



        body{
            text-align: center;
            background-color: rgba(250, 235, 215, 0.438);
        }
        img{
            width: 100%;
        }
        .overflow-auto{
            max-height: 620px;
            border: 1px solid #ddd
        }
        .section-title{
          text-align: center;
  font-family: Monsterrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 57px;
  letter-spacing: -0.02em;
  color: #ff571e;
  margin-bottom: 20px;
  margin-top: 8px;
 
        }
        .section{
            box-shadow: #ed04031a 0px 4px 12px;
            border: 1px solid rgba(0,0,0,.125);
            border-radius: 0.25rem;
        }
        .section .card{
            border: none;
            
        }
        .section .card:nth-child(even){
          background-color: #f3f3f3;
        }
        .section h5{
            line-height: 30px;
        }
        .section p{
            color: #333;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
        }
        .section .card-title{
            color: #ff571e;
    font-family: Monsterrat;
    font-size: 20px;
    text-align: center;
        }
        .card .card-body{
          padding: 0.7 rem;
        }
        .section .btn{
          color: #fff;
          font-family: Monsterrat;
          font-size: 14px;
          line-height: 20px;
          text-align: l;
          background-color: #ff571e;
          margin-top: 15px;
          margin-bottom: 15px;
        }
        ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color : #ff571e;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

