Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. .hero-content-style2 h1 {
  2. font-family: 'Roboto Slab', serif;
  3. font-size:36px !important;
  4. text-transform:none;
  5. background-color:rgba(22,53,66,0.5);
  6. }
  7. .hcl2-content {
  8. text-align: left !important;
  9. }
  10. .btn-secondary-outline {
  11. border:0px;
  12. background: #285149;
  13. font-family: 'Roboto', sans-serif;
  14. }
  15. .hcl2-content p {
  16. margin-top:90px;
  17. }
  18. #who-we-are {
  19. background:#C6C4BA;
  20.  
  21. }
  22. #who_we_are_title {
  23. font-family: 'Roboto Slab', serif;
  24. font-size:30px !important;
  25. color:white;
  26. }
  27. #who_we_are_title:after {
  28. position: absolute;
  29. content: '';
  30. border-bottom: 3px solid #F79923;
  31. width: 50%;
  32. bottom: -18px;
  33. left:0px;
  34. }
  35. #brian-hs {
  36. background:#C6C4BA;
  37.  
  38. }
  39. #brian-hs_title {
  40. font-family: 'Roboto Slab', serif;
  41. font-size:30px !important;
  42. color:white;
  43. }
  44. #brian-hs_title:after {
  45. position: absolute;
  46. content: '';
  47. border-bottom: 3px solid #F79923;
  48. width: 50%;
  49. bottom: -18px;
  50. left:0px;
  51. }
  52. #ievers_video {
  53. position:absolute;
  54. top:-70px;
  55. left:40%;
  56. height:130%;
  57. z-index:-1;
  58. }
  59. #who_we_are {
  60. color:white;
  61. background: rgba(22,53,66,0.82);
  62. text-align:left;
  63. padding:50px;
  64. max-width:50%;
  65. margin-bottom:-30px;
  66. margin-top:-10px;
  67. }
  68. #brian_bio {
  69. color:white;
  70. background: rgba(22,53,66,0.82);
  71. text-align:left;
  72. padding:50px;
  73. max-width:50%;
  74. margin-right:50%;
  75. margin-bottom:-30px;
  76. z-index:10;
  77. position:absolute;
  78. right:100px;
  79. top:150px;
  80. margin-left:auto;
  81. margin-right:0;
  82. }
  83. #brian_headshot {
  84. right:300px;
  85. top:-100px;
  86. position:relative;
  87. z-index:5;
  88. margin-bottom:-200px;
  89. }
  90. .section-desc {
  91. font-size:16px;
  92. }
  93. .custom_title {
  94. font-family: 'Roboto Slab', serif;
  95. font-size:27px !important;
  96. color:#163542;
  97.  
  98. }
  99. .member-thumb {
  100. padding:20px;
  101. box-sizing:border-box;
  102. }
  103. #team {
  104. background-color:white;
  105. }
  106. #wwd_container h4 {
  107. color:#163542;
  108. font-family: 'Roboto', sans-serif;
  109. word-break:none !important;
  110. word-wrap:nowrap !important;
  111. }
  112. .footer-connect {
  113. display:none;
  114. }
  115. .site-info {
  116. display:none;
  117.  
  118. }
  119. #contact {
  120. color:#19333E;
  121. }
  122. #get-in-touch {
  123. font-family: 'Roboto Slab', serif;
  124. font-size:27px !important;
  125. color:#163542;
  126. text-align:left;
  127. }
  128. .wpforms-submit {
  129. background-color:#285149 !important;
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement