/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */
.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:          red;                        
font-family:    Garamond;
font-size:      28px;
padding:        5px 20px;
}


/* START OF Display full-width pages */
.container { 
    width: 100% !important;
}
#main-wrapper {
    padding: 0 10px; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
/* END OF Display full-width pages */

body {
background-image: url(https://balcontroisrivieres.com/wp-content/uploads/2018/01/balcon_rivesud_006.jpg);
background-attachment: fixed;
background-position: center; 
}

.page .entry-title {
	display: none;
}

/* Title text */
.carousel-caption h2 {
font-family:    Georgia;
font-size:      76px;
color:          white !important;
background-color: rgba(155,155,155,0.6);	
}
/* Description text */
.carousel-caption p {
font-family:    Garamond;
font-size:      2em;
color:          blue !important;
}
/* Button text */
.carousel-caption .btn {
font-size:      27px;
color:          white;
background-color: rgba(0,36,53,0.7);	
border-width: 0px;	
}
