﻿body {
    letter-spacing: 0.1em;
    padding-bottom:0;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

.container {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}

a {
    text-decoration: none;
}

#btnNotice {
    color: rgb(0,0,0);
    border-color: rgb(0,0,0);
    background-color: rgb(255, 153, 0);
}

    #btnNotice:hover {
        color: rgb(0,0,0);
        background-color: rgb(233, 152, 3);
    }

.navbar {
    background-color: rgba(31,33,65,1);
}

.navbar-collapse.in, .navbar-collapse.collapse {
    background-color: rgba(31,33,65,1) !important;
}


#BrandName {
    color: white !important;
    font-family:'pd';font-weight:400;letter-spacing: 0.01em;font-size:15pt;
}



.navbar-collapse > ul > li> a {
    color: white !important;
}
.navbar-collapse > ul > li> a:hover {
    color: #9d9d9d !important;
}

.navbar-header > img {
    width:auto; max-height:56px; float:left;
}

.dropbtn {
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(31,33,65,1);
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content > a {
    color: white;
    padding: 12px 16px;
    padding-left: 32px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content > a:hover {
    color: #9d9d9d !important;
}

@font-face {
    font-family: pb;
    font-display: block;
    src: url("../fonts/Playball 400.ttf");
}
@font-face {
    font-family: pd;

    src: url("../fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
    font-family: pr;

    src: url("../fonts/Pacifico-Regular.ttf");
}

.top {
    margin-top: 70px;
}
.gallery-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.title-container {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.title-container .row {
    width: 100%;
    margin-left: 0px;
}

#Navigation {
    height:56px;
}

@media (min-width: 1200px) {
    #txtNotice {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #btnNotice{
        margin-top: 13px;
        margin-bottom: 13px;
    }
    #btnNotice::after {
        content: '按此 Click here';
    }
    #BrandName::after {
        /*content: 'Road to Cambridge English Language School';*/
        content: 'GPEX Hong Kong';
    }
    #Navigation {
        float: left;
        height: 56px;
    }
}  
@media (min-width: 992px) and (max-width: 1199px) {
    #txtNotice {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #btnNotice{
        margin-top: 13px;
        margin-bottom: 13px;
    }    
    #btnNotice::after {
        content: '按此 Click here';
    }
    #BrandName::after {
        /*content: 'Road to Cambridge English Language School';*/
        content: 'GPEX Hong Kong';
    }    
}  
@media (min-width: 768px) and (max-width: 991px) {
    #txtNotice {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #btnNotice{
        margin-top: 13px;
        margin-bottom: 13px;
    }    
    #btnNotice::after {
        content: '按此 Click';
    }
    #BrandName::after {
        /*content: 'Road to Cambridge English Language...';*/
        content: 'GPEX Hong Kong';
    }    
}
@media (max-width: 767px) {
    #txtNotice {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    #btnNotice{
        margin-top: 13px;
        margin-bottom: 13px;
    }    
    #btnNotice::after {
        content: '按此';
    }
    #BrandName::after {
        /*content: 'Road to Cambridge English...';*/
        content: 'GPEX Hong Kong';
    }
}
@media (max-width: 767px) {
    #Navigation {
        float: left;

        margin-right: 0;
        margin-left: 0;

        height: 56px;
    }
}

#MastHead {
    background-color: rgb(255, 153, 0); height:64px;padding-left:12px; padding-right:12px; 
}

input[type="date"] {
    max-width: 280px;
    width: 100%;
}

#footer {
    padding-bottom: 3rem;padding-top: 3rem;width:100%;background-color:rgba(58,58,58,1);
    position: fixed;
    bottom: 0;
    z-index: 500;
}
#footer > div {
    color:white;text-align:center;font-style:normal;font-weight:normal;vertical-align:baseline;letter-spacing: 0.01em;
}