|
|
|
|
@ -12,7 +12,7 @@ p {
@@ -12,7 +12,7 @@ p {
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
|
color: #fed136; } |
|
|
|
|
a.active, a:active, a:focus, a:hover { |
|
|
|
|
a:hover { |
|
|
|
|
color: #fec503; } |
|
|
|
|
|
|
|
|
|
.text-primary { |
|
|
|
|
@ -49,47 +49,20 @@ section {
@@ -49,47 +49,20 @@ section {
|
|
|
|
|
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
|
|
|
|
font-weight: 700; } |
|
|
|
|
|
|
|
|
|
.btn-primary { |
|
|
|
|
color: white; |
|
|
|
|
border-color: #fed136; |
|
|
|
|
background-color: #fed136; } |
|
|
|
|
.btn-primary.focus, .btn-primary:focus { |
|
|
|
|
color: white; |
|
|
|
|
border-color: #b48b01; |
|
|
|
|
background-color: #fec503; } |
|
|
|
|
.btn-primary:hover { |
|
|
|
|
color: white; |
|
|
|
|
border-color: #f6bf01; |
|
|
|
|
background-color: #fec503; } |
|
|
|
|
.btn-primary.active, .btn-primary:active, |
|
|
|
|
.open > .btn-primary.dropdown-toggle { |
|
|
|
|
color: white; |
|
|
|
|
border-color: #f6bf01; |
|
|
|
|
background-color: #fec503; } |
|
|
|
|
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, |
|
|
|
|
.open > .btn-primary.dropdown-toggle.focus, |
|
|
|
|
.open > .btn-primary.dropdown-toggle:focus, |
|
|
|
|
.open > .btn-primary.dropdown-toggle:hover { |
|
|
|
|
color: white; |
|
|
|
|
border-color: #b48b01; |
|
|
|
|
background-color: #dcab01; } |
|
|
|
|
.btn-primary.active, .btn-primary:active, |
|
|
|
|
.open > .btn-primary.dropdown-toggle { |
|
|
|
|
background-image: none; } |
|
|
|
|
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, |
|
|
|
|
fieldset[disabled] .btn-primary.focus, |
|
|
|
|
fieldset[disabled] .btn-primary:focus, |
|
|
|
|
fieldset[disabled] .btn-primary:hover { |
|
|
|
|
border-color: #fed136; |
|
|
|
|
background-color: #fed136; } |
|
|
|
|
.btn-primary .badge { |
|
|
|
|
color: #fed136; |
|
|
|
|
background-color: white; } |
|
|
|
|
|
|
|
|
|
.btn-xl { |
|
|
|
|
font-size: 18px; |
|
|
|
|
padding: 20px 40px; } |
|
|
|
|
|
|
|
|
|
.btn-primary { |
|
|
|
|
background-color: #fed136; |
|
|
|
|
border-color: #fed136; } |
|
|
|
|
.btn-primary:active, .btn-primary:focus, .btn-primary:hover { |
|
|
|
|
background-color: #fec810 !important; |
|
|
|
|
border-color: #fec810 !important; |
|
|
|
|
color: white; } |
|
|
|
|
.btn-primary:active, .btn-primary:focus { |
|
|
|
|
box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; } |
|
|
|
|
|
|
|
|
|
::-moz-selection { |
|
|
|
|
background: #fed136; |
|
|
|
|
text-shadow: none; } |
|
|
|
|
@ -261,73 +234,62 @@ header.masthead {
@@ -261,73 +234,62 @@ header.masthead {
|
|
|
|
|
#portfolio .portfolio-item { |
|
|
|
|
margin: 0 0 30px; } } |
|
|
|
|
|
|
|
|
|
.portfolio-modal .modal-dialog { |
|
|
|
|
max-width: none; |
|
|
|
|
height: 100%; |
|
|
|
|
margin: 0; } |
|
|
|
|
|
|
|
|
|
.portfolio-modal .modal-content { |
|
|
|
|
min-height: 100%; |
|
|
|
|
padding: 100px 0; |
|
|
|
|
text-align: center; |
|
|
|
|
border: none; |
|
|
|
|
border-radius: 0; |
|
|
|
|
background-clip: border-box; |
|
|
|
|
-webkit-box-shadow: none; |
|
|
|
|
box-shadow: none; } |
|
|
|
|
.portfolio-modal .modal-content h2 { |
|
|
|
|
font-size: 3em; |
|
|
|
|
margin-bottom: 15px; } |
|
|
|
|
.portfolio-modal .modal-content p { |
|
|
|
|
margin-bottom: 30px; } |
|
|
|
|
.portfolio-modal .modal-content p.item-intro { |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-style: italic; |
|
|
|
|
margin: 20px 0 30px; |
|
|
|
|
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; } |
|
|
|
|
.portfolio-modal .modal-content ul.list-inline { |
|
|
|
|
margin-top: 0; |
|
|
|
|
margin-bottom: 30px; } |
|
|
|
|
.portfolio-modal .modal-content img { |
|
|
|
|
margin-bottom: 30px; } |
|
|
|
|
.portfolio-modal .modal-content button { |
|
|
|
|
cursor: pointer; } |
|
|
|
|
|
|
|
|
|
.portfolio-modal .close-modal { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 25px; |
|
|
|
|
right: 25px; |
|
|
|
|
width: 75px; |
|
|
|
|
height: 75px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
background-color: transparent; } |
|
|
|
|
.portfolio-modal .close-modal:hover { |
|
|
|
|
opacity: 0.3; } |
|
|
|
|
.portfolio-modal .close-modal .lr { |
|
|
|
|
/* Safari and Chrome */ |
|
|
|
|
z-index: 1051; |
|
|
|
|
width: 1px; |
|
|
|
|
.portfolio-modal { |
|
|
|
|
padding-right: 0px !important; } |
|
|
|
|
.portfolio-modal .modal-dialog { |
|
|
|
|
margin: 1rem; |
|
|
|
|
max-width: 100vw; } |
|
|
|
|
.portfolio-modal .modal-content { |
|
|
|
|
padding: 100px 0; |
|
|
|
|
text-align: center; } |
|
|
|
|
.portfolio-modal .modal-content h2 { |
|
|
|
|
font-size: 3em; |
|
|
|
|
margin-bottom: 15px; } |
|
|
|
|
.portfolio-modal .modal-content p { |
|
|
|
|
margin-bottom: 30px; } |
|
|
|
|
.portfolio-modal .modal-content p.item-intro { |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-style: italic; |
|
|
|
|
margin: 20px 0 30px; |
|
|
|
|
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; } |
|
|
|
|
.portfolio-modal .modal-content ul.list-inline { |
|
|
|
|
margin-top: 0; |
|
|
|
|
margin-bottom: 30px; } |
|
|
|
|
.portfolio-modal .modal-content img { |
|
|
|
|
margin-bottom: 30px; } |
|
|
|
|
.portfolio-modal .modal-content button { |
|
|
|
|
cursor: pointer; } |
|
|
|
|
.portfolio-modal .close-modal { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 25px; |
|
|
|
|
right: 25px; |
|
|
|
|
width: 75px; |
|
|
|
|
height: 75px; |
|
|
|
|
margin-left: 35px; |
|
|
|
|
/* IE 9 */ |
|
|
|
|
-webkit-transform: rotate(45deg); |
|
|
|
|
-ms-transform: rotate(45deg); |
|
|
|
|
transform: rotate(45deg); |
|
|
|
|
background-color: #212529; } |
|
|
|
|
.portfolio-modal .close-modal .lr .rl { |
|
|
|
|
cursor: pointer; |
|
|
|
|
background-color: transparent; } |
|
|
|
|
.portfolio-modal .close-modal:hover { |
|
|
|
|
opacity: 0.3; } |
|
|
|
|
.portfolio-modal .close-modal .lr { |
|
|
|
|
/* Safari and Chrome */ |
|
|
|
|
z-index: 1052; |
|
|
|
|
z-index: 1051; |
|
|
|
|
width: 1px; |
|
|
|
|
height: 75px; |
|
|
|
|
margin-left: 35px; |
|
|
|
|
/* IE 9 */ |
|
|
|
|
-webkit-transform: rotate(90deg); |
|
|
|
|
-ms-transform: rotate(90deg); |
|
|
|
|
transform: rotate(90deg); |
|
|
|
|
-webkit-transform: rotate(45deg); |
|
|
|
|
-ms-transform: rotate(45deg); |
|
|
|
|
transform: rotate(45deg); |
|
|
|
|
background-color: #212529; } |
|
|
|
|
|
|
|
|
|
.portfolio-modal .modal-backdrop { |
|
|
|
|
display: none; |
|
|
|
|
opacity: 0; } |
|
|
|
|
.portfolio-modal .close-modal .lr .rl { |
|
|
|
|
/* Safari and Chrome */ |
|
|
|
|
z-index: 1052; |
|
|
|
|
width: 1px; |
|
|
|
|
height: 75px; |
|
|
|
|
/* IE 9 */ |
|
|
|
|
-webkit-transform: rotate(90deg); |
|
|
|
|
-ms-transform: rotate(90deg); |
|
|
|
|
transform: rotate(90deg); |
|
|
|
|
background-color: #212529; } |
|
|
|
|
|
|
|
|
|
.timeline { |
|
|
|
|
position: relative; |
|
|
|
|
|