.form-floating-right{}

@media only screen and (max-width: 479px) {
  .retina-logo {
    margin-top: 10px;
    
  }
 #primary-menu-trigger {
    left: 0px;
  	top: 5px;
  }
  #logo {
  	height: 60px;	
  }
}

#primary-menu{
  background-color: #FFF;
}

.border-1{
	border: 2px solid #ddd;
	margin: 10px;
}

.border-2{
  border: 2px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
  height: 75px;
  background-color: #f2f2f2; 
}
.breadcrumb-item.active {
  color: #fff !important;
}


.myfirst-letter {
    vertical-align: middle;
    text-align:center;
    color: #000;
    float: left;
    font-family: Helvetica;
    font-style: normal;
    font-size: 60px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    padding-right: 8px;
    padding-left: 8px;
    border: 3px solid maroon;
    border-radius: 50%;
    margin: auto 15px 50px auto;
   /* style="font-style: italic;font-family: auto;font-size: 20px;"*/
}

.up-arrow1 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 10px;
}
.up-arrow1:after {
    content: '';
    display: block;  
    position: absolute;
    left: 140px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddd;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

p{
  font-size: 15px;
}

.bg-texture
{
  background:url(../photos/texture.png); 
}

.footer-texture
{
  z-index: 1;
  background:url(../photos/texturef.png); 
  opacity: 1;
}

#page-title{
  background-color: #7c0105;
}

.page-bg
{
  z-index: 1;
  background:url(../photos/texturef.png); 
  opacity: 1;
}

.service-icon
{
  color:#7c0105;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 40px;
  border: 2px solid #7c0105;
  border-radius: 50%;
  padding: 0px;
  line-height: 75px;
  margin: 10px auto;
}

.servicebox {
  background-color: #fff;
  box-shadow: 5px 10px 18px #888888;
}

.servicebox h4 {
  border-top: 1px solid #00073f;
  padding: 10px 0 0 0;
}

.servicebox a {
  color: #555;
}

.servicebox p {
  padding:  0 10px;
}

.servicebox:hover {
 /* background-color: #ddd;*/
  border-color: #7c0105;
}
.servicebox .innerlink {
  color: #00073f;
}

#primary-menu ul ul li>a {
  padding: 5px;
}

#primary-menu ul ul li>a:hover {
  background-color: rgba(124,1,5,0.2);
}

.sidenav li{
  width:280px;
}

.sidenav-head{
 text-align: center;
 margin:10px;
}

.flip-card-front:after {
  opacity:1;
  }
