You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
812 B
33 lines
812 B
/* Colors */
|
|
.st-br,.st-hover-br:hover{color:#000!important;background-color:#9a8b69!important}
|
|
.st-text-br,.st-hover-text-br:hover{color:#9a8b69!important}
|
|
.st-bl,.st-hover-bl:hover{color:#fff!important;background-color:#296e9d!important;background-image: linear-gradient(to bottom, #0f6893, #5bb7e5)}
|
|
.st-text-bl,.st-hover-text-bl:hover{color:#296e9d!important;background-image: linear-gradient(to bottom, #0f6893, #5bb7e5);}
|
|
|
|
body,h1,h2,h3,h4,h5,h6 {
|
|
font-family: "LatoWebLight", normal;
|
|
}
|
|
|
|
body, html {
|
|
height: 100%;
|
|
color: #242424;
|
|
line-height: 1.8;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.W3-CleaR{
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 0;
|
|
width: 0;
|
|
z-index: -1;}
|
|
/*Iframe*/
|
|
.stframe {
|
|
top: 10;
|
|
left: 10;
|
|
width: 100%;
|
|
height: 350px;
|
|
border: 1;
|
|
}
|
|
|