/* COVER
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  
 box-shadow: inset 0 0 5rem rgba(250, 250, 90, .3);
  position:relative;
 /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .3);*/
 
}

.cover-container {
  max-width: 42em;
}
body::-webkit-scrollbar {
  display: none;
}
body{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

[aria-label="Main Menu (2)"]{
	background-color: rgba(255, 255, 255, 1)!important;

background-image:  radial-gradient(#fafa5a 2px, transparent 2px), radial-gradient(#fafa5a 2px, transparent 2px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.offcanvas.show{
	justify-content: center;
	    background-image: url('../images/fadebg1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.offcanvas.show ul li a {
	font-size:2em;
}

nav ul li a.nav-link, h3, .custom p strong, .btn-success, .item-page p strong{
	font-family: 'Montserrat', sans-serif!important;
	
}
.custom p strong, .btn-success {/*text-transform:uppercase;*/}




/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(0, 0, 0, 1);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(47, 130, 109, 0.5);
  
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000;
 border-bottom-color:rgba(250, 250, 90, 1);
}

/*END COVER**/

/*navbar off canvas*/
body {
  padding-bottom: 20px;
}

main{
	bottom:0px;
	position:relative;
}

.navbar {
  margin-bottom: 20px;
  background-color:rgba(255, 255, 255, .1);
  /* box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}
/*End navbar off canvas*/

.nav-link a{
	font-family: 'Open Sans', sans-serif;
}

.portrait{
	background-image: url("../images/front.webp");
	background-size:cover;
	height:90%;
	background-repeat: no-repeat;
	padding:10px;
	background-position:bottom center;
	
	max-height:100%;
	margin:20px 0 20px 0;
	position:relative;
	z-index:2;
}

.deco-frame{
	box-shadow: 0.5rem 0.5rem rgba(47, 130, 109, 0.5), -0.5rem -0.5rem rgba(250, 250, 90, 0.8);
	/*box-shadow: 0.5rem 0.5rem rgba(0, 0, 0, 0.3), -0.5rem -0.5rem rgba(0, 0, 0, 0.5);*/
	}

.moto-decor{
background-color: transparent;
opacity: 0.8;
background-image:  radial-gradient(#fafa5a 2px, transparent 2px), radial-gradient(#fafa5a 2px, transparent 2px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
height:25vh;
margin:20px;
position:relative;
z-index:3;
rotate:15deg;
}

.dots{background-color: transparent;
opacity: 0.8;
background-image:  radial-gradient(#fafa5a 2px, transparent 2px), radial-gradient(#fafa5a 2px, transparent 2px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
background-attachment:fixed;
min-height:100%;

}
.stripes{
	 background-color: transparent;
opacity: 0.8;
background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, #fafa5a, #fafa5a 1px, transparent 1px, transparent);
}

.moto{
	position:relative;
	z-index:4;
	top:-150px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.headcontentx{
	 background-color: transparent;
opacity: 0.8;
background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, #fafa5a, #fafa5a 1px, transparent 1px, transparent);
z-index:1;
}
@media screen and (min-width: 1200px){
.h3, h3 {
    font-size: 2.4rem;
}}
@media screen and (max-width: 576px){
	.right, .left{height:50%!important;}
	
}

#section2 a, #section3 a{text-decoration:none!important;}
a h3, a:hover h3,h1{ 
text-decoration:none;
color:rgba(250, 250, 90, 1); 
font-size:3rem;
font-weight:800;
text-shadow: 4px 4px 0px rgba(47, 130, 109, 0.8);
}
a.navbar-brand{font-size:2rem;}
h2 a{font-size:2rem;
text-decoration:none;
color:rgba(47, 130, 109, 0.8); 
font-weight:800;
}

nav[aria-label="Inner Menu"]{background-color:#fff;}

#section3 a h3, #section3 a:hover h3 {color:rgba(47, 130, 109, 0.8); text-shadow: 4px 4px 0px rgba(255,255,255, 0.8);}
h4 a{
/*text-decoration:none!important;
color:rgba(47, 130, 109, 0.9);	*/
--s: 0.1em;   /* the thickness of the line */
  --c: rgba(47, 130, 109, 0.9); /* the color */
  
  color: #0000;
  padding-bottom: var(--s);
  background: 
    linear-gradient(90deg,var(--c) 50%,#000 0) calc(100% - var(--_p,0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) var(--s) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: 0.5s;
}
h4 a:hover{
	/*background-color:rgba(250, 250, 90, 0.8);*/
	--_p: 100%
}

html {
  overflow:   scroll;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

figure.item-image {
margin:0px!important;
 max-width: 100%;
    height: auto;
}



.blogimgcont figure.item-image img{
	width:250px;
    /*height: auto;*/
	height:250px;
	object-fit: cover;
}

.blog-item .item-content{
	padding-top:50px;
	padding-left:10px;
}
.blogimgcont figure img{
	border-radius:50%;
	box-shadow: 0.5rem 0.5rem rgba(47, 130, 109, 0.5), -0.5rem -0.5rem rgba(250, 250, 90, 0.8);
}

.com-content-article .container figure img{
	width:100%;
	height:400px;
	object-fit:cover;

}


i.fa-brands{
	border-radius:50%;
	width:30px;
	height:30px;
	margin:5px;
	padding:7px;
	background:rgba(47, 130, 109, 0.9);
	box-shadow: 0.1rem 0.1rem rgba(47, 130, 109, 0.5),0.3rem 0.3rem rgba(255,255,255,1), -0.1rem -0.1rem rgba(250, 250, 90, 0.8);
	color:rgba(250, 250, 90, 0.8);
}
.mod-custom a{
	text-decoration:none;
}

.mod-custom a:hover i.fa-brands{
	background:rgba(47, 130, 109, 1);
	box-shadow: 0.2rem 0.2rem rgba(47, 130, 109, 0.5),0.3rem 0.3rem rgba(255,255,255,1), -0.2rem -0.2rem rgba(250, 250, 90, 0.8);
}
.btn.btn-outline-warning{
	color:rgba(47, 130, 109, 0.9);
	
	--bs-btn-color:rgba(47, 130, 109, 0.9);
    --bs-btn-border-color: rgba(47, 130, 109, 0.9);
    --bs-btn-hover-color: rgba(47, 130, 109, 0.9);
    --bs-btn-hover-bg: rgba(250, 250, 90, 0.8);
    --bs-btn-hover-border-color: rgba(250, 250, 90, 0.8);
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgba(250, 250, 90, 0.8);
    --bs-btn-active-border-color: rgba(250, 250, 90, 0.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(255,255,255,0.5);
    --bs-btn-disabled-bg: rgba(0,0,0,0.5);
    --bs-btn-disabled-border-color: rgba(255,255,255,0.5);
    --bs-gradient: none;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
 
}
 
input[type=text]:focus, textarea.form-control:focus {
  box-shadow: 0px 0px 5px rgba(250, 250, 90, 1);
  border:1px solid rgba(250, 250, 90, 1);
 
}
::selection {
	background:rgba(47, 130, 109, 1);
	color:#fff;
}

/*PRELOADER*/
 #preloader {
    position: fixed;
    z-index: 999999;
    background: white;
	/*background-image: url('../images/bgr-blur.png');*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    width: 100%;
    height: 100%;
    justify-content: center;
    
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fafa5a;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fafa5a;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fafa5a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER*/
/*snapper*/
.snappy{
overflow: scroll;
  height: 100vh;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
   -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
  }
  .snappy::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.snapper{
height: 100vh;
  scroll-snap-align: start;
  position: relative;}
  
 section{
	 padding-top:80px;
	 margin-top:80px;
	
	 height:100vh!important;
 } 
