.corona {

 text-align:justify}



 a.back-to-top {
                display: none;
                width: 30px;
                height: 40px;
                text-indent: -9999px;
                position: fixed;
                z-index: 999;
                right: 10px;
                bottom: 2px;
                background: #343A40 url("../images/up-arrow.png") no-repeat center 43%;

                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
}


header {     padding-top: 50px;

}

         a[href^='tel:'] {
  color: #A90F19;
}

.padding {
    padding-left:50px;
    padding-right: 50px;
}


footer a:{
    	color: white;
	text-decoration: none;
	}


.social {
  position: absolute;
  top: 0px;
  right: 100px;
}











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;
}




.my-4 {
    text-align: center;
}
.color {
      background-color: #343A40;   border-top: 1px solid #A90F19;
}

 .col-lg-4,.mb-4 a{
     color: white;
 }



.bg-dark {
   color: #A90F19; text-align: center; font-size: 10pt;
}

li.breadcrumb-item a{color:#A90F19}

.breadcrumb-item.active{color:#343A40}

.btn-secondary {
    color: white;
    background-color: #A90F19;
    border-color: #343A40; }



.btn-danger   {
        color: white;
    background-color: #A90F19;
    border-color: #343A40; }

.card  {
    background: rgba(0,0,0,0.3); color: white
}

.card-title, h4{
    color: #A90F19
}

.card-header {
    background-color: #343A40;
    border-bottom: 1px solid #B3B3B3;}




 .carousel-caption{
position:absolute;left:0%;right: 0%;}

 .carousel-caption1{       background: rgba(0,0,0,0.3);
position:absolute;left:25%;right: 25%;top:20px;z-index:11;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center; font-style: italic; }
 .carousel-caption2{             background-color: #A90F19;
margin-left:0px; margin-right:0px, z-index:11;padding-top:50px;padding-bottom:50px;color:#fff;text-align:center; font-style: italic; }

.carousel-item {
  height: 85vh;
  min-height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-dark .navbar-nav .nav-link
{color: white; font-size: 11pt;


 }




.navbar {

  padding: 0;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#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;
}


 .carousel-caption1{       background: rgba(0,0,0,0.3);
position:absolute;left:25%;right: 25%;top:40px;z-index:11;padding-top:40px;padding-bottom:20px;color:#fff;text-align:center; font-style: italic}
 .carousel-caption2  {
     padding-top:40px;padding-bottom: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;
}
}