/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  padding-top: 40px;
  font-family: 'Dosis';

}

/*MODIFIED BOOTSTRAP TEXT STYLES*/

H1 {
  	font-family: comfortaa;
    color: #686363;
    padding-bottom: 1.5rem;
}

H2 {
  	font-family: comfortaa;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
}


p {
  font-size: 1.2rem;
  text-align: justify
}

a {
  color: #212529;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #212529;
  text-decoration: underline;
  text-decoration-style: wavy;
}

strong {
    font-weight: 500;
    font-size: 1.3rem;
}

dt {
  font-size: .9rem;  
  font-weight: normal;
}

dd {
  font-size: .9rem;  
  font-weight: normal;
  margin-bottom:0; 
}

blockquote p{
margin:0 3rem 1rem;
    text-align: justify;
    font-family: comfortaa;
    color: darkslategrey;
/*        background-color: navajowhite;
    letter-spacing: 1px;*/
}

.colourtext {
    color: #DC0584;
}

.blockquote-footer{
    margin:0 3rem 1rem; 
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.figure-caption{
	font-size: .9rem;
	color: dimgray;

}

.lead {
    font-size:1.5rem;
    letter-spacing: 1px;
    font-weight:300
}

/*TEMPLATE SPECIFIC TEXT STYLES*/


.no-bullets {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.hero-figure-caption{
	font-size: .9rem;
	color:#fff;
	padding-right: 20px;
	padding-bottom: 10px;
}

.hero-figure-caption-black{
	font-size: .9rem;
	color:#000;
	padding-right: 20px;
	padding-bottom: 10px;
}

.newshead {
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.black-bg {
    background-color: black;
}

.monument {
    filter:invert(100%);
    
    }
.monument:hover {
    filter: opacity(0.15);
    }

/*NAVBAR*/

.navbar {
    padding: 2px;
}

.navbar-brand {
    text-transform: uppercase;   
    font-size: 1rem;
    font-family: comfortaa;
    letter-spacing: 2px;
    font-weight: 800;
}

.nav-item{
    text-transform: uppercase;
}

.nav-item a{
    text-decoration: none;
}

/*SURVEYMONKEY FORM*/

.mc-field-group input {

}