|
|
|
@ -62,7 +62,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', end |
|
|
|
|
border: none; |
|
|
|
|
} |
|
|
|
|
header{ |
|
|
|
|
background: url(images/background.png) no-repeat 0px -20px; |
|
|
|
|
background: url(images/background.png) repeat-x center -20px; |
|
|
|
|
} |
|
|
|
|
.navbar{ |
|
|
|
|
margin-bottom: 0; |
|
|
|
@ -162,6 +162,9 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', end |
|
|
|
|
.navbar-default .navbar-link:hover { |
|
|
|
|
color: #ededed; |
|
|
|
|
} |
|
|
|
|
.logo { |
|
|
|
|
margin: 50px 0; |
|
|
|
|
} |
|
|
|
|
.badge{ |
|
|
|
|
background-color: #F99D1C; |
|
|
|
|
} |
|
|
|
@ -251,4 +254,28 @@ footer.bgfooter a:hover{ |
|
|
|
|
background-position: 10px center; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 40px; |
|
|
|
|
} |
|
|
|
|
/* Portrait tablet to landscape and desktop */ |
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) { |
|
|
|
|
.logo { |
|
|
|
|
margin: 25px 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* Medium-small screens*/ |
|
|
|
|
@media (min-width: 480px) and (max-width: 767px) { |
|
|
|
|
.logo { |
|
|
|
|
margin: 24px 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* Smalls screens */ |
|
|
|
|
@media (min-width: 320px) and (max-width: 479px) { |
|
|
|
|
.logo { |
|
|
|
|
margin: 10px 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* Landscape phones and down */ |
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 480px) { |
|
|
|
|
.logo { |
|
|
|
|
margin: 40px 0; |
|
|
|
|
} |
|
|
|
|
} |