Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: 'Montserrat', sans-serif;
- width: 100%;
- margin: 0;
- padding: 0 0 0 0;
- }
- .header {
- background-color: white;
- width: 100%;
- top: 0;
- position: fixed;
- height: 120px;
- z-index: 100;
- }
- .header-inside {
- position: relative;
- top: 38%;
- transform: translateY(-38%);
- }
- .logo {
- float: left;
- margin-left: 200px;
- }
- .container {
- height: auto !important;
- position: relative;
- min-height: 100%;
- margin-top: 120px;
- }
- ol {
- list-style-type: none;
- float: right;
- font-size: 14px;
- font-weight: 500;
- color: #777777;
- margin: 8px;
- margin-right: 200px;
- }
- ol > li {
- float: left;
- margin-left: 40px;
- }
- .home {
- clear: both;
- background: url(img/bg1.png) center no-repeat;
- color: white;
- text-align: center;
- height: 530px;
- }
- .home-inside {
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- p {
- font-family: 'Roboto Slab', serif;
- }
- h3 {
- font-family: 'Roboto Slab', serif;
- }
- .float_right {
- float: right;
- }
- .float_left {
- float: left;
- }
Add Comment
Please, Sign In to add comment