2018-07-25 16:29:40 -04:00
|
|
|
.page-footer {
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-footer {
|
2018-07-28 01:15:46 -04:00
|
|
|
padding: 2vh;
|
2018-07-26 22:00:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.bgimage {
|
2018-07-28 01:15:46 -04:00
|
|
|
width:100%;
|
|
|
|
height:100vh;
|
|
|
|
background: url('../img/logo.svg');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size:cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bgimage h1 {
|
|
|
|
color:white;
|
|
|
|
text-shadow:2px 2px #333;
|
|
|
|
}
|
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;
|
|
|
|
border-color: rgba(255,255,255,0.4);
|
|
|
|
}
|