**
{
    margin:0;
    padding:0;
 
}
   
body
{
    
    font-family: "Adobe Kaiti Std";
    margin: 0px;
    border: 0px;
    
}

.row
{
    max-width: 1200px;
    margin:0 auto;
}
.hero
{
    position:relative;
    width:1140px;
    top:40%;
    left:110%;
    margin-right: auto;
    transform: translate(-50%,-50%);
}

header
{
    top: 0;
    bottom: 0;
    height: 100vh;
    background-position:center;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../Site/Images/wallpaper/2.jpg);
    
}
h2
{
    color: whitesmoke;
    margin-left: 50px;
}

.main-nav
{
    list-style: none;
    float:right;
    margin-top:-120px;
    width: 100%;
    height: 70px;
    background-color: ;
    color: floralwhite;
    text-align: right;    
}

.main-nav li 
{
    display:inline-block;
    margin-left: 40px;
}
.main-nav li a
{
    color: white;
    text-decoration: none;
    font-size:145%;
    font-family: "Adobe Song Std";
    font-weight:lighter;
}
.main-nav  a:hover
{
    color:lightpink;
    border-bottom:2px solid lightpink;
    transition: all 0.15s ease-in;
    padding:5px 0;
    
}

.logo img
{
   height:140px;
   float:left;
   margin-top:10px;
   margin-left: 50px;
}
.submit
{
    border:0.1px solid grey;
    padding:10px 15px;
    color: palevioletred;
    text-decoration:none;
    border-radius: 15px;
    margin-right: 15px;
    margin-top: 0.1px;
    background-color: whitesmoke;
    
}
.submit:hover
{
  background-color: mediumvioletred;
  color: white;
  border: none;
  transition:all 0.2s ease-in;
}
footer
{
    margin-top: -30px;
    background-image: url(../Site/Images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    text-align: left;
    width: 100%;
    height: 420px;    
}
#foot
{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    margin-top: 25px;
}
.submit
{
    border:0.1px solid grey;
    padding:10px 15px;
    color: palevioletred;
    text-decoration:none;
    border-radius: 15px;
    margin-right: 15px;
    margin-top: 0.1px;
    background-color: whitesmoke;
    
}
.submit:hover
{
  background-color: mediumvioletred;
  color: white;
  border: none;
  transition:all 0.2s ease-in;
}
.breadcrumb
{
    background: rgba(255, 255, 255, 0.08);
    background-color: lightpink;
    border: 0px solid rgba(245, 245, 245, 1); 
    padding-bottom: -10px;
    display: block;
}
.breadcrumb li 
{
    font-size: 14px;
}
.breadcrumb a 
{
    color: #eb59a5;
}
.breadcrumb:hover
{
  border: none;
  transition:all 0.2s ease-in;  
}
.brdcr
{
    margin-bottom: -20px;
}
.social h3
{
   
   padding-top: 20px;
   padding-bottom: 0.5px;  
}

div.contact
{
    float: right;
    margin-right: 700px;
}
label
{
    color:palevioletred;
}
input.name
{
    height: 20px;
    width: 250px;
    border-radius: 3px;
    border: none;
}
input.text
{
    height: 20px;
    width: 250px;
    border-radius: 3px;
    border: none;
}
input.email
{
    height: 20px;
    width: 250px;
    border-radius: 3px;
    border: none;
}
textarea.msg
{
    height: 70px;
    width: 250px;
    border-radius: 3px;
    border: none;
}
.copyright
{
    background-color: hotpink;
}

.list1
{
    color: aliceblue;
    margin-left: 20px;
    font-size: 20;
    text-decoration: none;
}