

#Band {
    background-color: rgb(132, 82, 44);
    width: 100%;
    height: 4.65%;
    padding-left: 1.27%;
    padding-bottom: 1.27%;

}
#header-text {
    font-size: .8%;
    font-family: 'Lucida Calligraphy';
    color: #fff;
}
#header-text1 {
    font-size: .8%;
    font-family: 'Lucida Calligraphy';
    color: #fff;
    text-align: center;
}
#mid-header-font {
    font-size: .6%;
    font-family: Arial;
    color: rgb(132, 82, 44);
    margin-left: 0px;
}

#header-img {
    text-align:center;
    margin-left: 4.8%;
    margin-right: auto;
    width: 23.9%;
    height: 17.4%;
}

#fonts-1 {
    font-family: Arial;
    color: rgb(132, 82, 44);
    margin-left: 3.19%;
    margin-bottom: 2.3%;
}

#fonts-2 {
    font-family: Arial;
    color: rgb(132, 82, 44);
    margin-right: 3.19%;
    margin-bottom: 2.3%;    
}

#link {
    text-decoration: none;
}

#band-f {
    background-color: rgb(132, 82, 44);    
    height: 23.3%;
    

}

#logo-img {
    margin-left: 10.6%;
}

#list {
    font-size: 25px;
    margin-left: 5%;
    text-decoration: none;    
}

#move {
    margin-left: 0px;
}

#footer-main {
    background-color: rgb(245, 168, 64);
}

#footer-line {
    margin-left: 10.6%;
    margin-top: 3.4%;
}

#list-2 {
    margin-left: 1.59%;
}

#text-4 {
    color: #0099ff;
    font-size: 30px;
    font-weight: bold;
}

#btn-3 {
  background: #d47f46;
  background-image: -webkit-linear-gradient(top, #d47f46, #d47f46);
  background-image: -moz-linear-gradient(top, #d47f46, #d47f46);
  background-image: -ms-linear-gradient(top, #d47f46, #d47f46);
  background-image: -o-linear-gradient(top, #d47f46, #d47f46);
  background-image: linear-gradient(to bottom, #d47f46, #d47f46);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#btn-3:hover {
  background: #f5954c;
  background-image: -webkit-linear-gradient(top, #f5954c, #f5954c);
  background-image: -moz-linear-gradient(top, #f5954c, #f5954c);
  background-image: -ms-linear-gradient(top, #f5954c, #f5954c);
  background-image: -o-linear-gradient(top, #f5954c, #f5954c);
  background-image: linear-gradient(to bottom, #f5954c, #f5954c);
  text-decoration: none;
}


#balance {
}
/*
@media only screen and (max-device-width: 700px) {
    #desktop1 {
        display: none;
    }
    #mobile1{
        display: normal;
}
}
@media only screen and (min-device-width: 700px) {
    #mobile1{
        display: none;
}
}
*/
