/*
Theme Name: CustomizrChildGlider
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */

/* Color de background a Negro */
body {
background-color: black;
color: lightgray;
}
/* Cabecera Negra */
header.tc-header {
background-color: black;
}
/* Texto cabecera pegajosa */
.sticky-enabled .navbar .nav > li > a {
color:       black;
//font-weight: bold;
}
.navbar .nav > li > a:hover {
color:          gray;
}

/* Boxes en las páginas parallax!! */
.adamrob_pcontainer {
background: rgba(0, 0, 0, 0.8) !important;
}

/*** featurea pages ****/
/* Color del circulo/cuadrado que se expande */
.round-div {
  border-color: black;
}
/* No se muestra boton */
.marketing h2 {
  display: none;
}
/*  featurea pages cuadradas */
.widget-front .round-div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

/* Change the Footer background */
footer#footer .colophon   {
background-color:   black;
color: white;
}
/* Remove Grey Bar above Footer */
footer#footer {
  border-top: none;
}

/******** NO USADOS ***************/

/* Set the color (red) of the body, wrapper, header & footer */
/*
body {
background-color: black;
color: White;
}
*/


/******* Boxes en las páginas */
/*
#main, article {
    background-color: rgba(255, 255, 255, 0.2);
}
*/

/********* O ********/
/*
.single #content,
.page #content {
background: rgba(195, 195, 195, 0.4) !important;
}
#primary, #secondary {
background: rgba(195, 195, 195, 0.2) !important;
}
.widget {
background: rgba(195, 195, 195, 0.2) !important;
}
*/

/* Boxes en las páginas parallax!! */
/*
.adamrob_pcontainer {
background: rgba(0, 0, 0, 0.8) !important;
color: white;
text-decoration: none;
}
*/

/* START OF Change the Navbar Colors/Font/Size */
/* END OF Adjust Sitewide Background & Text Color/Size */


/* Adjust Menu (red) text color, (Garamond) font-family, (1.5em) font-size  */
/*
.navbar .nav > li > a, 
.navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
display:        inline;
//color:          lightgray;                        
//font-family:    Garamond;
//font-size:      1.5em;
padding:        5px 20px;
}
*/
   
/* Remove the Hover/Focus Colors  */
/*
//.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a, 
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
color:          gray;
}
*/
/* END OF Change the Navbar Colors/Font/Size */

/*
// Change the central wrapper background 
#main-wrapper {
margin-top:         0px ;
margin-bottom:      0px ;
background-color:   pink ;               // Change pink
border:             2px solid red ;      // Delete if no border needed
}

.container[role="main"] {
background-color:   pink ;               // Change pink
}
*/

/* START OF Adjust Sitewide Background & Text Color/Size */
/*
#main-wrapper {
background-color: black;
}
#footer {
background-color: black;
}
colophon {
background-color: black;
}
.box {
background: rgba(0, 0, 0, 1);
}

*/