body{
    font-family: 'Raleway', sans-serif;
    margin:0 auto;
    width: 100%;
}

.navbar{
    background-color: grey;
    width: 100%;
    height: 75px; 
    position: fixed;
    top: 0px;
}

.logo {
    height: 71px;
    width: 110px;
    float: left;
    border: 2px solid black;
}


/*----------navbar-----------*/
.banner {
    background-image: url("../img/jw.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
    height: 350px;
    overflow: hidden;
}


.banner-text {
   color: red;
   text-shadow: 2px 2px 10px #000; 
   font-size: 20px;
   display: inline-block;
   margin-top: 50px;
   margin-left: 185px;
   font-family: 'Bangers', cursive;
}

.nav-item {
    float: right;
    list-style-type: none;
}

.item {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #3c3;
    border: 2px solid #000;
    border-radius: 15px 0px 15px 0px;
    padding: 10px;
}

.item a:hover{
    background-color: yellow;
    border: 2px solid #000;
    border-radius: 15px 0px 15px 0px;
    padding: 10px;
}
    
a:link{
    text-decoration: none;
}

/*---------------main body--------------------*/

.container{
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.border {
    float: left;
    border: 2px groove #000;
    height: 800px;
    width: 46%;
    margin: 15px;
 }

.body-text {
    float: left;
}

.thin{
    font-weight: 300;
}

.reg{
    font-weight: 400;
}

.black{
    font-weight: 900;
}

.text {
    line-height: 25px;
    text-align: justify;
    margin: 10px;
}
.pic {
    float: left;
    margin-top: 15px;
     }
    
    .box{
        margin: auto;
        width: 100%;
        
    }
    
.column{
    border: 1px solid black;
    width: 30%;
    display: inline-block;
    margin-left: 30px;
    height: 500px;
    text-align: center;
    vertical-align: top;
   }    
    
   .col{
     display: inline-block;
     width: 48%;
     border: 1px solid black;
     overflow: hidden;
     margin: 12px;
     height: 500px;
     float left;
   } 
   
   .map{
       float:left;
       width:50%;
   }
    /* about page*/
    
    .column-img{
        width: 100%;
        /*height: 500px;*/
       
    }
     
     /*contact*/
     
     
    .contact-container{
        width:45%;
        float:left;
    }
     
    .map-contact{
        width: 45%;
        float:left;
    }
     
.footer {
    background-color:gray;
    clear:both;
    bottom: 0px;
    height: 75px;
    margin-top: 100px;
    width:100%;
}



.footer-col{
    height: 30px;
    display: inline-block;
    width: 31%;
    overflow: hidden;
    margin-top: 23px;
    text-align: center;
}


.button:hover{ 
    color: red;
}        



.copyright{
    color: #fff;
  
}

.icon{
    color: #3c3;
    font-size: 20pt;
    text-shadow: #fff
}