Line 360: | Line 360: | ||
/*.....................................*/ | /*.....................................*/ | ||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
− | . | + | .myintro { |
− | + | height: 100%; | |
− | + | padding: 0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | .myintro .myintro-body .brand-heading { | ||
+ | font-size: 100px; | ||
+ | } | ||
+ | .myintro .myintro-body .myintro-text { | ||
+ | font-size: 26px; | ||
+ | } | ||
+ | } | ||
+ | .btn-circle { | ||
+ | width: 70px; | ||
+ | height: 70px; | ||
+ | margin-top: 15px; | ||
+ | padding: 7px 16px; | ||
+ | border: 2px solid black; | ||
+ | border-radius: 100% !important; | ||
+ | font-size: 40px; | ||
+ | color: black; | ||
+ | background: transparent; | ||
+ | -webkit-transition: background 0.3s ease-in-out; | ||
+ | -moz-transition: background 0.3s ease-in-out; | ||
+ | transition: background 0.3s ease-in-out; | ||
+ | } | ||
+ | #downarrow img { | ||
+ | border: 2px solid black; | ||
+ | padding: 10px 10px; | ||
+ | border-radius: 100% !important; | ||
+ | height: 55px; | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .btn-circle:hover, | ||
+ | .btn-circle:focus { | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | background: rgba(255, 255, 255, 0.1); | ||
+ | } | ||
+ | .btn-circle i.animated { | ||
+ | -webkit-transition-property: -webkit-transform; | ||
+ | -webkit-transition-duration: 1s; | ||
+ | -moz-transition-property: -moz-transform; | ||
+ | -moz-transition-duration: 1s; | ||
+ | } | ||
+ | .btn-circle:hover i.animated { | ||
+ | -webkit-animation-name: pulse; | ||
+ | -moz-animation-name: pulse; | ||
+ | -webkit-animation-duration: 1.5s; | ||
+ | -moz-animation-duration: 1.5s; | ||
+ | -webkit-animation-iteration-count: infinite; | ||
+ | -moz-animation-iteration-count: infinite; | ||
+ | -webkit-animation-timing-function: linear; | ||
+ | -moz-animation-timing-function: linear; | ||
+ | } | ||
+ | @-webkit-keyframes pulse { | ||
+ | 0% { | ||
+ | -webkit-transform: scale(1); | ||
+ | transform: scale(1); | ||
+ | } | ||
+ | 50% { | ||
+ | -webkit-transform: scale(1.2); | ||
+ | transform: scale(1.2); | ||
+ | } | ||
+ | 100% { | ||
+ | -webkit-transform: scale(1); | ||
+ | transform: scale(1); | ||
+ | } | ||
+ | } | ||
+ | @-moz-keyframes pulse { | ||
+ | 0% { | ||
+ | -moz-transform: scale(1); | ||
+ | transform: scale(1); | ||
+ | } | ||
+ | 50% { | ||
+ | -moz-transform: scale(1.2); | ||
+ | transform: scale(1.2); | ||
+ | } | ||
+ | 100% { | ||
+ | -moz-transform: scale(1); | ||
+ | transform: scale(1); | ||
+ | } | ||
+ | } | ||
+ | .content-section { | ||
+ | padding-top: 250px; | ||
+ | padding-bottom: 250px; | ||
+ | height: auto; | ||
+ | min-height: 100% !important; | ||
+ | } | ||
+ | |||
+ | #map { | ||
+ | width: 100%; | ||
+ | height: 200px; | ||
+ | margin-top: 100px; | ||
+ | } | ||
+ | @media (min-width: 767px) { | ||
+ | .content-section { | ||
+ | height: auto; | ||
+ | padding-top: 250px; | ||
+ | padding-bottom: 250px; | ||
+ | min-height: 100% !mportant; | ||
+ | } | ||
+ | } | ||
+ | .btn { | ||
+ | text-transform: uppercase; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | font-weight: 400; | ||
+ | -webkit-transition: all 0.3s ease-in-out; | ||
+ | -moz-transition: all 0.3s ease-in-out; | ||
+ | transition: all 0.3s ease-in-out; | ||
+ | border-radius: 0; | ||
+ | } | ||
+ | .btn-default { | ||
+ | border: 1px solid #42DCA3; | ||
+ | color: #42DCA3; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .btn-default:hover, | ||
+ | .btn-default:focus { | ||
+ | border: 1px solid #42DCA3; | ||
+ | outline: none; | ||
+ | color: black; | ||
+ | background-color: #42DCA3; | ||
+ | } | ||
+ | ul.banner-social-buttons { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | @media (max-width: 1199px) { | ||
+ | ul.banner-social-buttons { | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | } | ||
+ | @media (max-width: 767px) { | ||
+ | ul.banner-social-buttons li { | ||
+ | display: block; | ||
+ | margin-bottom: 20px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | ul.banner-social-buttons li:last-child { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | } | ||
+ | footer { | ||
+ | padding: 50px 0; | ||
+ | } | ||
+ | footer p { | ||
+ | margin: 0; | ||
+ | } | ||
+ | ::-moz-selection { | ||
+ | text-shadow: none; | ||
+ | background: #fcfcfc; | ||
+ | background: rgba(255, 255, 255, 0.2); | ||
+ | } | ||
+ | ::selection { | ||
+ | text-shadow: none; | ||
+ | background: #fcfcfc; | ||
+ | background: rgba(255, 255, 255, 0.2); | ||
+ | } | ||
+ | img::selection { | ||
+ | background: transparent; | ||
+ | } | ||
+ | img::-moz-selection { | ||
+ | background: transparent; | ||
+ | } | ||
+ | body { | ||
+ | webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> |
Revision as of 10:53, 19 August 2017
<!DOCTYPE html>