/*!
Theme Name: rockyweb2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rockyweb2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rockyweb2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  font-family: 'Lato', sans-serif !important;
}

/* CSS HEADER */
header {

}
header .custom-logo {
	max-width: 140px;
	height: auto;
}
header .content-media {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
header .content-search {
	width: 100%;
	padding: 5px 0;
}
header .btn-media {
	margin: 0 5px;
	width: 40px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #8889;
  color: #fff;
  transition: all 250ms ease;
}
header .btn-media:hover {
	color: #fff;
	box-shadow: 0px 2px 4px rgb(46 41 51 / 8%), 0px 5px 10px rgb(71 63 79 / 16%);
}
header .btn-media.whatssap {
   background-color: #25d366;
   border-color: #34ae52;
}
header .btn-media.email {
	background-color: #ddd;
	border-color: #C0BDBE;
}
header .btn-media.facebook {
	background-color: #1877f2;
	border-color: #2663c7;
}
header .btn-media.twitter {
	background-color: #1da1f2;
	border-color: #2d8dd7;
}
header .btn-media.instagram {
	background-color: #c32aa3;
	border-color: #aa238e;
}
header .btn-media.tiktok {
	background-color: #010101;
	border-color: #000;
}
/* CSS NAV */
#site-navigation {
	padding: 0.5rem 30px;
	background-color:  #fff;
}
#site-navigation .nav-link {
	color: #1e648a;
	padding: 1rem .7rem 1rem .7rem;
	cursor: pointer;
}
#site-navigation .nav-link:hover {
	color:  #1e648a;
	background-color: #1e648a;
}
#site-navigation .nav-link.active  {
	color:  #fff;
	background-color: #1e648a;
}
.btn-rocky {
	background-color: #1e648a !important;
	border-color: #1e648a!important;
	color: #fff !important;
}
.btn-rocky:active, .btn-rocky:focus, .btn-rocky:hover {
	background-color: #184F96 !important;
	border-color: #184F96 !important;
}
section {
	padding: 40px 0;
	overflow: hidden;
}
.section-bg-color {
	background-color: #fefefe;

}
.section-slide {
	padding: 0;
}
#carouselExampleCaptions {

}
#carouselExampleCaptions .carousel-inner {

}
#carouselExampleCaptions .carousel-inner .carousel-item {
	height: 600px;
}
#carouselExampleCaptions .carousel-inner .carousel-item img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}
#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption h2 {

}
#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption p {

}
#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption btn-rocky{

}
#carouselExampleCaptions .carousel-control-prev {

}
#carouselExampleCaptions .carousel-control-prev .carousel-control-prev-icon {

}
#carouselExampleCaptions .carousel-control-next {

}
#carouselExampleCaptions .carousel-control-next .carousel-control-next-icon{

}
section {
	padding:  40px 0;
}
.section-post {
	background-color:  #ddd;
}
.btn-rockyweb {
    color: #fff !important;
    background-color: #1e648a !important;
    border-color: #175272 !important;
}
.btn-rockyweb:hover {
    color: #fff !important;
    background-color: #175272 !important;
}

.btn-rockyweb:focus,
.btn-rockyweb.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5) !important;
}
footer {
	background-color: #1e648a;
	padding: 15px 0;
	color: #fff;
}
footer img {
	max-width: 100%;
  width: 150px;
  height: auto;
}
footer p {
	margin-top: 15px;
	color: #fff;
}
footer p span {
	padding: 10px 0;

}
.slide-section {
	min-height: 500px;
}
.section-blue {
	background-color:#2C3C5C;
}