@charset "utf-8";
/* CSS Document */


/* Start of Scrolling Nav CSS */
/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}



@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }


.dropdown-style {
    background-color: hsla(210,3%,13%,1.00);
}
}

.dropdown-item {
		color: rgba(137,144,145,1.00)
	}	

section {
  padding: 150px 0;
}
.about-lixwm-h4 {
    font-family: miama;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
}



.navbar {
  padding: 0 -15px;
  background-color: #212223 !important;
  }
/* End of Scrolling Nav CSS */



/* Start of Jumbotron */
.jumbotron{
 background-image: url(../images/jumbotron-background.jpg);
 min-height: 500px;
 width: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}

.jumbotron h1 {
    position: relative;
    font-size: 50px;
    color: rgba(50,47,47,1.00);
    padding-top: 50px;
}

.jumbotron p {
    position: absolute;
    
    color: #161414
    font-size: 40px;
    padding-left:40px;
}

/*End of Jumbotron */


.circle-cards-row-styling {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.circle-card-styling {
    padding-left: auto;
    padding-right: auto;
    left: auto;
    text-align: center;
}

/* Start of Parallax */

section{
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.photoContainer{
	position: relative;
	z-index: 1;
}	  

.top{
    background: url(../images/parallax_one.jpg);
    background-size: cover;
    height: 400px;
    max-height: 400px;
    overflow: auto;
    background-attachment: fixed;
    padding-top: 10px;
    margin-top: 10px;
}

.middle{
	background:url(../images/parallax_two.jpg);
	background-size: cover;
	height: 400px;
	max-height: 400px;
	overflow: auto;
	background-attachment: fixed;
}


/* End of Parallax  */


/* Warning Banner */
.warning-banner {
    padding-top: 17px;
}

/* Start of Bottom Cards */
.card-footer-styling {
    background-color: rgba(33,34,35,1.00);
}

.card-title-styling-middle {
    color: #86C232;
}
.card-title-h5-colour {
    color: #86BD29;
}

* Bootstrap 4.0 Card Flip */

/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #86BD29;
    margin-bottom: 50px;
    
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #7FC231 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* End of Flip Cards */


/* Link colours */
a {
    color: rgba(241,140,26,1.00)
}

a:hover {
    color: #78654C;
}
/* End of Link colours */


/* Start of FOOTER  */

@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300);

body {
    font-family: 'Alegreya Sans', sans-serif;
	color: rgba(100,100,100,1.00);
}



/* Sticky footer position and size
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100% !important;
	
    /* Set the fixed height of the footer here */
    height: 550px;
    padding-top: 50px;
    float: left;
	background-color: #1F1F1F; !important;
	padding-left:0px;
    padding-right:0px;
	



/* Taller footer on small screens */
@media (max-width: 34em) {
    body {
      margin-bottom: 500px;
    }
    .footer {
    height: 650px;
    padding-top: 100px;
    margin-top: 0px;
	background-color: #1F1F1F; !important;
	width: 100% !important;
	padding-left:0px;
    padding-right:0px;	
    }
}
.about-styling {
    background-color: #F3F0F0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.about-image {
    padding-bottom: 10px;
}
