﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    font-family: "Microsoft JhengHei", "Heiti TC", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.logo {
    background-image: url('../images/speed-download-header-1200.png');
    height: 144px;
    width: 100%;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top;
}

@media(max-width:1200px){
    .logo{
        height:120px;
    }
}

@media(max-width:992px) {
    .logo {
        height: 86px;
    }
}


@media(max-width:768px){
    .logo {
        background-image: url('../images/speed-download-header-760.png');
        height: 68px;
        /*width: 760px;*/
    }
    .ap-set{
        max-width:700px;
    }
}

@media(max-width:360px) {
    .logo {
        background-image: url('../images/speed-download-header-360.png');
        height: 120px;
        /*width: 360px;*/
    }
    .ap-set{
        max-width: 300px;
    }
}

.ap-wrap {
    position: relative;
    overflow: auto;
    height: 100%;
    background-image: url(../images/blur-bg.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.ap-set {
    position: relative;
    margin: 0px auto;
    max-width: 1440px;
}

.ap-box {
    /*position: absolute;*/
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:whitesmoke;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.33);
    /*height: calc(100vh)*/
    min-height: calc(100vh);
}
