/*!
 * 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: 'Work Sans', sans-serif;

}

/*font-family: 'Orbit', sans-serif;
font-family: 'Work Sans', sans-serif;*/


/*MODIFIED BOOTSTRAP TEXT STYLES*/

H1 {
  	font-family: 'Orbit', sans-serif;
    color: #686363;
   font-size: 3.5rem;
    padding-bottom: 1.5rem;
}

H2 {
  	font-family: 'Orbit', sans-serif;
    font-size: 1.5rem;
/*    padding-bottom: 1.5rem;*/
}

H3 {
  	font-family: 'Orbit', sans-serif;
    font-size: 1.0rem;
/*    padding-bottom: 1.5rem;*/
}

H4 {
  	font-family: 'Orbit', sans-serif;
    font-size: 0.8rem;
/*    padding-bottom: 1.5rem;*/
}

p {
  font-size: 1.0rem;
	font-weight: 300;
  text-align: justify;
}

li {
  font-size: 1.0rem;
	font-weight: 300;
}

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

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

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

dt {
  font-size: 0.9rem;  
  font-weight: normal;
}

tt {
    font-size: 0.8rem;
}

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

.img-thumbnail {
  padding: 0rem;
	border-radius: 0rem;
}


/*  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;

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

#carouselExampleCaptions p {
	color: white;
	background-color: midnightblue;
	text-align: center;
}

#carouselExampleCaptions1 p {
	color: white;
	background-color: midnightblue;
	text-align: center;
}

.news-text {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
 transform: translate(-50%, -50%);
  color: white;
}

.news-text a {
  color: white;
  text-decoration: underline;
  background-color: transparent;
}

.news-text a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-style: double;
}


.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.2rem;
    letter-spacing: 2px;
}

.reverseText {
	/* Chrome, Safari */
	-webkit-transform: rotateY(180deg);
	/* Firefox */
	-moz-transform: rotateY(180deg);
	/* Opera */
	-o-transform: rotateY(180deg);
	/* Internet Explorer */
	-ms-transform: rotateY(180deg);
	/* Standard Syntax */ 
	transform: rotateY(180deg);
}

.responsive {
  max-width: 100%;
  height: auto;
}

/*TEMPLATE SPECIFIC TEXT STYLES*/

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text a {
	color: aliceblue;
}


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

.hero-image-overlay {
    color: white;
    text-shadow: 0 0 3px black;
}

.hero-figure-caption{
	font-size: .9rem;
	color:#fff;
    text-shadow: 0 0 3px black;
	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;
}

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

.home-image {
/*    border: thick;
	border-style: solid;
	border-color: white;*/
	padding: 10px;
    }

.home-image:hover {
    filter:invert(100%);
    }

.monument {
    filter: opacity(0.8)
    }

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

/*NAVBAR*/

.navbar {
	    font-family: 'Orbit', sans-serif;
    padding: 2px;
    font-size: 0.5rem;
    text-transform: uppercase;
}

.navbar-brand {
    font-family: 'Orbit', sans-serif;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.navbar-brand a {
    text-decoration: none;
	background-color: transparent;
}

.nav-item{
	font-size: 0.8rem;
}

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

/*SURVEYMONKEY FORM*/

.mc-field-group input {

}


/*video block styles*/
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../images/INSULAE-videobg.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}*/

