@font-face {
    font-family: 'Marcellus SC', serif;
    src: url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
  }
  body{
      margin: 0;  
  }

h1{
	font-family: 'Marcellus', Arial, Helvetica, serif;
	text-transform: uppercase;
	font-size: 32px;
	color: #b71230;
  }

  h3{
	font-family: 'Marcellus', Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 24px;
}
h4{
	font-family: 'Marcellus', Arial, Helvetica, sans-serif;
	text-transform: normal;
	font-size: 20px;
}
p{
    font-family: Helvetica, Arial, sans-serif; 
    font-weight: normal;
    line-height: 1.25em;
}
.italic{
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif; 
    font-weight: normal;
    line-height: 1.25em;

} 

.container{
    display: flex;
}
.top-banner{
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: content-box;
    /* background-color: blue; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    /* height: 250px; */
    z-index: 999;
    background-color: white;

}
.logo{
    box-sizing: content-box;
    font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    /* background-color: yellow; */
    text-align: center;
    line-height: .75em;
    padding-left: 25px;
    /* padding-top: 50px;    */
}
.trademark{
    position: relative;
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
    font-size: 30%;
    line-height: 0;
    vertical-align: baseline;
    top: -1.5em;
}
.tagline{
    font-family: 'Marcellus', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 20px;
   
}
.CTA{
  box-sizing: content-box;
  /* width: 100%; */
  font-family: 'Marcellus', Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: right; 
  line-height: .75em;
  padding-right: 25px;
  text-transform: uppercase;
  /* background-color: royalblue; */
  word-spacing: 5px;
}

.desktop-nav{
    padding-top: 25px;
    font-family: 'Marcellus', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    justify-content: space-between;
    display: block;
    word-spacing: 25px;
    text-align: right;
    margin-bottom: 10px;
}

a{
    color: black;
    text-decoration: none;
    text-transform: none;
/*    font-size: 18px;*/
    list-style-type: none;
}

a:hover {
    color:#e85736;
    text-decoration: none;
    text-transform: none;
/*    font-size: 18px;*/
    list-style-type: none;
  }
a:active{
    color:#e85736;
    text-decoration: none;
  }

  .banner-image{
    width: 100%;
    height: 350px;
    margin-top: 130px;
    background-image: url('./images/intro-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1; 
    overflow: hidden;
    padding: 0;
  }

 div.headline {
    background-color: black;
    opacity: 0.6;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  div.headline p {
    font-weight: bold;
    color: white;
    font-family: 'Marcellus', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .125em;
    text-align: center;
  }

  .main-section {
      margin: 10px 10px 10px 20px;
      justify-content: space-around;
      height: 100%;

  }

  .left-column{
      width: 50%;
      margin-right: 25px;
      flex-grow: 3;
      float: left;
      
  }

  .left-column-blog{
    width: 65%;
    margin-right: 25px;
    margin-bottom: 10px;
    flex-grow: 3;
    float: left;
    border-right: 1px solid #333;
    height: 100%;
    padding-right: 10px;
  }

  .right-column{
    display: inline-block;
    

}
.right-column p{
    width: 425px;
    padding-top: 5px;
    padding-left: 10px;
}

.testimonials{
/*
    font-family: 'Marcellus', Arial, Helvetica, sans-serif;
	font-style: italic;
*/
	box-sizing: border-box;
    background-color: #d1d3d4 ;
    width: 100%;
    /* display: inline-block; */
    margin-bottom: 25px;
    padding: 5px 50px 50px 50px;

}

.testimonials h4{
    font-family: 'Marcellus', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px; 
    color: #333;
    text-align: center;
    font-weight: 100;

}

.italic{
/*    font-family: 'Marcellus', Arial, Helvetica, sans-serif;*/
	font-style: oblique;
	font-size: 14px; 

}
.vl {
    border-left: 1px solid #333;
    height: 100%;
    padding-left: 20px;
  }

  .contact-us{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  .location{
    margin: auto;
  }

  .form-container{
      display: inline;
      font-family: Helvetica, Arial, sans-serif; 
      font-weight: 100;
      margin: auto;
  }

.footer-container{
    /* display: flex; */
    width: 100%;
    box-sizing: content-box;
    position: relative;
    bottom: 0;
    background-color: #333;
    justify-content: space-around;
    text-align: center;
    margin: auto;
}

nav.footer-navigation{
    width: 100%;
    word-spacing: 25px;
    font-family: 'Marcellus', Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
    padding-top: 20px;

}

nav.footer-navigation a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
nav.footer-navigation a:hover{
    color: #cccccc;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}
.copyright{
    width: 100%;
    margin: auto;
    font-family: Helvetica, Arial, sans-serif;
    color: white;
    text-transform: capitalize; 
    font-size: 12px;
    padding-bottom: 10px;
}

.archives{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.italic {
}
