@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;
}
.minutestext-style {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.container-styling {
    padding-bottom: 10px;
    padding-top: 11px;
}





@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;
}


.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 */







/* 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;
}
