/* gritstoneedge.co.uk 	        */

/* 	Table of contents 			*/
/*	1. Default Styles			*/
/*	2. Define the id styles  	*/
/*	3. Define the class styles  */
/*  4. Bootstrap changes        */

/*  Set up the colours */
:root {
	--background : #b0b0b0 ;
	--site : #a00000 ;
	--black : #000000 ;
    --darkgrey : #404040 ;
    --grey : #808080 ;
    --lightgrey : #b0b0b0 ;
    --lightergrey : #e0e0e0 ;
    --white : #ffffff ;
    --lightred : #f0a0a0 ;
    --red : #ff0000 ;
	--green : #00ff00 ;
    --blue : #0000ff ;
}

/* 1. Redefine default htML5 Styles */
a {
    color : var(--site) ;
	font-weight : bold ;
}
a:hover {
    color : var(--site) ;
    text-decoration : none ;
}
button {
	color : var(--site) ;
	background : var(--white) ;
	border : 1px solid var(--black) ;
	margin-bottom : 5px ;
}
/*-------------------------------------------------*/

/*  2. Define id styles */
/* copyright statement at the end of the site */
#copyright {
    border : 0px ;
}
#copyright .card-body {
    border : 0px  ;
    background-color : var(--background) ;
	color : var(--site) ;
	font-size : 0.85em ;
}
/* footer */
#footer {
	background-color : var(--site) ;
	margin : 2px ;
}
#footer .card {
	border : 0px ;
}
#footer .card-body{ 
    padding : 20px ;
	background-color : var(--site) ;
	color : var(--white) ;
	font-size : 0.85em ;
}
#footer .card-body a{ 
	color : var(--white) ;
}

/* overall site id*/
#gritstoneedge{
    background-color : var(--background) ;
}
/*  Header  */
#header { 
    color : var(--white) ; 
    margin-top : 10px ;
}
#hillwalkdesc .card-body {
	background-color : var(--grey) ;
}
/* Map - removes the border */
#map { padding : 0px ; }

/* carousel of images */
#MyCarousel { 
    padding : 0px ; 
    font-size : 1em ;
    color : var(--grey) ;
    text-align : center ;
}

/* panorama image */
#MyPanorama { 
    padding : 0px ; 
    font-size : 1em ;
    color : var(--grey) ;
    text-align : center ;
}

/* notes to show experience of route */
#notes {
	display : none ;
}

/* notice at the top of the page */
#notice {
    border : 1px solid var(--site) ;
    padding : 5px ;
    background-color : var(--lightred);
    color : var(--site) ; 
    font-size : 0.9rem ;
} 

/*  the main site title */
#title{ 
    color : var(--site) ; 
    text-align : center ;
}

/* Styles for the weather */
#weather .card-body {	
	background-color : var(--black) ;
	color : var(--white) ;
}
#weather h1 {
	font-size : 2.0em ;
	text-align : center ;
	color : var(--site) ;
}
#weather h2 {
	font-size : 1.5em ;
	text-align : center ;
	color : var(--white) ;
}
#weather h3 {
	font-size : 1.2em ;
	text-align : center ;
	color : var(--white) ;
}
/*-----------------------------------------------*/

/*  3. Define class styles */
.bold { 
	font-weight : bold ; 
	} 
.image .card .card-body {
	padding : 0px ;
}
.image .card .card-footer {
	background-color : var(--white) ;
	border-top : none ; 
    font-size : 1em ;
    color : var(--grey) ;
    text-align : center ;
}
.shorts .card-header {
	background : var(--lightergrey) ;
	color : var(--site) ;
	font-weight : bold ;
}
.shorts .card-body a {
	background : var(--white) ;
	color : var(--darkgrey) ;
	font-weight : normal ;
}
.site { 
	color : var(--site) ; 
	}
.smalltext {
	font-size : 0.8em ;
	}
.spotify {
	border-radius:12px ;
}
.tableleft {
	text-align : right ;
	vertical-align : top ;
	width : 35% ;
	font-weight : bold ;
}
.tableright {
	text-align : left ;
	vertical-align : top ;
	width : 65% ;
}
.video .card .card-body {
	padding : 0px ;
}
.video .card .card-footer {
	background-color : var(--white) ;
	border-top : none ; 
    font-size : 1em ;
    color : var(--grey) ;
    text-align : center ;
}

/*------------------------------------------------*/

/*  4. Bootstrap Changes */
.btn-primary { 
	background-color : var(--site) ;
	border-color : var(--black) ;
    color : var(--white) ;
	padding : 5px ;
	font-size : 1em ; 
}
.btn-primary:hover { 
	background-color : var(--white) ;
	border-color : var(--black) ;
	color : var(--site) ;
}
.card {
    margin-bottom : 10px ; 
    border : 1px solid var(--black) ;
}
.card-header {
	background-color : var(--site) ;
	text-align : center ; 
	color : var(--white) ;
	font-size : 1.0rem ;
}
.card-body {
	background-color : var(--white) ;
	color : var(--darkgrey) ;
	font-size : 1.0rem ;
}
.card-footer {
	background-color : var(--grey) ;
	text-align : center ; 
	color : var(--black) ;
	font-size : 0.8rem ;
}

/*------------------------------------------*/