
* {

    font-family: 'Jura' sans-serif;
    }

    hr{

      width: 120px;
    }
    html {
      height: 100%;
      box-sizing: border-box;
    }
    h4{
      font-size: 23px;
      margin:0;
    }
    *,
    a:before,
    a:after {
      box-sizing: inherit;
      text-decoration: none;
    
    }
    a:hover{
      color: #45150e;
    }
    body {
      position: relative;
      margin: auto;
      padding-bottom: 6rem;
      min-height: 100%;
      font-family: "Helvetica Neue", Arial, sans-serif;
      
      max-width: 1350px;
    }
    
    
    
    .footer a{
    margin: 10px;
    text-decoration: none;
    }
    .footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1rem;
      background-color: #efefef;
      text-align: center;
      font-family: 'Jura', sans-serif;
    }
    a:-webkit-any-link {
      color: #a73f2d;
    }
        body{
      width: 100%;
      margin:auto ;
        }
    
    .nav {
      border-bottom: 1px solid grey;
    }
  
    .container2{
padding-top:80px;
      text-align:center;
      background: linear-gradient(rgba(0,0,50,0.5),rgba(0,0,50,0.5)),url(FullSizeRender.jpg);
      background-size: cover;
      font-family: 'Jura', sans-serif;
    
height:1200px;

    
    }
    .directly{
    color:white;
      border-radius: 10px;
height: auto;
overflow-wrap: break-word;
margin: 30px;
opacity: 80%;
padding:10px;
font-size: 20px;


    }
    .contact-title
    {
        color:white;

        text-transform: uppercase;
        transition: all 4s ease-in-out;
    }
    .contact-title h1{
        font-size: 36px;
        line-height: 10px;
        color:white;
 
margin:30px;
    }
    .contact-title h2{
        font-size: 18px;
        color:white;
    }
    form
    {
        margin-top:50px;
        transition: all 4s ease-in-out;

    }
.form-control
{
  width: 600px;
  max-width: 100%;
  margin:10px;
border: none;
outline: none;
border-bottom: 1px white solid;
color: white;
}
input{
    height: 45px;
    background-color: transparent;
    color:white;
    
}

textarea.form-control{
    height:100px;
}
form .submit{
    color:white;
    border-bottom: 1px black solid;
    box-shadow: black 1px 2px 0px ;

max-width: 80%;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top:20px;
    background-color: #a73f2d;
}
form .submit:hover {
    background-color: #45150e;
    cursor: pointer;
}


textarea{
    background-color: transparent;
}
    div.boxholder{
      margin:auto;
align-items: center;
    }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: larger;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
 }

 html{
     height:auto;
     max-width:100%;
     font-family: 'Jura', sans-serif;
 }
    .footerband{
        background-color: #a73f2d;
        color: #a73f2d;
  
    }



.body-content{
    width:100%;
    padding:20px;
    text-align:justify;
    box-sizing: border-box;
    font-size:18px;
    line-height: 40px;
}

.footer-bottom{
    padding:10px;
    background-color: black;
    color:white;

}
    .yes{
        max-width: 200px;
        display: flex;
   
    }
    .homepageimg{
        width:300px;
       
    }
    .logo{
        max-width: 30%;
    }
    .header{
    display: flex;
    align-content: center;

    
  }
  div#myTopnav .topnav{
  border: 1px solid black;
  }
  
  .topnav {
  
    overflow: hidden;
    line-height: 10px;
  
    
  }
  .title{
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    margin:30px;
    background-color: #a73f2d;
    border-radius: 40px;
    color: white;
    
  }
  

 
  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
  padding:10px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 100px;
  
  
  }
  
  
  
  .active { 
         font-family: 'Roboto', sans-serif;
        
  }
  
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  
  }
   
  .dropdown .dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: black;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 92px;
    
  
  }
  .title{
      font-size: 40px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    height:72px;
  }
  
  
  .topnav a:hover, .dropdown:hover .dropbtn {
  
    color: #45150e;
  }
  
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    
  }
  
  
  .dropdown:hover .dropdown-content {
    display: block;
  
  }
  

      
  @media screen and (max-width: 755px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .footer-item{
        width: 100%;
    }
    .topnav a.icon {
      float: right;
      display: block;
      font-size: x-large;
      margin-right:10px;
    }
  
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
   
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
    .boxholder{
        display: flex;
flex-direction: column;
        }
 
    }
    @media screen and (max-width: 1000px) {
  .active{
     text-align: center;
  
  }
  a.home-class{
    display: none;}
  .footer-item{
      width: 50%;
  }
  .footer{
     flex-wrap: wrap;
  }
  .boxholder{
    display: flex;
flex-direction: row;
    }
  .button{
     font-size: 50px;
     
  }
    

  }
