 h3 {
     color:black;
 }


 a.back-to-top {
                display: none;
                width: 30px;
                height: 30px;
                text-indent: -9999px;
                position: fixed;
                z-index: 999;
                right: 10px;
                bottom: 2px;
                background: #333333 url("../images/up-arrow.png") no-repeat center 43%;

                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
}




         a[href^='tel:'] {
  color: #A90F19;
}

.padding {
    padding-left:50px;
    padding-right: 50px;
}


footer a:{
    	color: white;
	text-decoration: none;
	}



     .rosa
   {
       padding-top:100px;
       max-width:100%;
       padding-left:0px;
       padding-right:0px;
       background-color:#F6E6D6;
       text-align: center;
       margin:0;
   }

 .row {
     padding-top:50px;
     padding-left:10px;padding-right:10px;  }


.row2 {
     padding-top:50px;
     padding-left:10px;padding-right:10px;  }









a:link{text-decoration:none;color:#A90F19;}
a:visited{text-decoration:none;color:#A90F19;}
a:hover{text-decoration:underline; color:#A90F19;}
a:active{text-decoration:none;color:#A90F19;}


li a:link{text-decoration:none;color:#A90F19;}
li a:visited{text-decoration:none;color:#A90F19;}
li a:hover{text-decoration:underline; color:#A90F19;}
li a:active{text-decoration:none;color:#A90F19;}


.white a:link{text-decoration:none;color:white;}
.white a:visited{text-decoration:none;color:white;}
.white a:hover{text-decoration:underline; color:white;}
.white a:active{text-decoration:none;color:white;}




img,  {
    max-width:100%
    height: auto
}




.list {
  list-style-type: square;
  margin: 0;
  padding: 15pt;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 15pt;
}

  .list2 {
  list-style-type: square;
  margin: 0;
  padding-left: 15pt;
}


.my-4 {
    text-align: center;
}
.color {
      background-color: #333333;   border-top: 1px solid #A90F19;
}

 .col-lg-4,.mb-4 a{
     color: white;
 }



.bg-dark {
   color: #333333; text-align: center; font-size: 10pt; padding:10px;
}

li.breadcrumb-item a{color:#A90F19}

.breadcrumb-item.active{color:#333333}

.btn-secondary {
    color: white;
    background-color: #F6E6D6;
    border-color: #333333; }



.btn-danger   {
        color: white;
    background-color: #F6E6D6;
    border-color: #333333; }

/*.card  {
    background: #333333; color: white
}*/

.card-title, h4{
    color: #ffffff
}

.card-header {
    background-color: #333333;
    border-bottom: 1px solid #333333;}

.h-100 {
    background-color: #F6E6D6;
 }

.grey p {
     color: #565658}
 .grey h2 {
     color: #565658}
 .grey a {
     color: #565658}

 .red p {
     color: #8C1413}
 .red h2 {
     color: #8C1413}
 .red a {
     color: #8C1413}




.navbar-dark .navbar-nav .nav-link
{color: white; font-size: 11pt;



 }




.navbar {

  padding: 0;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  z-index: 99;     background-color: #F6E6D6;
}

#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #A90F19;
  color: white;
}

#navbar-right {
  float: right;
}

.portfolio-item {
  margin-bottom: 30px;
}

.img-container{
  position:relative;
  display:inline-block;
}
.img-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
background: rgba(0,0,0,0.3);
  opacity:0;
  transition:opacity 500ms ease-in-out;
}
.img-container:hover .overlay{
  opacity:0.5;
}
.overlay span{
  position:absolute;
  top:20%;
  left:50%;
  transform:translate(-50%,-50%);
  color:black;
}









 @media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }

 .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}




.my-4   {
    font-size: 16pt; font-weight: bold;
}
h1   {
    font-size: 16pt; font-weight: bold;
}

h2   {
    font-size: 16pt; font-weight: bold;
}

h3   {
    font-size: 16pt; font-weight: bold;
}
}