html {
scroll-behavior: smooth;
}
html,
body {
margin: 0px;
padding: 0px;
background: #f7f7f7;
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}
#navigation {
margin-top: -30px;
background: rgb(2,0,36);
}
#navigation ul {
background: rgb(2,0,36);
list-style: none;
display: block;
padding: 40px;
margin: 0px;
color: #fff;
font-family: Varela;
}
#navigation ul li {
float: left;
width: 20%;
padding: 0px;
margin-top: -6px;
}
a:link,
a:visited {
color: #fff;
font-family: Varela;
text-decoration: none;
text-transform: uppercase;
font-size: 0.85em;
}
.login {
display: block;
margin: 39px;
}
input,
p,
h1 {
padding: 10px;
margin: 10px;
display: block;
}
#header {
margin-top: 30px;
}
#footer {
background: rgb(2,0,36);
height: 600px;
color: #fff;
}
#login {
height: 300px;
}
.test {
color: blue;
font-weight: bold;
}
footer>div {
margin-top: 33px;
margin: 60px;
width: 30%;
}
#copyright {
display: block;
clear: left;
s
}
ul {
list-style: none;
}
li,
ul {
padding: 0px;
margin-left: 0px;
}
li {
padding: 10px;
}
/* Hamburger CSS menu animation */
#hamburger {
background: rgb(0,0,0,0);
padding: 0px;
float: right;
margin-right: 20px;
height: 28px;
width: 30px;
overflow: hidden;
position: absolute;
top: -4px;
right: 0;
z-index: 15;
}
#menu-out {
cursor: pointer;
transition: width 0.5s ease;
position: absolute;
overflow: hidden;
height: 0;
width: 0;
margin-top: -15px;
}
.menu-shown {
height: 400px !important;
width: 200px !important;
top: 43px;
right: 0;
top: 65px;
z-index: 12;
float: right;
margin-right: 0px;
background: rgb(2,0,36);
display: block;
}
.menu-shown li {
border-bottom: 1px solid #fff;
}
#close {
cursor: pointer;
width: 30px;
height: 30px;
font-size: 38px;
}
#navigation-bar {
height: 80px;
background-color: black;
}
#progress {
position: fixed;
top: 0px;
left: 0px;
width: 0px;
height: 5px;
background-color: #9999ff;
z-index: 7;
transition: width 0.3s ease-in;
}
.card {
width:80%!important;
line-height: 33px;
}
#card {
height: 3800px;
}
#card a:link, #card a:visited {
color: #000!important;
display:block;
}
.link {
color: #000!important;
}