.branding{
  font-size:17px;
}

.showcase{
  background:url('../img/header6.png') no-repeat;
  background-position:center;
  height: 600px;
  padding:140px 100px;
  color:#fff;
}

.showcase h1{
  font-size:40px;
  font-weight:700;
  text-transform: uppercase;
}

.showcase hr{
  width:100px;
  margin:auto;
  border-width:3px;
  border-color:#f44336;
}

.showcase p{
  font-size:16px;
  padding-bottom:20px;
}

.section{
  padding:40px 0;
}

.section h2{
  padding:0;
  margin:0;
}

.section .fa{
  font-size:50px;
}

.section img{
  width:100%;
}

@media only screen and (max-width:600px){
  body{
    margin-top:190px;
  }

  .showcase{
    height:400px;
    padding: 60px 0;
  }
}
h1.logo {
    text-transform: lowercase;
   
}
.w3-tangerine {
    font-family: "Tangerine", serif;
}

.fpa-gold,.fpa-hover-gold:hover{color:#000!important;background-color:#FFD700!important}
.fpa-gold2,.fpa-hover-gold2:hover{color:#000!important;background-color:#EACD31!important}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.small {
    line-height: 0.3;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 
 .zoom {
    padding: 50px;
    transition: transform .2s;
  
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.ctext1  {

 color: purple;
 }
.ctext2 {
font-family: Arial, 'Arial Narrow', 'Arial Black'; 
font-weight: bold; 
font-style: normal; 
text-decoration: none; 
font-size: 20pt; color: #000;
}

.one {
 display: block;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
	color: red;
	width:80%;
 
    }