



.navbar-brand {
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
}
.navbar-brand img {
  width: 120px;
}



/********/

.about-home{
  margin: 30px 0px;
    padding: 10px 40px
}

.about-home h2{
  font-family: 'Raleway', sans-serif;
  padding: 20px 3px;
  font-size: 39px;
  font-weight: 600;
}   

h2{
  font-family: 'Raleway', sans-serif;
  font-size: 39px;
  font-weight: 600;
}   

.about-home h5 {
  text-transform: uppercase;
  color: #B51717;
  font-size: 14px;
  padding-left: 5px;
}
.about-home p {
  color: grey;
  padding: 0px 5px;
  font-size: 15px;
}
p{
  color: grey;
}

.card-title{
  text-align: center;
  padding-top: 15px;
}
.about-button {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #d7a039;
  border: 1px solid #b59124;
  color: rgb(7, 39, 119);
  margin-left: 5px;
  padding: 15px 35px;
}

.video-background {
  background: #000;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  pointer-events: none;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.contact-form{
  background-color: #232323;
  position: relative;
  display: inline-block;
  top: -400px;
  padding: 33px;
}


.single-page-header {
  padding: 150px 50px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 350px;
}


#slidingSideNav.overlay {
    height: 100%;
    width: 0%;
}

.overlay { 
  
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #262626; /* rgb(0,0,0);*/
   /* background-color: rgba(0,0,0, 0.9);*/
    overflow-y: hidden;
    transition: 0.5s;}

.side-overlay-content {
	 position: relative;
    top: 5%;
    width: 100%;
    margin-top: 3rem;
}

.overlay a {
    padding: 1rem 3rem;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #b59124;
}


.sideClosebtn {
    position: absolute;
    top: 3%;
    left: 5%;
    font-size: 6rem;
}

@media screen and (max-height: 450px) {
  .overlay {
   overflow-y: auto;}
  .overlay a {font-size: 2rem;}
 }
@media only screen and (max-width: 479px) {
	.sideClosebtn {
    left: 2%;
}
}

* {
  margin: 0; padding: 0;
}

.hamburger {
  font-size: 35px;
 float: right;
 padding-right: 90px;
 padding-top: 20px;
}

.contact{
  height: 280px;
}
.heading{
  font-size: 23px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.product a:hover{
  color: #b51717;
}
.product{
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .about-head{
    font-size:27px ;
    font-weight: 700;
  }
  .contact{
    height: 250px;
  }
}