#outer{
    height: 1600px;
    width: 1000px;
    border: 1px solid black;
    margin: 0px auto;
    }
    #nav{
    height:50px;
    width:1000px;
    background-color:#ff6700;
    margin-bottom:10px;
    border:1px solid #ff6700;
    box-sizing:border-box;
    }
    ul{
    list-style-type:none;
    margin-top:7px;
    }
    li{
    display:inline-block;
    text-align:center;
    margin: 0px 20px;
    padding: 8px 20px;
    width:100px;
    }
    a{
    text-decoration:none;
    color:white;
    }
    #slider{
    height:200px;
    width:1000px;
    background:url('../img/hbg_bg.jpg');
    background-size:cover;
    margin-bottom: 10px;
    }
    #main{
    height:1070px;
    width:1000px;
    margin-bottom: 10px;
    }
    #left{
    height:1070px;
    width:695px;
    float:left;
    }
    #right{
    height:1070px;
    width:300px;
    float:right;
    }
    
    #footer{
    height:250px;
    width:1000px;
    background-color:#ff6700;
    border-radius: 6px;
    color: white;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    }
    
                                                      /* CONTENT */
  #content-1{
    height: 220px;
    width:650px;
    margin: 15px 0px 20px 20px;
    }
    #content-2{
    height:370px;
    width:650px;
    margin:10px;
    margin-left: 20px;
    }
    #content-3{
    height: 360px;
    width:650px;
    margin: 25px 0px 0px 20px;
    }
    #content-4{
    height: 210px;
    width:270px;
    margin: 15px 0px 10px 5px;
    }
    #content-5{
    height: 335px;
    width:270px;
    margin: 10px 0px 0px 5px;
        }
    #heading{
    background-color: #ff6700;
    display: inline-block; 
    padding: 4px 10px;
    font-size: 20px;     
    font-weight: bold;
    border-radius: 4px;
    letter-spacing: 1px;
    margin-bottom: 7px;
      }
      #white{ 
        color: white;
        margin-right: 5px;
      }
      #blue{
        color: darkslategrey; 
      }
    #text-content , #text-li{
    color: #777;
    font-size: 15px;
    line-height: 1.4;
    }
    #text-a{
    color:#ff6700;
    text-decoration: underline;
    }
    #content-img{     
    margin-top: 5px;                                         /*Image border*/
    display: inline-block;
    padding: 4px;                 
    border: 1px solid #bfb1b1;      
    background-color: white; 
    }
    #content-img img{
    display: block;
    height:100px;
    width: 650px;
    }
    #content-4 ul{                                         /* Right side */
    list-style-type: disc;
    margin-left: -70px;
    }
    #content-4 li {
     text-align: left;
     color: #ff6700;
    text-decoration: none;
      }
    .li-anchor {
    color: #ff6700;
    text-decoration: none;
      }
    
    #content-5 div[id="heading"] {
    margin-top:10px;
    }
    #content-5 #text-content p {
     margin-top: -2px;
      }
      
                                                        /* Footer start */
     .column {
          width: 30%;
          float: left;
          margin-right: 3.333%;
        }
    .gallery img {
          width: 65px;
          height: 65px;
          margin: 0px 5px 2px 5px;
          float: left;
          border: 2px solid white;
          box-sizing: border-box;
        }
    .column h2{
      margin-top: 0;
      color:darkslategrey;
    }
    .text-block {
      font-size: 14px;
      margin-top: 10px;
    }
      
                           /*Form*/
        /* contact form */
        label {
          display: block;
          margin-bottom: 5px;
          font-size: 14px;
        }
    
        input[type="text"],
        input[type="email"],
        textarea {
          width: 100%;
          padding: 8px;
          margin-bottom: 10px;
          border: 1px solid #ccc;
          font-size: 12px;
          box-sizing: border-box;
        }
    
        textarea {
          height: 100px;
          resize: vertical;
        }
    
        input[type="submit"] {
          padding: 6px 12px;
          font-size: 14px;
        }

                                                 /* RESPONSES */
 #response {
     width: 100%;
      height: 120px;
      box-sizing: border-box;
      padding: 10px;
      display: flex;
      font-size: 14px;
      color: #555;
    }

    .img-section {
      width: 60px;
      text-align: center;
      margin-right: 15px;
    }

    .img-section img {
      width: 50px;
      height: 50px;
      border: 1px solid #ccc;
      border-radius: 3px;
    }
