Skip to content

Instantly share code, notes, and snippets.

@brockamus
Created December 17, 2016 17:17
Show Gist options
  • Save brockamus/4c8e656e158b641f1d4c72ea8ed8f3b3 to your computer and use it in GitHub Desktop.
Save brockamus/4c8e656e158b641f1d4c72ea8ed8f3b3 to your computer and use it in GitHub Desktop.
.darkBG {
background: #999;
}
.darkerBG {
background: #666;
}
.darkestBG {
background: #333;
}
.content-section {
padding: 60px;
}
.jumbotron > .container {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.navbar, .jumbotron {
margin-bottom: 0;
}
.navbar {
border-radius: 0;
background: none;
}
.navbar .nav > li > a {
color: WHITE;
}
.navbar-default .navbar-brand {
color: white;
padding-left: 10px;
}
.jumbotron {
border-radius: 0;
background-color: fff;
color: fff;
height: 520px;
background-size: cover;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}
h1 {
font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
#midTitle{
color: #333;
}
.active{
background: rgba (0,0,0,0.4);
}
.marketing .col-lg-4 {
margin-bottom: 20px;
text-align: center;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.featurette-divider {
margin: 80px 0;
border-color: #999;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.marketing h2 {
font-weight: normal;
}
@media (min-width: 992px) {
.featurette-heading {
margin-top: 120px;
}
}
@media (min-width: 768px) {
.featurette-heading {
font-size: 50px;
}
}
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
/*Form starts here!*/
#contact{
padding:10px 0 10px;
}
.contact-text{
margin:45px auto;
}
.mail-message-area{
width:100%;
padding:0 15px;
}
.mail-message{
width: 100%;
background:rgba(255,255,255, 0.8) !important;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
transition: all 0.7s;
margin:0 auto;
border-radius: 0;
}
.not-visible-message{
height:0px;
opacity: 0;
}
.visible-message{
height:auto;
opacity: 1;
margin:25px auto 0;
}
/* Input Styles */
.form{
width: 100%;
padding: 15px;
background:#f8f8f8;
border:1px solid rgba(0, 0, 0, 0.075);
margin-bottom:25px;
color:#727272 !important;
font-size:13px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.form:hover{
border:1px solid #8BC3A3;
}
.form:focus{
color: white;
outline: none;
border:1px solid #8BC3A3;
}
.textarea{
height: 200px;
max-height: 200px;
max-width: 100%;
}
/* Generic Button Styles */
.button{
padding:8px 12px;
background:#0A5175;
display: block;
width:120px;
margin:10px 0 0px 0;
border-radius:3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align:center;
font-size:0.8em;
box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.button:hover{
background:#8BC3A3;
color:white;
}
/* Send Button Styles */
.form-btn{
width:180px;
display: block;
height: auto;
padding:15px;
color:#fff;
background:#8BC3A3;
border:none;
border-radius:3px;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin:auto;
box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.form-btn:hover{
background:#111;
color: white;
border:none;
}
.form-btn:active{
opacity: 0.9;
}
center{
margin-top:330px;
}
input {
position: relative;
z-index: 9999;
}
footer .copyright{
font-size:14px;
margin-bottom:0
}
hr.medium{
max-width:100px;
margin:30px auto;
border-width:4px;
border-color:#fff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment