﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

/* 1. 全域 reset */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 2. HTML 基本設定（縮放 + 滑動） */
html {
  scroll-behavior: smooth;
  /* -webkit-text-size-adjust: 100%;  // 要用再打開 */
}

/* 3. 頁面背景（你原本的設定，可移到 layout.css 也可以留這） */
body {
  background: #FFFAFA;
}

/* 4. 列表（如果你確定整站都不需要點點，就留） */
ol, ul {
  list-style: none;
}

/* 5. 表格 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 連結樣式 */
a {
  text-decoration: none;
  /*color: #0066cc;*/
}
a:hover {
  text-decoration: underline;
}

.t-center { text-align: center; }

html {	
	-webkit-text-size-adjust:none;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	scroll-behavior: smooth;
}

body {
  color: #333;
	line-height: 1; 
  font-size: 1rem;
	letter-spacing: 0.05rem;
	background:#bbe2ed url(images/bg.png) ;
	background-size:cover;
	background-attachment: fixed;
}

 	@media screen and ( max-width: 768px ){
		*{
			box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
		}
		html,body{
			-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
		}
	}
	
/* --電腦版型------------------------------------- */

header{
	clear:both;
	width:100%;
	margin:0 auto;
	background:#727171;
	padding:5px 0;
	}	
	
header img{	
	padding-left:15px;
	}


@media screen and ( max-width: 768px ){
		#WRAPPER{ 
		min-width:100%;
	}
		
		header img{
		width:70%;
		padding-left:5px;
		}	
	
	}


article{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.title {
	width:1200px;
	height:700px;
	display:block;
	margin:0 auto;
	text-align:center;
	}	
	
.title img{
	position: absolute;
	}	
		

.BANNER_m{
	display:none;
	}

/* 外層容器 */
.gemini-hero{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 1px;
}

.gemini-hero .info-card{
	width:600px;
  position: absolute;
  margin-top:-180px;
  margin-left:50px;
  transform: translateY(-50%);
  padding: 18px 20px 16px 20px;
  border-radius: 16px;
  background: rgba(10, 28, 48, 0.55);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 14px 35px rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
  color: #fff;
  line-height: 1.55;
}



/* 標題 */
.gemini-hero .card-title{
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 800;
}

/* 課程清單 */
.gemini-hero .card-list{
  margin: 0 0 6px 18px;
  padding: 0;
  font-size: 1.2rem;
}
.gemini-hero .card-list li{
  margin: 6px 0;
}

/* 分隔線 */
.gemini-hero .divider{
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 12px 0;
}

/* 區塊文字 */
.gemini-hero .card-block{
  font-size: 16px;
}
.gemini-hero .block-title{
  font-weight: 600;
  margin-bottom: 6px;
}
.gemini-hero .block-text{
  font-weight: 800;
  font-size: 1.35rem;
  color:#ffdd00;
  margin: 0 0 0 18px;
}
.gemini-hero .muted{
  opacity: 0.85;
  font-weight: 500;
  margin-left: 6px;
  font-size: .9rem;
}

/* 價格列 */
.gemini-hero .price-row{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  margin-top: 8px;
}
.gemini-hero .price-row .label{
  width: 110px;
  font-weight: 600;
  white-space: nowrap;
}
.gemini-hero .price-row .price{
  font-weight: 900;
  font-size: 1.25rem;
  white-space: nowrap;
}
.gemini-hero .price-row .tag{
  margin-left: auto;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.16);
  white-space: nowrap;
}

/* 早鳥/舊生視覺強調 */
.gemini-hero .price-row.highlight{
  background: rgba(255, 215, 0, 0.14);
  border: 1px solid rgba(255, 215, 0, 0.22);
}
.gemini-hero .price-row.vip{
  background: rgba(80, 210, 255, 0.12);
  border: 1px solid rgba(80, 210, 255, 0.20);
}

section {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 0 auto;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 14px 35px rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
  z-index:9999;
  position: relative;
  color: #1f2d3d;
  padding: 28px 0 44px 0;
}


@media screen and ( max-width: 768px ){
	article{
		width:100%;
		margin:0 auto;
		height:auto;
		}
	.title{
	display:none;
		}	
		
		.BANNER_m{
		display:block;
		width:100%;
	}
	
		.BANNER_m img{
			width:100%;
			}
			

	.gemini-hero .info-card{
		width:98%;
	  position: static;
	  margin:150px auto 0 auto;
  	padding: 15px 5px 15px 5px;

	}
	.gemini-hero .card-title{
	  font-size: 1.25rem;
	}

		/* 課程清單 */
		.gemini-hero .card-list{
		  margin: 0 0 6px 10px;
		  padding: 0;
		  font-size: 1.15rem;
		}

		.gemini-hero .block-text{
		  font-size: 1.25rem;
		  margin: 0 0 0 5px;
		}

		.gemini-hero .muted{
		  margin-left: 3px;
		  font-size: .85rem;
		}

	section {
		margin:-145px auto 0 auto;
	  padding: 15px 0 0 0;
	}

}	

/* ===== 基本區塊：固定 1200 ===== */

/* 左右欄版面 */
.event-grid{
  width: 1100px;
  display: grid;
	margin:0 auto 0 auto;
  grid-template-columns: 1fr 420px; /* 右欄固定較窄 */
  gap: 22px;
  align-items: start;
}

.block{ margin-bottom: 20px; }

.card{
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 34px rgba(15, 35, 60, 0.08);
}

.block-title{
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #0b2341;
  position: relative;
  padding-left: 12px;
}
.block-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 5px;
  height: 20px;
  border-radius: 99px;
  background: #2f79ff;
}

/* ===== 講師介紹 ===== */
.teacher-top{
  display: grid;
  gap: 10px;
  margin: 25px 0 15px 0;
}

.teacher-name{
  font-size: 1.5rem;
  font-weight: 900;
  color: #0b2341;
}
.teacher-name span{
  margin-left: 8px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #2f79ff;
}

.teacher-highlight{
  display: inline-block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff6a8;           /* 類似你截圖的黃底重點 */
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  line-height: 1.6;
}
.teacher-highlight strong{
  font-weight: 600;
}
.teacher-highlight a{
	color:#da1884;
}

.teacher-list{
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
  font-size: 15px;
}
.teacher-list li{ margin: 6px 0; }

/* ===== 五星評價卡 ===== */
.review-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* 卡片本體 */
.review-card{
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 16px 16px;
  border: 1px solid #e6eef6;
  box-shadow: 0 14px 30px rgba(15,35,60,0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  position: relative;
}

/* 內容 */
.review-text{
  font-size: 14.5px;
  line-height: 1.8;
  color: #1f2d3d;
  margin: 6px 0 14px;
}

/* 底部資訊 */
.review-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.review-name{
  font-size: 13px;
  font-weight: 900;
  color: #0b2341;
}

.review-tag{
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #2f79ff;
}

.review-tag.hot{
  background: #fff2c6;
  color: #b37b00;
}

/* 重點推薦卡 */
.review-card.highlight{
  border: 2px solid #f5b301;
  box-shadow: 0 18px 36px rgba(245,179,1,0.30);
}

/* hover 微互動 */
.review-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(15,35,60,0.18);
  transition: 0.2s;
}



/* 立即報名區 */
.signup-box{
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1c66ff, #4aa3ff);
  text-align: center;
  box-shadow: 0 16px 30px rgba(28,102,255,0.35);
}

/* 按鈕本體 */
.signup-btn{
  display: inline-block;
  padding: 14px 34px;
  border-radius: 999px;
  background: #ffffff;
  color: #1c66ff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

/* Hover */
.signup-btn:hover{
  background: #ffec99;
  color: #0b2341;
  transform: translateY(-2px) scale(1.02);
  transition: 0.2s;
}

/* 小提醒文字 */
.signup-hint{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
}

/* ===== 右欄銷售感轉換區 ===== */
.cta-top{
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(135deg, #0b4dff, #3fb4ff);
  box-shadow: 0 18px 34px rgba(28,102,255,0.32);
  margin-bottom: 16px;
  color: #fff;
}

.cta-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.badge{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.20);
}
.badge.gold{ background: rgba(255, 236, 153, 0.22); }
.badge.dark{ background: rgba(0,0,0,0.18); }

/* ===== CTA 價格改成兩張卡：區隔更清楚 ===== */
.cta-price.price-cards{
  display: grid;
  gap: 10px;
  margin: 10px 0 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

/* ===== 原價顯示（刪除線） ===== */
.price-origin{
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
  padding-left: 4px;
  opacity: 0.9;
}

.origin-label{
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.9);
}

.origin-amount{
  font-size: 16px;
  font-weight: 900;
  text-decoration: line-through;
  color: rgba(255,255,255,0.9);
}

.origin-unit{
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,0.9);
}


/* ===== 強制讓價格卡顏色明顯 ===== */
.price-card{
  background: #ffffff;                 /* 實色，不透明 */
  color: #0b2341;
  border-radius: 16px;
  padding: 14px 14px 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}
/* 上排：標題 + 條件標籤 */
.price-head{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.price-title{
  font-weight: 1000;
  letter-spacing: 1px;
  font-size: 14px;
  color: rgba(255,255,255,0.95);
}

.price-pill{
  margin-left: auto;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.18);
  color: #7d3f98;
  white-space: nowrap;
}

/* 下排：金額 */
.price-body{
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* 早鳥：黃色系 */
.price-card.early{
  border: 3px solid #f5b301;
  background: linear-gradient(
    180deg,
    #fff7cc 0%,
    #ffffff 70%
  );
}

/* 舊生：藍綠系 */
.price-card.alumni{
  border: 3px solid #2fbf9b;
  background: linear-gradient(
    180deg,
    #e8fbf6 0%,
    #ffffff 70%
  );
}

/* 標題顏色跟著走 */
.price-card.early .price-title{ color:#b37b00; }
.price-card.alumni .price-title{ color:#1c7c6b; }

/* 金額再加強 */
.price-card .price-amount{
  font-size: 2rem;
  font-weight:bold;
  color: #0b2341;
}


.signup-btn.big{
  display: block;
  text-align: center;
  padding: 14px 16px;
  border-radius: 999px;
  background: #ffec99;
  color: #0b2341;
  font-weight: 1000;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0,0,0,0.20);
}
.signup-btn.big:hover{
  background: #ffffff;
  transform: translateY(-2px);
  transition: 0.18s;
}

.cta-trust{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  opacity: 0.96;
}

/* ===== 注意事項：不同條目不同 icon（純 CSS） ===== */
.notice-sales{
  padding: 16px;
}

.notice-icon{ list-style: none; padding-left: 0; margin: 0; }

.notice-icon li{
  position: relative;
  padding: 8px 12px 8px 46px;
  margin: 10px 0;
  border-radius: 12px;
  background: #f9fbff;
  border: 1px solid #e6eef6;
  line-height: 1.8;
  font-size: 14px;
}

/* icon base */
.notice-icon li::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 1000;
  font-size: 10px;
  padding-left:2px;
}

/* 每種 icon 內容不同 */
.notice-icon .i-refund::before{ content:"$"; background:#ff6b6b; }
.notice-icon .i-zoom::before     { content:"🎥"; background:#2f79ff; }
.notice-icon .i-mail::before{ content:"✉"; background:#2f79ff; }
.notice-icon .i-form::before{ content:"✓"; background:#2fbf71; }
.notice-icon .i-playback::before{ content:"▶"; background:#6c5ce7; }
.notice-icon .i-photo::before{ content:"📷"; background:#ff9f43; }
.notice-icon .i-rule::before{ content:"§"; background:#34495e; }
.notice-icon .i-privacy::before{ content:"🔒"; background:#00b894; }
.notice-icon .i-phone::before{ content:"☎"; background:#0984e3; }
.notice-icon .i-mic::before      { content:"🎙"; background:#ff9f43; }


.notice-icon li:hover{
  background: #ffffff;
  border-color: #d6e4ff;
  box-shadow: 0 12px 22px rgba(0,0,0,0.08);
  transform: translateY(-1px);
  transition: 0.18s;
}



footer{
	clear:both;
	width:100%;
	margin:0 auto;
	background:#4B3100;
	color:#FFF;
	padding:8px 0;
	text-align:center;
	font-size:0.85rem;
	line-height:1.5;
}


@media screen and ( max-width: 768px ){


/* 左右欄版面 */
.event-grid{
  width: 100%;
  display: block;
	margin:0 auto 0 auto;
	grid-template-columns: 1fr;
}
.teacher-list{
  padding-left: 5px;
  font-size: 0.85rem;
}

/* ===== 五星評價卡 ===== */
.review-grid{
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
}

/* 卡片本體 */
.review-card{
	margin:0 auto;
  min-height: 160px;
}

/* 內容 */
.review-text{
  font-size: 14.5px;
  line-height: 1.8;
  color: #1f2d3d;
  margin: 6px 0 14px;
}
.notice-icon li{
  padding: 5px 12px 5px 46px;
  margin: 3px 0;
  font-size: .8rem;
}

footer{
	font-size:0.75rem;
	line-height:1.5;
}

footer span{
	display:block;
}


}

/* ===== 手機底部浮動 CTA：只在手機顯示 ===== */

	.mobile-cta{
  display:none;
  }
  

@media (max-width: 768px){
  .mobile-cta{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    z-index: 9999;
    pointer-events: none; /* 外層不擋點擊 */
  }

  .mobile-cta .mcta-btn{
    pointer-events: auto; /* 只有按鈕可點 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    width: min(560px, calc(100% - 8px));
    margin: 0 auto;

    padding: 12px 14px;
    border-radius: 16px;

    background: linear-gradient(135deg, #0b4dff, #3fb4ff);
    box-shadow: 0 18px 34px rgba(28,102,255,0.35);

    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
  }

  .mobile-cta .mcta-left{
    display: grid;
    gap: 2px;
  }

  .mobile-cta .mcta-title{
    font-size: 16px;
    font-weight: 1000;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .mobile-cta .mcta-sub{
    font-size: 12px;
    font-weight: 800;
    opacity: 0.95;
    letter-spacing: 0.5px;
  }

  .mobile-cta .mcta-right{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;

    background: #ffec99;
    color: #0b2341;
    font-weight: 1000;
    font-size: 14px;
    letter-spacing: 1px;

    box-shadow: 0 10px 20px rgba(0,0,0,0.18);
    flex: 0 0 auto;
  }

  .mobile-cta .mcta-btn:active{
    transform: translateY(1px);
  }
}


/* 彈跳視窗背景 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

/* 彈跳視窗內容 */
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 650px;
    margin: 10% auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
	background:#bbe2ed url(images/bg.png) ;
	background-size:cover;
	background-attachment: fixed;
}

/* 關閉按鈕 */
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}



table{
	width:95%;
  border-collapse: collapse;
  margin:30px auto 0 auto;
	font-size:1.25rem;
	text-align: center;
	line-height:1.5;
}

table thead{
	font-weight:bold;
	line-height:1.8;
}
	
table tbody{
}

table tbody tr{
  border: solid 1px #EEE;
}

table tbody th{
  width: auto;
  height:auto;
	font-weight:500;
  align-content: center;
	background:#0079c1;
	color:#FFF;
}

table tbody td{
  width: 80%;
  padding: 15px 0 15px 20px;
	color:#333;
	text-align:left;
}
table tfoot td{
  width: 80%;
  padding: 15px 0;
}


input[type=text], input[type=password] {
  width:90%;
  padding: 10px 15px;
  margin:  0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
	font-size:1.25rem;
}

input[type=radio]{
	height:18px;
	width:18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right:8px;
  margin-left:8px;
}


input[type=submit]{
   border: 1px solid #FFFFFF;
   border-radius: 8px;
   color: #FFFFFF;
    font-weight: bold;
    text-align: center;
  letter-spacing: 3px;
    transition-duration: 0.4s;
    padding: 5px 25px;
    box-shadow: 0 5px 15px #ffc2e5;
  	letter-spacing: 3px;
  	margin:0 10px 0 10px;
   cursor: pointer;
		font-size:1.5rem;
    background: #ff4f81;
}

table tbody td span{
	float:left;
}

input[type=submit].del{
	padding:3px 5px;
	font-weight:400;
	color:#111;
	background:#CEC;
	font-size:0.95rem;
  box-shadow: none;
  border:1px solid #EEE;
  letter-spacing: 0;
  float:left;
  margin: 2px 0 0 8px;
}

#left table a {
	font-size:1.05rem;
	margin:0 8px ;
	}
	
form a{
	padding:3px 8px 3px 8px;
	font-weight:400;
	display:inline-block;
	color:#111;
	background:#e5f5f4;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin:8px 8px 0 8px;
	font-size:0.95rem;
	}
form a:hover{
	background:#CEC;
}

select {
  background: #FFA500;
  color: #333;
  font-weight:bold;
  height: 3em;
  position: relative;
  border-radius: 5px;
  padding: 5px 5px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
	font-size:21px;
}


.btn{
	display:inline-flex; 
	align-items:center; 
	justify-content:center; 
	gap:.6em; 
	padding:14px 22px; 
	border-radius:14px; 
	font-weight:900; 
	letter-spacing:.02em; 
	border:0; 
	cursor:pointer; 
	background:linear-gradient(135deg, #0079c1, #74d2e7); 
	color:#fff; 
	transition:.15s transform, .15s box-shadow;
	font-size:1.25rem;
}

.btn:hover{
	transform:translateY(-1px); 
}

.btn-outline{
	background:#fff; 
	color:#0079c1; 
	border:2px solid #8a59d6; 
	box-shadow:none;
	margin-left:30px;
}

	@media screen and ( max-width: 768px ){
	

table{
	width:100%;
  margin:20px auto 0 auto;
	font-size:0.985rem;
}
	
table td{
  width: 80%;
}

table tbody td{
  width: 80%;
  padding: 15px 0 15px 10px;
}

input[type=text], input[type=password] {
  width:95%;
  padding: 8px;
	font-size:1.05rem;
}
input[type=radio]{
	height:15px;
	width:15px;
  margin-right:5px;
  margin-left:5px;
}


input[type=submit]{
    padding: 5px 15px;
		font-size:1.125rem;
}

#left table a {
	font-size:0.875rem;
	}
	
.modal-content {
    width: 100%;
}

#left table button {
	font-size:1.25rem;
	}


select {
	width:95%;
  padding: 5px 0;
  height:auto;
  font-size:1.05rem;
}

}

