/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
    scroll-behavior: smooth;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    padding: 34px 0px 0px 0px;
    z-index: 0;
    height: 100%;
    line-height: 1;
    color: #ffffff;
    background: #000000;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

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;
}


/* for particles  */

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
}


/* Custom Style  */


/* Header Section Starts */

header {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    padding: 1px 0px;
}

header li a,
.navbar-brand {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 15px;
}


/* Header Sticky Style (JQuery) */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    padding: 48px 0px 16px 0px;
    margin: 0;
    z-index: 999;
}

.navbar-dark {
    background: rgba(195, 184, 184, 0.01);
    margin-top: 0;
}

.navbar-text {
    cursor: pointer;
}


/* styling modals */

.modal-header {
    background: rgb(83, 1, 76);
    color: #ffffff;
}

.modal-header button {
    color: #ffffff;
}

.modal-header button:hover {
    color: #dddddd;
}

.modal-body {
    background-color: rgba(199, 162, 194, 0.835);
}

.row-header {
    margin: 0px auto;
    padding: 0px auto;
}


/* Section Styling  */

section {
    padding: 60px 0;
}


/* Home Section Styling  */

.home {
    color: #ffffff;
    height: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(../images/books.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #34495E;
    background-attachment: fixed;
}

.home h1 {
    font-size: 60px;
    font-variant: small-caps;
    text-transform: uppercase;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
    margin-bottom: 0;
    background: #000;
    display: inline-block;
    letter-spacing: 2px;
    padding: 5px 40px;
    border-radius: 40px;
}

.home h5 {
    background: #000;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    margin: 10px 0 50px;
    display: inline-block;
    letter-spacing: 2px;
    border-radius: 30px;
}


/* Section-Title Styling  */

.section-title {
    text-align: center;
}

.section-title h2 {
    display: inline-block;
    font-size: 28px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    padding: 0 10px;
}


/* About Section Styling  */

.about-info {
    width: 96%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.about-info p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}

.about-info .downloadButton {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ffffff10;
    border: 1px solid #ffffff30;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 25px;
}

.timeline .card-header {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.timeline .card {
    background: transparent;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 30px;
}


/* footer section  */

.footer {
    border-top: 10px solid #fff;
    background-color: transparent;
    color: #ddd;
    font-size: 16px;
    font-weight: 600;
    margin: 0px auto;
    padding: 20px 0px 20px 0px;
}

.footer-copyright {
    background: linear-gradient(#000, #fff);
    color: #000;
    padding: 11px;
    border-radius: 30px;
}