/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/*redlinestudios colour*/
/*color: #c32c27;*/

html {
/*    min-height: 100vh;*/
}
body {
/*    padding-top: 56px;*/
/*    padding-top: 126px;*/
    height: 100vh;
    min-height: 100vh;
    background-color: #dddcd8;
}

.description{
    min-height: 50vh;
}

.carousel-item {
    height: 75vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}
.main_text_color {
    color: #676767;
}

.frame {
    padding: 5px;
    border: 1px solid #3b3b3b;
}

/*web page loader icon*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../media/Preloader_2.gif) center no-repeat #fff;
}


/*HEADER AND HEAD*/
/*slideshow*/
.slideshow_display {
    position: absolute;
    top: 200px;
    z-index: 99;
    left: 50%;
    width: 100px;
/*    visibility: hidden;*/
    background-color: rgba(255, 255, 255, 0);
}
.slideshow_display_text {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 30%;
/*    visibility: visible;*/
}
img #main_logo {
/*    visibility: hidden;*/
/*    visibility: visible;*/
/*
    width: 150px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
*/
}
.main_logo {
    -webkit-filter: drop-shadow(0px 0px 10px #222222);
    filter: drop-shadow(0px 0px 10px #222222);
}
.slideshot_text {
/*        visibility: hidden;*/
/*    visibility: visible;*/
    font-size: 3.5vw;
    
/*    text-shadow: 10px 10px #FF0000;*/
}

/*end of slideshow*/

#head_banner{
/*
    position: relative;
    overflow: hidden;
*/
}
.head_banner {
/*    position: fixed;*/
    width: 100%;
/*    height: 600px;*/
    object-fit: cover;
/*    align-self: center;*/
    margin-bottom: 0 !important;
}
.slideshow_parallex{
    background-attachment: fixed;
}

.img-parallax {
/*
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
*/
}

.min_height_100 {
    min-height: 100vh;
}

.banner_title {
    position: absolute;
    top: 0px;
    left: 20px;
}

.no_margin {
    margin: 0 !important;
/*    width: 100%;*/
}

/*NAVBAR*/

.navbar-nav{
    font-size: 110%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
    margin-right: 0;
/*    position: absolute;*/
/*    right: 25px;*/
    padding: 10px;
}
/*
.alignright img {
	float: right !impotrant;
    margin-right: 0;
}
*/
p.one_line.alignright {
/*    margin-top:auto !impotrant;*/
}

/*
nav li + li:before{
    content: " | ";
    padding: 0 10px;
}
*/

.card {
    height: 113px;
    max-height: 133px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.03);
}

.card-footer{
   background-color: rgba(0,0,0,.00); 
}








/*footer*/
.redline {
    color: #c32c27;
}
.footer{
/*
    position: relative;
    bottom: 0;
*/
    width: 100%;
}

.dark_font_colour {
/*    color: black;*/
}

#back_to_top>span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
/*    border: 2px solid #e8e8e8;*/
    background: 0 0;

}

#back_to_top span, .fa-stack {
    text-align: center;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#back_to_top {
/*    color: #cdcdcd;*/
    height: auto;
    position: fixed;
    bottom: 25px;
    left: 25px;
    margin: 0;
    z-index: 10000;
    display: none;
}
#back_to_top span i {
    font-size: 30px;
    line-height: 45px;
}

/*
.card{
    background-color: #f1f5f0;
}
*/

/*
.card-header{
    background-color: #26be8a;
    color: #f8f8f8;
}
*/
.card-footer{
/*    background-color: #e1f2e0;*/
/*    color: #26be8a;*/
}

/*
.footbar_logo{
    max-height: 200px;
    max-width: 200px;
}
*/

.red{
    color: red;
}


.brand_logo {
    padding: 5px;
}

.brand_right a{
    float: right !impotrant;
/*    color: #ffc8c8 !impotrant;*/
}

.brand_text_colour a{
/*    color: #ffc8c8 !impotrant;*/
}












