body{
    background-color: #F1ECE9;
    color: #657B82;
}

.white{
    background-color: #fff;
}

nav ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 24px;
    list-style-type: none;
}

nav ul li{
    position: relative;
    height: 25px;
    float: left;
    margin: 0px 0px;
}

nav ul li a{
    transition: 200ms;
    display: block;
    margin: 0;
    padding: 4px 15px 0 15px;
    height: 25px;
    font-size: 1em;
    background-color: transparent;
    color: #FFD0C7;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 1px 1px 1px transparent;

}

nav ul li a:hover{
    color: #fff;
    transition: 200ms;
    text-decoration: none;
}


nav{
  overflow: visible;
  box-sizing: content-box;
  height: 45px;
}

footer ul{
    float: left;
    padding: 0px 20px 0px 15px;
    list-style-type:none;
}

footer ul li a{
    transition: 200ms;
    font-size: 14px;
    color: #fff;
}

footer ul li a:hover{
    color: #A6A5A1;
    text-decoration: none;
    transition: 200ms;
}

footer p{
   font-size: 14px; 
}

.main p{
    font-size: 1.15em; 
}


.lo{
    min-width: 240px;
    max-width: 30%;
    margin: 30px 15px;
}

.lotst a img{
    position: relative;
    z-index: 999;
    height: 60px;
    box-sizing: border-box;
}


.active{
    color: #fff;
}

.part{
    margin-bottom: 25px;
}

.part p{
    margin: 0px;
}

.img{
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #aaa;
    transform: rotate(6deg);
    -webkit-box-shadow: 10px 10px 105px -17px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 105px -17px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 105px -17px rgba(0,0,0,0.3);
}

.imgwrapper{
    width: 100%;
    padding: 0px 30px;
}

.bck{
  padding-top: 10px; 
  background-color: #FF9683;
  /*background-color: #034373;*/
  border-bottom: 1px solid #fff;
}

.navwrap{
    z-index: 120;
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    height: 50px;
    padding: 10px 0px 0px 0px; 
    /*background-color: #034373;*/
    background-color: #FF9683; 
}

.bck2{
  background-color: #FF775F;  
  /*background-color: #023154;*/ 
}

.totop{
    margin-top: 100px;
}


footer{
    color: #fff;
}

h1{
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 200;
    line-height: 1.2;
    color: #FF775F;
}

form input{
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
}

form textarea{
    height: 100px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}

form p{
    margin: 10px 0px 0px 0px;
}

.submit{
    color: #657B82;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    transition: 200ms;
}

.submit:hover{
    color: #fff;
    cursor: pointer;
    background: #FF775F;
    transition: 200ms;
}

h3{
    color: #FF775F;
    font-weight: 200;
}

h4{
    color: #FF775F;
    font-weight: 200;
}

#src{
    margin-top: 100px;
}

#copyright{
    margin: 5px 0px;
    text-align: center;
}

#copyright span{
    font-weight: 500;
}

.padtop{
    padding-top: 40px;
    padding-bottom: 40px;
}

.headimg{
    width: 100%!important;
}

.display{
    display: block;
}

#hide{
    display: none;
}

.high{
    height: 240px;
}

.nine{
    transition: 200ms;
    transform: rotate(-90deg) 
}

#hide button{
    margin-top: 2px;
    float: right;
    background-color: transparent;
    color: #fff;
    border: 0px;
}

#hide button:hover{
    cursor: pointer;
}


.log{
    box-sizing: border-box;
    float: left;
    width: 10%;
}

.navpart{
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    padding-left: 0px;
    float: left;
    width: 90%;
}

#num{
    color:#FF9683;
}

@media (max-width: 767px) { 

    .navpart{
        width: 80%;
        padding-left: 20px;
    }
    
    .log{
        width: 20%;
        padding-left: 15px;
    }

    nav ul{
        height: 40px;
        position: relative;
        z-index: 500;
    }

    nav ul li{
        float: right;
        min-width: 50%;
        margin-left: 50%;
        border-bottom: 1px solid #FF9683;
        background: rgba(255,150,131,0.9);
        position: relative;
        height: 40px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    nav ul li a{
        min-width: 130px;
        text-align: right;
        float: right;
        /*border-left: 1px solid #fff;*/
        height: 40px;
        padding: 6px 0px 2px 15px;
        font-size: 1em;
        box-sizing: border-box;;
    }

    nav{
      transition: 200ms;
      overflow: hidden;
      box-sizing: content-box;
      width: 100%;
      height: 40px;
    }
    
    #hide{
        display: block;
    }
    
    .imgwrapper{
        padding: 70px;
    }
    
    
}

@media (max-width: 575px) { 
    
     .totop{
        margin-top: 50px;
    }
        
}
