@charset "utf-8";


:root {
    --font-color: #000000;
    --em-gray-600: #6c757d;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Microsoft JhengHei', 'sans-serif';
    position: relative;
    font-size: 100%;
}
#theme101{font-size: 80%;}
#theme102{font-size: 100%;}
#theme103{font-size: 120%;}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

/*清除*/
.form-control:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*新select*/
select.form-control,
select.form-control:focus {
    background: #fff url(../images/arrow-line.png) no-repeat;
    background-size: 10px;
    background-position: calc(100% - 8px) center !important;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

/***************網頁選取顏色***************/
::selection {
    background-color: #999;
    color: #fff;
}

::-moz-selection {
    background-color: #999;
    color: #fff;
}

/**************捲軸樣式**************/
/* 整個捲軸 */

::-webkit-scrollbar {
    width: 5px;
}

/* 捲軸的軌道 */
::-webkit-scrollbar-track {
    background: #333;
}

/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece {
    background: #666;
}

/* 滑動的區塊 */
::-webkit-scrollbar-thumb {
    background: #fff;
}

/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

/*-------------------------/
共用
--------------------------*/
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }
}

/**版面**/
.page {
    padding: 10rem 0 5rem 0;
    background-color: #ffea92;
}

.page-contact {
    margin-top: 3rem;
}

/**導覽**/
.breadcrumb .breadcrumb-item {
    background-color: #fff;
    color: #0071bc;
    border-radius: 25px;
    margin-right: 20px;
    padding: 0;
    font-size: 1.3em;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb .breadcrumb-item a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item a img {
    width: 18px;
    margin-right: 3px;
}

.breadcrumb .breadcrumb-item.active {
    background-color: #f2f2f2;
    color: #333;
}

/*-------------------------/
選單
--------------------------*/
.navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, .5);
    z-index: 99;
}

.bg-light {

    background-color: #fff !important;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        justify-content: flex-end;
        flex-direction: column;
        align-items: end;
    }
}

/*選單-上方*/
.top-nav {
    display: flex;
}

.top-nav li a.top-nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-nav li.web-size-ground{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-nav li .top-nav-icon {
    width: 25px;
    margin-right: 5px;
}

.web-size-ground .web-size {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #4d4d4d;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: .9em;
}

.web-size-ground .web-size.active {
    background-color: #4d4d4d;
    color: #fff;
}


@media (min-width: 992px) {
    .top-nav li {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 1.1em;
    }

    .top-nav li.web-size-ground {
        padding-right: 0;
    }


}

/*選單icon*/
.navbar .dropdown-toggle {
    position: relative;
}

.navbar .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background-image: url('../images/dropdown-icon.svg');
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    right: 5px;
    margin: auto;
}

/*選單*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 1.1em;
    }

}


.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(../images/dropdown-icon.svg);
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    right: 5px;
    margin: auto;
}

.navbar .nav-link,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
    color: #333;
}

/*下拉選單*/
.dropdown-item {
    padding: 10px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 1.1em;
}

@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown-menu {
        border-bottom: 10px solid #f4c84e;
        padding: 20px 0;
    }
}

/*logo*/
.navbar .logo {
    width: 200px;
}


/*-------------------------/
footer
--------------------------*/
.footer {
    position: relative;
}

.footer .footer-collapse-con {
    background-color: #f4dc9a;
    border-top: 3px solid #b79b3b;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.footer .footer-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
    width: 180px;
    background-color: #bf4d33;
    z-index: 10;
    cursor: pointer;
}

.footer .footer-collapse img {
    width: 35px;
    margin: auto;
    padding: 15px 0;
}

.footer-collapse img{
    transform: rotate(0deg);
    transition:all 0.5s;
}

.footer-collapse.active img{
    transform: rotate(180deg);
}

.footer .footer-title {
    color: #754d1e;
    font-size: 1.7em;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}

.footer .footer-title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    transform: translateY(50%);
    width: 150px;
    height: 1px;
    background-color: #754d1e;
}

.footer .footer-menu {
    display: flex;
    justify-content: space-between;
}

.footer .footer-menu ul {
    width: 16.6%;
}

/* .footer .footer-menu ul:nth-child(3) li:first-child,
.footer .footer-menu ul:nth-child(5) li:first-child,
.footer .footer-menu ul:nth-child(6) li:first-child {
    font-weight: bold;
} */

.footer .footer-menu ul li {
    font-size: 1.2em;
    position: relative;
    padding: 5px 0px 5px 25px;
}

.footer .footer-menu ul li:first-child {
    padding-bottom: 1rem;
    padding-left: 0;
}

.footer .footer-menu ul li::before {
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(../images/dropdown-icon.svg);
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    left: 5px;
    margin: auto;
}

.footer .footer-menu ul li:first-child::before {
    display: none;
}

.footer .footer-collapse-con .figure {
    position: absolute;
    width: 220px;
    right: 0;
    bottom: 0;
}

/*****資訊*****/
.footer-information {
    padding: 40px 0 20px 0;
}

.footer-information .footer-contact {
    display: flex;
    justify-content: center;
}

.footer-information .footer-logo {
    width: 350px;
}

.footer-information .footer-text .link {
    display: flex;
    flex-wrap: wrap;
}

.footer-information .footer-text .link a {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 20px;
    margin-bottom: 10px;
}

.footer-information .footer-text .link a::after {
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(../images/footer-text-link.svg);
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    left: 5px;
    margin: auto;
}

.footer-information .footer-logo img {
    width: 280px;
}

.footer-information .information-ul {
    display: flex;
    margin-bottom: 0;
}

.footer-information .information-ul li {
    margin-right: 15px;
}


/*****style 樣式2*****/
.footer.style .footer-collapse-con {
    background-color: #fff2bd;
    border-top: 5px solid #c69c6d;
}

.footer.style .footer-collapse {
    width: 50px;
    height: 50px;
    background-color: #c69c6d;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-menu ul li::before {
    background-image: url(../images/footer-icon-style.svg);
}

/*-------------------------/
首頁
--------------------------*/
/*****banner*****/
.banner {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: linear-gradient(rgba(41, 162, 220, 1) 50%, rgba(43, 118, 191, 1) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner::before {
    content: '';
    background: url(../images/banner-background01.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.banner .banner-bg {
    position: absolute;
    margin: auto;
}

.banner .banner-bg02 {
    max-width: 1500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15%;
    z-index: 0;
}

/*island*/
.banner .island {
    position: relative;
    width: 900px;
    margin: auto;
    padding: 7rem 0 4rem 0;
    padding: 130px 0 100px 0;
    z-index: 3;
}

.banner .island .banner-bg04 {
    position: absolute;
    width: 530px;
    right: -14%;
    bottom: 33%;
    z-index: 4;
    right: -130px;
    bottom: 300px;
}

/*logo*/

.banner .banner-logo {
    position: absolute;
    width: 770px;
	height: 338px;
	transform:scale(1);
    left: 0;
    right: 0;
    bottom: 65px;
    margin: auto;
    z-index: 5;
}

.banner .banner-logo .banner-logo-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
}

.banner .banner-logo .banner-logo-word {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    /*css 動畫*/
    -webkit-animation: impact 5s linear infinite;
    animation: impact .5s linear infinite;
    animation-iteration-count: 1; 
}

@-webkit-keyframes impact {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 40px, 50px);
        transform: translate3d(-200px, 40px, 50px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
}

/*clound*/
/*
.banner .banner-bg06 {
    width: 6%;
    left: 10%;
    top: -14%;
    bottom: 0;
    z-index: 6;
}

.banner .banner-bg07 {
    width: 9%;
    left: 12%;
    bottom: 18%;
    z-index: 7;
}

.banner .banner-bg08 {
    width: 5%;
    right: 12%;
    top: 40%;
    z-index: 8;
}
*/

/*社群*/
.community {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 110px;
    bottom: 0;
    margin: auto;
    writing-mode: vertical-lr;
    z-index: 4;
}

.community a {
    width: 45px;
    margin-bottom: 20px;
}

.community-line {
    width: 2px;
    height: 500px;
    border-left: 2px solid #fff;
    margin-bottom: 30px;
}

/*****page*****/

.index-page {
    padding-top: 7rem;
    background: linear-gradient(rgba(0, 113, 188, 1) 50%, rgba(166, 213, 229, 1) 100%);
    position: relative;
    z-index: 1;
    padding-bottom: 28rem;
}

.index-page::before {
    content: '';
    background: url(../images/entrance-cloud.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 1700px;
    z-index: -1;
}

.index-page::after {
    content: '';
    background: url(../images/entrance-grassland.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 455px;
    z-index: -1;
}

.index-page .entrance-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-page .entrance-item {
    width: 28%;
    border-radius: 50px;
    box-shadow: 25px 25px 0px -10px rgba(51, 51, 51, 1);
}

.index-page .entrance-item img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.index-page .entrance-item .text {
    font-size: 2em;
    color: #0071bc;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.index-page .figure {
    position: absolute;
    width: 350px;
    left: 50px;
    bottom: 0;
}

/*-------------------------/
選項卡版型共用(說明內頁)
--------------------------*/

/** ↓ 以下為選項卡版型共用 ↓ **/
.tab-contact {
    position: relative;
}

.tab-contact .title {
    font-size: 2.6em;
    text-align: center;
    color: #006d7f;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.tab-contact .tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tab-contact .tab li {
    width: 20%;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
    border-right: 1px solid #e6e6e6;
}

.tab-contact .tab li:last-child {
    border-right: 0;
}

.tab-contact .tab li.active {
    background-color: #fff;
    color: #0099bb;
}

.tab-contact .tab li a {
    width: 100%;
    display: block;
    padding: 30px 0;
    font-size: 1.4em;
    font-weight: bold;
}

/**內容**/
.tab-contact .contact {
    background-color: #fff;
    padding: 3rem 10rem 15rem 10rem;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2);
}

.tab-contact .contact .contact-title {
    font-size: 2.6em;
    color: #0099bb;
    font-weight: bold;
    margin-bottom: 3rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: .3rem;
}

.tab-contact .contact .text-title {
    background-color: #ffea92;
    display: inline-block;
    color: #000;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1rem;
}

.tab-contact .contact .text {
    font-size: 1.3em;
    margin-bottom: 4rem;
    line-height: 2;
    color: #000;
}

.tab-contact .contact .text-space {
    margin-left: 38px;
}

/**形象圖**/
.tab-contact .figure {
    position: absolute;
    width: 320px;
    left: 50px;
    bottom: 0px;
}

/** ↑ 以下為選項卡版型共用 ↑ **/

/*-------------------------/
行前準備
--------------------------*/
.video .ratio iframe {
    max-width: 90%;
    margin: 0 5%;
}

.video .ratio {
    margin: 2rem 0 5rem 0;
}

/*-------------------------/
規定及流程
--------------------------*/
/**資料列表**/
.process .table-list-box {
    margin: 3rem 0 5rem 0;
    font-weight: 100;
}

.process .table-list-box .table-text {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.table-scope {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: .75rem;
}

.process .table-list-box .table {
    font-size: 1.3em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    /* color: #333; */
    color: #000000;
}

.process .table-list-box .table>:not(caption)>*>* {
    padding: .3rem 0;
}

.process .table-list-box thead tr {
    background-color: #f2f2f2;
}

.process .table-list-box th,
.process .table-list-box td {
    font-weight: 100;
    /* border-color: #ccc; */
    border-color: #4b4b4b;
}

.process .table-list-box .table tbody,
.process .table-list-box .table td,
.process .table-list-box .table tfoot,
.process .table-list-box .table th,
.process .table-list-box .table thead,
.process .table-list-box .table tr {
    /* border-color: #ccc; */
    border-color: #4b4b4b;
}

.table-bordered td,
.table-bordered th{
    vertical-align: middle;
}
/**活動行程表**/
.process .event-schedule {
    font-size: 1.3em;
    color: #333;
    /*font-weight: 100;*/
}

.process .event-schedule .event-schedule-title {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: .5rem;
}

.process .event-schedule .event-schedule-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.process .event-schedule .schedule-title {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.process .event-schedule .event-schedule-item.step1 .schedule-title {
    background-color: #dceff5;
}

.process .event-schedule .event-schedule-item.step2 .schedule-title {
    background-color: #aadcef;
}

.process .event-schedule .event-schedule-item.step3 .schedule-title {
    background-color: #5bbbe0;
}

.process .event-schedule .schedule-title::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 400px;
    border-left: 1px solid #333;
    left: 0;
    right: 0;
    bottom: -400px;
    margin: auto;
    z-index: 1;
}

.process .event-schedule .event-schedule-item:last-child .schedule-title::after {
    display: none;
}

.process .event-schedule .schedule-contact {
    width: calc(100% - 250px);
    margin-left: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #666;
    padding: 2rem;
    border-radius: 25px;
    position: relative;
}

.process .event-schedule .schedule-contact::before {
    position: absolute;
    content: '';
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 20px 0;
    border-color: transparent #808080 transparent transparent;
}

.process .event-schedule .schedule-contact ul {
    margin-bottom: 0;
}

.process .event-schedule .schedule-contact ul:first-child {
    width: 40%;
}

.process .event-schedule .schedule-contact ul:last-child {
    width: 60%;
    padding-left: 2rem;
    border-left: 1px solid #666;
}

.process .event-schedule .schedule-contact ul li {
    display: flex;
    margin: 5px 0;
    line-height: 1.7;
}

.process .event-schedule .schedule-contact ul li span {
    margin-right: 15px;
}

/*-------------------------/
常見問題
--------------------------*/
.accordion-question .accordion-item {
    margin-bottom: 2rem;
    border: 0;
}

/**問題標題**/
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.accordion-question .accordion-button:not(.collapsed),
.accordion-button {
    background-color: #fcdcb8;
    color: #000;
    /* font-size: 1.45rem; */
    font-size: 0.75em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1rem 2.5rem;
}

.accordion-button {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.5;
}

/*另外補充*/
.accordion-header{
    font-size: 2rem;
}
.accordion-button:focus {
    border:2px dotted #000!important;
}
.accordion-close:focus{
    border:2px dotted #000!important;
}

/**問題內容**/
.accordion-question .accordion-body {
    background-color: #f2f2f2;
    color: #000;
    font-size: 1em;
    padding: 1.5rem 2.5rem 5rem 2.5rem;
    position: relative;
}
.accordion-body p {
    font-size: 1.25em;
}
/**問題 關閉icon**/

.accordion-button::after {
    background-image: url(../images/accordion-button.svg);
    width: 28px;
    height: 13px;
    background-size: contain;
}


/**問題 打開icon**/
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion-button.svg);
    width: 28px;
    height: 13px;
    background-size: contain;
}

/**問題內容 關閉*/
.accordion-close,
.accordion-close:hover,
.accordion-close:focus,
.accordion-close:active {
    background-color: #bf4d33 !important;
    color: #fff !important;
    border-radius: 20px;
    position: relative;
    padding-left: 30px;
    position: absolute;
    right: 2.5rem;
    bottom: 1.5rem;
}

.accordion-close::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/acaccordion-close.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/**增加**/
.media{
    padding: 10px 0px;
}
.media-video{
    display: flex;
    justify-content: center;
}
.media-video iframe {
    width:640px;
    height:360px
}
.media-link{
    margin: 2em;
}
.accesskey-list li{
    padding: 0.25em 0em 0.25em 1.5em;
}
.sitemap-list ul li{
    border-bottom:1px solid #E0E0E0;
    padding: 0.5em 0px 0.5em 2em;
    position: relative;
}
.sitemap-list ul li:not(:first-child)::before{
    content:"";
    display: block;
    background-image: url("../images/footer-icon-style.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 14px;
}
.sitemap-list ul li:first-child{
    padding: 0.5em 0px 0.5em 0em;
}
.sitemap-list ul li:first-child a{
    color: #000;
}
.sitemap-list ul li a:hover{
    color: #004DD7;
}

/*accessibility*/
.jumppoint {
	margin-left: -10px;
	padding-top: 4px;
    color: #fff;
    float: left;
}
.hide {   display: none;	}

.topfocus {
	min-width: 150px;
	height: 30px;
	position: absolute;
	z-index: 999; 
}

.topfocus a {
	text-align: center;
	margin-top: -40px;
	position: relative;
	color: #000;
	display: block;
	width: 100%;
	height: 25px;
    font-size: 1.125em;
	background-color: #0679ff; 
}
.topfocus a:focus {
	color: #1d1d1d;
	margin-top: 0px;
	background-color: #ffd000; 
}
#content:focus{
	border:1px solid #000;
}
h1{
    margin: 0px;
    padding: 0px;
    height: 80px;
}
@media (max-width: 768px) {
    h1{
        height: 52px;
    }
    
}
/*accessibility*/