89 lines
1.6 KiB
CSS
89 lines
1.6 KiB
CSS
body{
|
|
margin: 0;
|
|
font-family: Helvetica,Arial,sans-serif;
|
|
font-style: italic;
|
|
font-stretch: semi-expanded;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
font-size: 90%;
|
|
font-weight: bold;
|
|
vertical-align: middle;
|
|
color: #fd4d4a;
|
|
}
|
|
|
|
h1, h2{
|
|
font-family: HEATHER;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.padding0{
|
|
padding:0 !important;
|
|
}
|
|
|
|
.margin0{
|
|
margin:0 !important;
|
|
}
|
|
#flexsliderheader {
|
|
z-index: 0; border:0;
|
|
}
|
|
#flexsliderheader li img {
|
|
height: 300px;
|
|
width: 100%;
|
|
}
|
|
|
|
.navbar-toggle {
|
|
background-color: #333 !important;
|
|
}
|
|
|
|
#static-img {
|
|
border-radius: 5px;
|
|
border: 1px solid grey;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.navbar-inverse a{
|
|
color: #fd4d4a !important;
|
|
font-size: 20px;
|
|
font-family: HEATHER;
|
|
}
|
|
.footer a{
|
|
color: #333;
|
|
font-weight: normal;
|
|
}
|
|
.container {
|
|
margin-top: 20px; border: 1px solid darkgrey; margin-bottom: 10px; border-radius: 5px 5px 5px 5px;
|
|
}
|
|
#brand-img{
|
|
float:left; z-index: 1; position: absolute; margin-top: 25px; width: 300px;
|
|
}
|
|
#head-div{
|
|
height: 300px; background: black; width: 100%;
|
|
}
|
|
.navbar {
|
|
border-radius: 0 !important;
|
|
background-color: #d5d5d5 !important;
|
|
border: 0 !important;
|
|
}
|
|
.navbar-header {
|
|
margin-left: 5px;
|
|
}
|
|
#fb-iframe{
|
|
border:none; overflow:hidden; height:20px; margin: 0; padding: 0; margin-top: 15px; margin-left: 9px; width: 140px;
|
|
}
|
|
#content-row{
|
|
background-color: beige; color: #333;
|
|
}
|
|
#content {
|
|
border-left: 1px dotted #d5d5d5;
|
|
}
|
|
.footer {
|
|
background-color: #d5d5d5; border-radius: 0 0 5px 5px;
|
|
}
|
|
#footer-middle {
|
|
text-align: center;
|
|
}
|
|
#footer-right {
|
|
text-align: right;
|
|
} |