|
.jumbotron{ |
|
margin-bottom:0; background:url("https://static.pexels.com/photos/6550/nature-sky-sunset-man-large.jpeg") no-repeat center center; |
|
background-size:100% 100%; |
|
height:400px; |
|
width:100%; |
|
} |
|
.page-header{ |
|
border-bottom:0px; |
|
} |
|
.inputText{ |
|
display: inline-block; |
|
-webkit-box-sizing: content-box; |
|
-moz-box-sizing: content-box; |
|
box-sizing: content-box; |
|
padding: 10px 20px; |
|
border: 1px solid #b7b7b7; |
|
-webkit-border-radius: 3px; |
|
border-radius: 3px; |
|
font: normal 16px/normal "atomic-age", Helvetica, sans-serif; |
|
color: rgba(0,142,198,1); |
|
-o-text-overflow: clip; |
|
text-overflow: clip; |
|
background: -webkit-linear-gradient(-90deg, rgba(137,163,86,1) 0, rgba(124,188,10,1) 100%); |
|
background: -moz-linear-gradient(180deg, rgba(137,163,86,1) 0, rgba(124,188,10,1) 100%); |
|
background: linear-gradient(180deg, rgba(137,163,86,1) 0, rgba(124,188,10,1) 100%); |
|
background-position: 50% 50%; |
|
-webkit-background-origin: padding-box; |
|
background-origin: padding-box; |
|
-webkit-background-clip: border-box; |
|
background-clip: border-box; |
|
-webkit-background-size: auto auto; |
|
background-size: auto auto; |
|
-webkit-box-shadow: 231px 6px 15px 0 rgba(0,0,0,0.2) inset; |
|
box-shadow: 231px 6px 15px 0 rgba(0,0,0,0.2) inset; |
|
text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ; |
|
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); |
|
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); |
|
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); |
|
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); |
|
color:white; |
|
} |
|
.contentOfTitle{ |
|
margin:0; |
|
padding:0; |
|
} |
|
searchTitle{ |
|
margin:0; |
|
padding:0; |
|
} |