@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,400");
body, html{
width: 100%;
height: 100%;
overflow: hidden;
font-family: 'Titillium Web', sans-serif;
}
.align-root {
position:relative;
color:#fff;
}
.align-bottom-left {
color:#fff;
position:absolute;
bottom:0;
left:0;
margin:6px;
line-height:1;
}
.align-bottom-right {
/*background-color:#88d;-->*/
position:absolute;
bottom:0;
right:0;
margin:6px;
line-height:1;
}
.align-top-center {
position:absolute;
top: 0;
left: 50%; /* position the left edge of the element at the middle of the parent */
transform: translateX(-50%); /* This is a shorthand of
translateX(-50%) and translateY(-50%) */
margin:2px;
line-height:1;
}
.align-center-center {
color:#fff;
position:absolute;
top: 48%;
left: 50%; /* position the left edge of the element at the middle of the parent */
transform: translate(-50%,-50%); /* This is a shorthand of
translateX(-50%) and translateY(-50%) */
margin:0px;
}
.full-width {
width:100%;
}
.half-width {
width:49%;
}
.btn-lg.double-height {
line-height: 4;
}
.top-buffer {
margin-top:2%;
}
.last-buffer:last-child {
margin-bottom:2%;
}
.bcolor{
background-color: red;
}