/*  banner  */
.banner{

	text-align: center;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-text{
	padding:200px 0 150px 0;
}
.banner-heading{
	color:#666;
	font-family: sans-serif;
	font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.banner-sub-heading{
	color:#666;
	font-family: sans-serif;
	font-size: 1.8em;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.btn-banner{
	padding:5px 20px;
	border-radius:10px;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}

/* carousel */
div.carousel {
    margin: 2em 0;
}
.carousel-caption h3{
    font-size: 2.5rem;
}


/* grid_with_icons */
.grid_with_icons_col{ text-align:center; padding: 0 1em; }
.grid_with_icons_col i { font-size: 3em; margin: 0.2em 0; color: #666;}
.grid_with_icons_col h2 { margin: 0.5em 0; color: #666;}
.grid_with_icons_col p { color: #888; }
.grid_with_icons h1 { 
    text-align:center;
    color:rgb(0,65,75);
    margin: 1em 0em;}
.grid_with_icons h2 { 
    text-align:center;
    font-size: 1.5rem;
    font-style: italic;
    color: #444;
    margin-bottom: 1rem;
}
.row.grid_with_icons { margin-top: 2em; margin-bottom:2em;}


/* cd_reichel.css 2019-09-27 mr
/* Colors */
.r-blue,.r-hover-blue:hover{color:rgb(0,65,75);}
.r-yellow,.r-hover-yellow:hover{color:rgb(221,175,39);}

/* block */
.block1{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.block1 h1{
    font-size: 2rem;
    color:rgb(0,65,75);
    margin-bottom: 2rem;
}

.block1 h2{
    font-size: 1.5rem;
    font-style: italic;
    color: #444;
    margin-bottom: 2rem;
}

.block1 p{
    font-size: 1rem;
    color: #444;
    line-height: 1.8rem;
}

.block1 i{  
    margin-top: 2rem;
    font-size: 10rem;
    color:rgb(0,65,75);
}

.block1 .image-section{
    text-align:center;
}

/* footer */
#footer-copyright {
    padding: 8px 0;
}


.navbar .container{
    justify-content: flex-start;
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*  banner  */
    .banner-text{
	    padding:150px 0 100px 0;
    }
    .banner-heading{
	    font-size: 2.5em;
        letter-spacing: 0.15em;
        line-height: 1.4em;
        margin-bottom: 1em;
    }
    .banner-sub-heading{
	    font-size: 1.7em;
        line-height: 1.4em;
        margin-bottom: 1em;
    }

    /* carousel */
    div.carousel {
        margin: 1.5em 0;
    }
    .carousel-caption h3{
        font-size: 2rem;
    }

    #navbar-logo{
        height: 72px;
        margin-left: 15px;
    }


}


@media only screen and (max-width: 767px) {
    /*  banner  */
    .banner-text{
	    padding:100px 0 50px 0;
    }
    .banner-heading{
	    font-size: 2em;
        letter-spacing: 0.15em;
        line-height: 1.4em;
        margin-bottom: 1em;
    }
    .banner-sub-heading{
	    font-size: 1.7em;
        line-height: 1.4em;
        margin-bottom: 1em;
    }

    /* carousel */
    div.carousel {
        margin: 1em 0;
    }
    .carousel-caption h3{
        font-size: 1rem;
    }


    #navbar-logo{
        height: 66px;
        margin-left: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }


}
