/* COLOUR REFERENCES

Green:		#1b7069
Blue:       #141d63

*/

@font-face {
	font-family: 'fontello';
	src: url('./font/fontello.eot?77234973');
	src: url('./font/fontello.eot?77234973#iefix') format('embedded-opentype'),
		url('./font/fontello.woff?77234973') format('woff'),
		url('./font/fontello.ttf?77234973') format('truetype'),
		url('./font/fontello.svg?77234973#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Helvetica, sans-serif, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",ZawgyiOne, Osaka, "メイリオ", Meiryo, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB;
	font-size: 16px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.top-banner {
    position: relative;
    text-shadow: 0 0 3px black;
    color: white;
	background: url('/assets/img/bg-2.jpg') 50% 0 repeat fixed;
    background-size: cover;
}

.top-banner > .sfilm-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.top-banner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-banner > div > .top-banner-header {
    width: 80%;
    height: auto;
}

.top-banner > .top-banner-footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: auto;
}

.top-banner h1 {
    font-size: 6em;
    font-weight: bold;
    margin-bottom: 30px;
}

.top-banner h3 {
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}

.content-holder {
	background: url('/assets/img/o-Bk-2.jpg') 50% 0 repeat fixed;
}

.content {
    font-size: 1em;
    font-weight: normal;
    padding: 60px 50px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: white;
}


.content-width {
    margin: 0 auto;
    max-width: 80%;
}

.content-width-top {
    max-width: 35%;
}

.content p.info {
    width: 40%;
    margin: 0 auto;
}

.bg-fade-1 {
    background-color: rgba(255, 255, 255, 1.0);
}
.bg-fade-2 {
    background-color: rgba(255, 255, 255, 0.4);
}
.bg-fade-3 {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-fade-4 {
    background-color: rgba(255, 255, 255, 0.8);
}

.content p.title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #141d63;
}

.content p .seperator {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 15px;
}

.footer {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer h4 {
    font-size:0.9em;
}

@media screen and (max-width : 991px) {
    .top-banner h1 {
        font-size: 3.3em;
        margin-bottom: 30px;
    }

    .top-banner h3 {
        font-size: 0.8em;
        text-align:left;
    }
    
    .row {
        margin: 0 auto;
        margin-bottom: 50px;
        width: 95%;
    }
    
    .row:last-child {
        margin-bottom: 0px;
    }
    
    .row.top {
        width: 100%;
    }

    .content p.info {
        width: 100%;
    }

    .content-width-top {
        max-width: 60%;
    }
}

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

    .top-banner > div > .top-banner-header {
        width: 100%;
    }

    .top-banner > .top-banner-footer {
        width: 30%;
    }
    
    .content-width-top {
        max-width: 90%;
    }
}

@media screen and (max-width : 568px) {
    .content {
        padding: 60px 25px;
    }
    .content-width {
        max-width: 100%;
    }
    .content-width-top {
        max-width: 100%;
    }
}






















