File size: 3,397 Bytes
cdcadb2 c19afee cdcadb2 c19afee cdcadb2 c19afee cdcadb2 c19afee cdcadb2 c19afee cdcadb2 c19afee cdcadb2 c19afee cdcadb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
======================================================== */
/*=======================================
GENERAL STYLES
==================================================*/
body {
font-family: 'Ruluko', sans-serif;
font-size:14px;
}
.nav a {
color:#ffffff !important;
}
.navbar-header a {
color:#ffffff !important;
padding-right:100px;
}
.text-center {
text-align:center;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Ruluko', sans-serif;
}
h1 {
line-height:120px;
text-transform:uppercase;
color: #395b74;
font-size:50px ;
font-weight:900!important;
}
h3 {
line-height:30px;
padding-bottom:20px;
}
h4 {
line-height:40px;
padding-bottom:40px;
}
p {
font-weight:300;
line-height:30px;
padding-bottom:20px;
}
.space-pad {
padding-bottom:50px;
}
.for-full-back {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
/* IE 5-7 */
filter: alpha(opacity=90);
/* Netscape */
-moz-opacity: 0.9;
/* Safari 1.x */
-khtml-opacity: 0.9;
/* Good browsers */
opacity: 0.9;
}
section {
padding-top:30px;
padding-bottom:40px;
}
/*=======================================
COLOR CODES
==================================================*/
.color-white {
background-color:#fff!important;
}
.color-light {
background-color:#F8F8F8!important;
}
.color-blue {
color: #395b74;
}
/*=======================================
HEADER STYLES
==================================================*/
#home {
padding:20px 40px 130px 40px;
}
.head-main {
font-size:120px !important;
font-weight:900!important;
color:#585858!important;
padding:200px 20px 20px 20px;
}
/*=======================================
NAVIGATION STYLES
==================================================*/
nav {
position: absolute;
width: 100%;
background: #fff;
z-index:99;
}
.fixed {
position: fixed;
top: 0;
min-height: 50px;
z-index: 99;
}
.navbar-inverse {
background-color: #525252;
border-color: #4B4A4A;
}
/*=======================================
ABOUT STYLES
==================================================*/
.about-div {
width: 100%;
min-height: 100px;
background-color: rgba(209, 209, 209, 0.24);
box-shadow: none;
border: 0;
padding: 50px 20px 30px 20px;
margin-bottom:20px;
}
/*=======================================
FREE TEXT STYLES
==================================================*/
.free-div {
width: 100%;
min-height: 100px;
background-color: rgba(209, 209, 209, 0.24);
box-shadow: none;
border: 0;
padding: 50px 20px 30px 20px;
margin-bottom:20px;
}
/*=======================================
CONTACT STYLES
==================================================*/
.contact-cls {
font-size:20px;
line-height:40px;
}
/*=======================================
FOOTER STYLES
==================================================*/
#footer {
background-color:#373737;
color:#fff;
text-align:right;
bottom: 0px;
position:fixed;
width: 100%;
left: 0px;
}
|