*{
    margin: 0;
    padding: 0;
    }
    #start{
        width: 100%;
        height: 90vh;
        background-image: url(header1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        box-sizing: border-box;
    }
    @media screen and (max-device-width: 480px)
    {
      .img-fluid1 {
        width: 50%;
       }
    }
    .A{
        padding-top: 15px;
        padding-left: 15px;
    }
    body{
        font-family: initial;
    }
    #middle{
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        color: white;
        font-family: "Playfair Display";
    }
    #midrow{
        margin-top: 10%;
        text-align: center;
        justify-content: center;
    }
    #btn1{
        height: 45px;
        text-align: center;
        text-decoration: none;
        color: white;
        background-color: transparent;
        border: 1px solid white;
        width: 300px;
        transition: 1.1s;
    }
    .A {
        color: white;
        text-decoration: none;
    }
    .A:hover{
        color: black;
        text-decoration:underline;
    }
    #btn1:hover{
        color: black;
        background-color: white;  
    }
#midrow h1{
font-size: 60px;
   }
 p{
        line-height: 1.5rem;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
   
    #middle1{
    font-family: "Playfair Display";
   }
#btn2{
font-size: 13px;
   }
   #btn2:hover{
    background-color: #002633;
    color: white;
    text-decoration: underline;
   }
   .lh-md-1{
    color: #777777 ; 
    font-size: 0.84rem;
   }
.lh-md{
    color: #343a40;
    font-weight: 400;
    font-size: 0.84rem;
    line-height: 1.4rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#last{
    background-color: #002633;
    height: 750px;
    color: white;
}
#last h1{
    font-size: 31px;
    font-family: "Playfair Display";
}
#lasttext{
    color: #7697a2;
}
#btn3{
    height: 45px;
    text-align: center;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    width: 100%;
    transition: 1.1s;
}

#btn3:hover{
    color: white;
    border: 0px;
    background-color: #45a049;  
}
.form-control{ 
  
    color: #777777;
}
input[type="text"]
{
    width: 100%;
    background-color: #cccccc;
}
input[type="email"]
{
    width: 100%;
    background-color: #cccccc;

}
input[type="number"]
{
    width: 100%;
    background-color: #cccccc;
}
#message{
    width: 100%;
    background-color: #cccccc;
}

