html { height: 100%; }
body { height: calc(100% - 60px); margin-top: 50px; padding-top: 20px; overflow-x: hidden}
textarea { resize: vertical; }
.pointmark {
width: 100%;
height: 100%;
z-index: -42;
position: absolute;
top: 0;
left: 0;
transition: all 1s;
background: url(http://lorempixel.com/g/1920/1080/) fixed center repeat;
background-size: cover;
}
.pointmark-trigger {
position: absolute;
z-index: 42;
bottom: 10px;
right: 10px;
color: rgba(255, 255, 255, 0.5);
transition: all 0.5s;
}
.pointmark-trigger:hover {
text-shadow: 0px 0px 20px #fff;
color: rgba(255, 255, 255, 0.5);
}
#content {
margin-bottom: 10px;
padding: 20px 50px;
min-height: calc(100% - 50px);
background-color: rgba(10,10,10,0.9);
color: #fff;
}
#header, #footer {
width: 100%;
height: 50px;
color: #fff;
}
#header {
position: fixed;
top: 0px;
}
#header .navbar-brand {
color: #fff;
}
#header .navbar-brand:hover {
text-shadow: 1px 1px 5px #fff;
}
#header .navbar-inverse {
background-color: rgba(34,34,34,0.9);
}
#header .navbar {
border-radius: 0px;
}
#header .navbar li a {
text-transform: uppercase;
transition: color 0.5s;
}
#content h1 {
font-size: 2em;
text-align: center;
text-transform: uppercase;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
margin-bottom: 20px;
}
#content h1::after {
height: 2px;
content: " ";
display: block;
margin-top: 5px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.9);
}
#content h2 {
font-size: 1.8em;
}
#content h3 {
font-size: 1.6em;
}
#content h4 {
font-size: 1.4em;
}
#content h5 {
display: inline-block;
font-size: 1.2em;
}
#content h5::after {
height: 2px;
content: " ";
display: block;
width: 120%;
margin-top: 5px;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
background: rgba(255, 255, 255, 0.9);
}
.voffset {
margin-top: 10px;
margin-bottom: 10px;
}
.toffset {
margin-top: 100px;
}
.right-policy {
font-size: 0.7em;
text-align: justify;
}
#header .navbar li a:hover,
#header .navbar li a:focus {
text-shadow: 2px 2px 3px #000;
}
#header .dropdown-menu {
background-color: rgba(34, 34, 34, 0.95);
}
#header .dropdown-menu > li > a {
color: #fff;
}
#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus {
color: #333;
}
#header input.search-form {
min-width: 300px;
}
#header .dropdown-menu .divider {
background-color: #000;
}
#footer {
background-color: rgba(10,10,10,0.9);
border-top: 2px solid #333;
text-align: center;
line-height: 50px;
}
.scrollToTop {
position: absolute;
bottom: 10px;
left: 10px;
font-size: 30pt;
right: 50px;
color: #777;
z-index: 10;
display: none;
cursor: pointer;
}
.scrollToTop:hover {
color: #777;
text-shadow: 0px 0px 5px #a8a8a8;
}