/* Copyright © 2018, WORLDWIDE RAFFLES™ All Rights Reserved World Wide */

/* IMPORT FONTS */
@font-face { font-family: "OpenSans-Regular"; src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format("truetype"); }
@font-face { font-family: "OpenSans-Bold"; src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format("truetype"); }
@font-face { font-family: "OpenSans-ExtraBold"; src: url(../fonts/OpenSans/OpenSans-ExtraBold.ttf) format("truetype"); }

html, body {
    float: left;
    width:100%;
    overflow-x: hidden;
}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-attachment: fixed;
    background-image: url("../media/bg1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 360px;
    margin: 0;
}
body:after { content: ""; position: fixed; background: rgba(0, 0, 0, 0.7); top: 0; left: 0; bottom: 0; right: 0; z-index: -1;}
section {
    margin-top: 20px;
    margin-bottom: 20px;
}
footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}
footer p {
    padding: 20px;
    margin: 0;
    font-size: 11px;
}

.highlight {
    color: #FF5A09;
    font-weight: 600;
}
.white {
    color: #FFFFFF;
}
.black {
    color: #000000;
}
.grey {
    color: #393939;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
.uppercase {
    text-transform: uppercase;
}
.author {
    font-size: 12px;
    }

/* NAVIGATION */
.navbar {
    background-color: #393939;
}
.navbar-brand {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.navbar-brand span {
    color: #FF5A09;
}
.navbar-brand-sub {   
    display: block;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 8px;
    letter-spacing: 2.5px;
}
.navbar-brand-sub span {
    color: #FF5A09;
}
.navbar-brand:hover {
    color: #FFFFFF;
}
.navbar-brand span:hover {
    color: #FF5A09;
}
.nav-link {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-link:hover {
    color: #FF5A09;
}
.navbar button {
    outline: 0;
}
.navbar-toggler {
    border: none;
    outline: none;
    cursor: pointer;
}
.navbar-toggler span {
    color: #FF5A09;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background-color: #FF5A09;
  margin: 3px;
}

/* CAROUSEL */
.carousel {
    z-index: 1000;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 300px;
}
.carousel-indicators {
    cursor: pointer;
}
.carousel-item {
    height: 25vh;
    min-height: 300px;
}
.carousel-item i {
    font-size: 40px;
}
.carousel-inner-quote {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}
.carousel-inner-quote .carousel-item {
    height: 15vh;
    min-height: 200px;
}

/* CIRCLE */
.circle {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 4px #FF5A09;
    border-radius: 50%;
    background: #393939;
}
.circle .circle-content {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}
.circle .circle-content h4 {
    font-size: 14px;
    padding-top: 32px;
    -webkit-font-smoothing: antialiased;
}
.circle .circle-content span {
    position: relative;
    font-size: 12px;
    line-height: 8px;
    top: -12px;
    -webkit-font-smoothing: antialiased;
}
.circle .circle-content .circle-sub {
    font-size: 11px;
    padding-top: 4px;
    padding-left: 36px;
    padding-right: 36px;
    color: #FFFFFF;
}
.circle.info .circle-title {
    color: #FFFFFF;
}

/* CIRCLE LINK */
.circle-content a {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

.circle-content i {
    position: absolute;
    display: block;
    color: #FFFFFF;
    font-size: 120px;
    top: 20px;
    width: 100%;
    text-align: center;
}
.circle-content h4 {
    color: #FFFFFF;
}
.circle-content a:hover i {
    color: #FF5A09;
}
.circle-content a:hover h4 {
    color: #FF5A09;
}
.circle-content a:hover span {
    color: #FFFFFF;
}

/* Responsive Media Styles */
@media (max-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 980px) {
    .carousel-caption h5 {
    font-size: 16px;
    }
}

@media (max-width: 767px) {
    .carousel-caption h5 {
    font-size: 14px;
    }
}

@media (max-width: 480px) {
    .carousel-caption h3 {
    font-size: 22px;
    }
    .carousel-caption h5 {
    font-size: 12px;
    }
}