/** changes body colour **/

body
{
	font-family: 'EB garamond';
	font-size: 16px;
	
	/** background-color: #ffffb3; **/
}

h1 {
	
	color: #2d5986;
	font-family: 'Cinzel', serif;
	font-size: 200%;
}

h2 {
	
	font-family: 'Cinzel', serif;
	font-size: 175%;
}

@media only screen and (min-width: 768px){
	h1{
	font-size: 270%;
	letter-spacing: 2px;
}
}
 

	
	/* styles title under carousel on home page */
	
.webtitle {
	font-size:240%;
	color: #ffff99;
	background-color: #004d1a;
	background-color: #2d5986;
	font-family: 'Cinzel', serif;
	text-align: center;
	font-variant: small-caps;
	padding: 0.5em 0 0.5em 0;
	border-width: 0px 0 0px 0;
	border-color: #cc3300;
	border-style: solid;
	
	
}


@media only screen and (min-width: 768px){
	.webtitle {
	font-size:400%;
	letter-spacing: 6px;
}
}

/** modifies footer styles **/
footer.container-fluid  {
	
	background-color:  #145a32 ;
	background-color: #2d5986;
	color: #fff;
	text-align: left;
}

@media only screen and (min-width: 768px){
	footer.container-fluid{
	padding-left: 7%;
	padding-right: 7%;
}
}


.navbar-brand {
	font-size: 180%;
	letter-spacing: 1.75px;
}

/** panels of text **/

.well {
	background-color:transparent;
	border: 3px dotted #2d5986;

	
}

figcaption {
	font-style: italic;
	
	
}

@media only screen and (min-width: 768px){
  .textright {
        text-align: right; }
}	

/** submit button on contact page **/
.btn, .btn:active, .btn:visited {
    background-color: #2d5986;  !important;
}

.btn:hover {
	background-color: #0099ff; !important;
}

/* Links on home page */
a.main {
  color: red;
  text-decoration: none;
}

a.main:hover {

  color: blue;
  text-decoration: none;
}

a.main:active {
  color: blue;
  text-decoration: none;
}

a.main:visited {
  color: red;
  text-decoration: none;
}


/** facilities page links **/

a.facilities {
  background-color: #2d5986;
  color: white;
  padding: .5em .75em;
  text-decoration: none;
  text-transform: uppercase;
}

a.facilities:hover {
  background-color: #555;
}

a.facilities:active {
  background-color: black;
}

a.facilities:visited {
  background-color: #2d5986;
}

/* footer links */

a.footer{
color: white;
}

a.footer:hover {
 #
}

a.footer:active {
#
}

a.footer:visited {
 #
}

/** google maps styling **/
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
