@charset "utf-8";

/* General styles
 * Created by: RYC
 */

/*
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:600');
*/

body {
    font-family: 'Source Sans Pro' , Arial , sans-serif;
}

/*----------
Image Logo
----------*/

img.caltex-logo-navbar {
    max-height: 100px;
}


img.rb-logo-150 {
    max-width: 150px;
}

img.rb-logo-400 {
    max-width: 400px;
}

img.rb-logo-navbar {
    max-width: 70px;
}

/*----------
Blog
----------*/
/* centralize image within blog post content & making it responsive */
.post-content img {
    display: block;
    margin: 0 auto;

    width: 100%;
    height: auto;
}


/*----------
Cards
----------*/

.card-body h6 {
    font-family: 'Source Sans Pro' , Arial , sans-serif;
    font-size: 16px;
}

.card-body h5 {
    font-family: 'Source Sans Pro' , Arial , sans-serif;
    font-size: 20px;
}

.card-date {
    font-family: 'Source Sans Pro' , Arial , sans-serif;
    font-size: 14px;
}

.card-more {
    font-family: 'Source Sans Pro' , Arial , sans-serif;
    font-size: 16px;
}



/*----------
Carousel buttons
----------*/

.carousel-control-prev {
    width: 10%;
}

.carousel-control-next {
    width: 10%;
}


/*----------
YouTube embed wrappers
----------*/

.video-wrapper {
    position: relative;
    padding-top: 25px;
    margin-bottom: 15px;
    height: 0;
}

.video-wrapper.ratio-5-4 {padding-bottom: 80%;}
.video-wrapper.ratio-4-3 {padding-bottom: 70%;}
.video-wrapper.ratio-16-10 {padding-bottom: 62.5%;}
.video-wrapper.ratio-16-9 {padding-bottom: 56.25%;}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
