@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Alegreya&display=swap'); @import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap'); body{ font-family: sans-serif,serif,'Frank Ruhl Libre', 'Alegreya', 'Montserrat'; } nav .container{ border-bottom: 5px solid #f98404; } nav ul li { padding-right: 10px; padding-left:10px; } img{ transition: all 1s; } img:hover{ transform:scale(1.1); } nav ul li:hover { background-color: #f98404; border-radius: 5px; transition: 500ms; } nav.black ul li:hover{ border-radius: 0px; display: inline-block; border-bottom: 5px solid #000; transition: 100ms; } nav.black { transition: 1000ms; background: #f98404; border-radius: 0px 0px 7px 7px ; } .text1{ font-size:3.5em; color: #f98404; } .orange{ color: #f98404; font-weight:bold; } .btn{ background-color: black; padding:10px; } .btn:hover{ color:black; background-color: #f98404; } @media screen and (max-width: 765px){ nav ul{ background-color:#f98404; } } .carousel { background: #f98404; border-radius:7px;} .carousel .carousel-item { height: 300px; } .carousel .carousel-item img { margin-left: 30px; height: 300px; } #carouselButton { right: 0px; position: absolute; bottom: 0px; z-index: 1; } @media screen and (max-width: 700px){ h4{ font-size: 1.3em; } .carousel .carousel-item { height: 50vh; } } .row-header { margin: 0px auto; padding: 0px 0px; } .row-content { margin: 0px auto; padding: 70px 0px; border-bottom: 1px ridge; min-height: 400px; } footer { background-color: #f98404; margin: 0px auto; padding: 20px 0px; } .card-img-top{ height:55vh; } .list-color li a{ color: #fff; } a{ text-decoration: none; } .social-media a{ margin-left: 3px; color: #000; background: rgba(210, 215, 211, 0.356); border-radius: 100%; display: inline-block; text-align: center; text-decoration: none; position: relative; width: 50px; height: 50px; padding-top: 12px; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; text-decoration: none; } .social-media a:hover{ background-color: #000; color: #fff; text-decoration: none; } .card-border{ border-bottom:1.5px solid #f98404; border-right:1.5px solid #f98404; border-left:1.5px solid #f98404; } .bg a{ background: #f98404; } .bg-orange{ background: #f98404; } .bg-black{ background: #000; } .text-orange{ color:#f98404; } .text-black{ color:#000; } footer ul li a{ color: #000; } .round-border{ border-radius:7px; } .input{ border-radius:0; background-color:#e4ecf5; margin-bottom: 12px; padding:12px 12px; width:100%; } :root { --animate-duration: 1s; --animate-delay: 1s; --animate-repeat: 1; } .animate__animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-duration: var(--animate-duration); animation-duration: var(--animate-duration); -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .animate__slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } .animate__zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } .padding-footer{ padding-top:30px; padding-bottom: 30px; } .text-muted:hover{ color: #000; } .content { width: 100%; clear: both; } .content img { max-width: 100%; } ::-webkit-scrollbar { width: 12px !important; } /* Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; box-shadow: inset 0 0 6px rgba(0,0,0,0.3) ; -webkit-border-radius: 10px !important; border-radius: 10px !important; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px !important; border-radius: 10px !important; background: #f98404 !important; } ::-webkit-scrollbar-thumb:window-inactive { background: #f98404 !important; }