2018-07-25 16:29:40 -04:00
|
|
|
.icon-footer {
|
2022-06-20 21:55:50 -04:00
|
|
|
padding: 2%;
|
|
|
|
padding: 2vh;
|
2018-07-26 22:00:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.bgimage {
|
2022-06-20 21:55:50 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
2018-07-28 01:15:46 -04:00
|
|
|
background: url('../img/logo.svg');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2022-06-20 21:55:50 -04:00
|
|
|
background-size: cover;
|
2018-07-28 01:15:46 -04:00
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bgimage h1 {
|
2022-06-20 21:55:50 -04:00
|
|
|
color: white;
|
|
|
|
text-shadow: 2px 2px #333;
|
2018-07-28 01:15:46 -04:00
|
|
|
}
|
2018-07-26 22:00:47 -04:00
|
|
|
|
2018-07-28 01:15:46 -04:00
|
|
|
.center {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%) translateY(-50%);
|
|
|
|
}
|
2018-07-26 22:00:47 -04:00
|
|
|
|
2018-07-28 01:15:46 -04:00
|
|
|
.navbar-transparent {
|
|
|
|
background-color: transparent;
|
2022-06-20 21:55:50 -04:00
|
|
|
border-color: rgba(255, 255, 255, 0.4);
|
2018-07-28 15:10:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.cenMain {
|
2018-08-09 20:45:35 -04:00
|
|
|
padding-top: 40%;
|
|
|
|
padding-bottom: 40%;
|
|
|
|
padding-top: 40vh;
|
|
|
|
padding-bottom: 40vh;
|
2022-06-20 21:55:50 -04:00
|
|
|
width: 60%;
|
|
|
|
margin: auto;
|
2018-07-28 15:10:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-cenMain {
|
2022-06-20 21:55:50 -04:00
|
|
|
height: 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topMargin {
|
|
|
|
padding-top: 5%;
|
|
|
|
padding-top: 5vh;
|
|
|
|
width: 60%;
|
|
|
|
margin: auto;
|
2018-07-28 15:10:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.code {
|
|
|
|
background-color: #161038;
|
|
|
|
}
|
|
|
|
|
2018-08-03 23:37:28 -04:00
|
|
|
.card-soft-link {
|
|
|
|
color: #5AB2DA;
|
2018-08-06 07:06:39 -04:00
|
|
|
padding-left: 2%;
|
2018-07-28 15:10:46 -04:00
|
|
|
}
|
|
|
|
|
2022-06-21 21:02:32 -04:00
|
|
|
.card-homepage {
|
2018-07-28 15:10:46 -04:00
|
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
2022-06-24 18:58:41 -04:00
|
|
|
padding: 2%;
|
|
|
|
height: 100%;
|
2022-06-20 21:55:50 -04:00
|
|
|
}
|