.onedit {
    font-size: 14px;
    color: #444;
}
#main-wrap {
    background-color: #FFF;
}
body {
background: linear-gradient(to bottom, #185a94 0%,#277ca3 100%);
  background-repeat: no-repeat;
background-attachment: fixed;
}
#header {
   background-color: #217AD4;
   background-image: url("https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/36186/files/5ccb2df5-1b64-4552-9f8a-cec151d4d518.jpg");
   background-size: cover;
   background-position: top;
}
#footer {
    background: rgba(11, 66, 120, 0.5);
}
#nav {
    background-color: rgba(0, 0, 0, 0.7);
}
#contact-info {
    color: #e7e7e7;
}
#contact-info li a {
    color: #e7e7e7;
}