* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box;
    transition: 0.35s;
}
body {
    background: #ececec url('../../img/logo-o.png') ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*min-height: 1024px;*/
    width: 100%;
    background-attachment: fixed;
}
header {
    position: fixed;
    text-align: center;
    margin-top:10px;
    width: 100%;
    z-index: 1000;
    top: 0;
}
#logo {
    background: rgba(255,255,255,0.35);
    box-shadow: 0px 0px 50px rgba(50,50,50,0.5);
    margin: 0 auto;
    width: 300px;
    border-radius: 50px;
}
#logo img {
    width: 240px;
    margin-bottom: -8px;
    margin-top: 4px;
}
section {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 75px;
}
section ul {
    list-style: none;
    margin: 25px auto;
    text-align: center;
}
section ul a {
    text-decoration: none;
    position: relative;
}
#ulbuttons a {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    margin: 11px 0;
    padding: 25px 0;
    border: 5px solid rgba(50,50,50,0.25);
    box-shadow: 0px 0px 35px #ef931d;
}
#ulbuttons a:hover {
    width: 110%;
    margin-left: -20px;
    background: rgba(255, 255, 255, 0.5);
    border: 5px solid rgb(239, 147, 29);
    box-shadow: 0px 0px 35px #636;
}
#ulbuttons i {
    font-size: 29px;
    color: #ef931d;
    position: absolute;
    left: 21px;
    bottom: 23px;
    width: 38px;
    z-index: 10;
}
#ulbuttons a:hover i {
    color: #663366;
}
#ulbuttons a span {
    font-size: 16px;
    color: rgba(102, 51, 102, 0.75);
}
.myfa {
    width: 38px !important;
    height: 38px !important;
    background-size: cover !important;
    border-radius: 50%;
}
.method3 a {
    height: 200px;
}
.method3 span {
    position: absolute;
    bottom: 27px;
    background: rgba(255,255,255,0.75);
    display: block;
    width: 100%;
    padding: 5px 0;
}
#ulbuttons li {
    background-size: calc(100% - 10px) calc(100% - 10px) !important;
    background-repeat: no-repeat !important;
    background-position: center right 5px !important;
}
.method1 {
    display: inline-block;
}
.method1 i {
    font-size: 35px;
    margin: 7px;
    box-shadow: 0 0 25px #ef931d;
    border-radius: 50%;
    width: 37px;
    color: #663366;
}
.method1 a:hover i {
    color: #ef931d;
    box-shadow: 0 0 25px #663366;
}
.qrimg {
    width: 250px;
    margin: 0 auto;
    display: block;
}
#btn-share {
    width: 35px;
    height: 35px;
    position: relative;
    top: -32px;
    border: none;
    background: no-repeat;
    color: #636;
    padding: 0;
    margin: 0;
    cursor: pointer;
}