Template:NCKU Tainan/css/homepage

body {

 background-color: #272625;

}

  1. HQ_page p {
 font-size: 18px;
 margin: 0;
 background-color: #010E00;

} h3, h4, p {

 color: white;
 padding-bottom: 10px;

} .container.content {

 margin-top: 70px;

} .caret {

 display: inline-block;
 width: 0;
 height: 0;
 margin-left: 2px;
 vertical-align: middle;
 border-top: 4px solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;

}

 .t-cover {
   height: 95vh !important;
 }

@media (max-width: 1000px) {

 .t-cover {     
   margin-top: 40px;
   height: 70vh !important;
 }

} @media (max-width: 1000px) {

 .t-cover {     
   margin-top: 40px;
   height: 25vh !important;
 }

}

  1. star-svg {
 margin-top: 120px;

}

  1. landing-page-video {
 min-width: 100%;

}

 video {
   display: inline-block;
   vertical-align: baseline;
 }
 .landing-video {
   width: 80%;
 }