@charset "utf-8";
/* CSS Document */
/*Header*/
.front-heading{background-color:#131F28; color:#BEC7C9;  font-weight: 700; text-transform: uppercase ;text-align:center; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
.btn-front{font-weight:700 !important; font-size:1.2rem !important;}
.gall-title{font-weight: bolder; text-align: center; font-size-adjust: 1;}
.ptext2 {text-align:center; font-variant: small-caps; font-size: 2em;}  
.gall-place{color: #000;font-weight: 200; font-size:1.2rem; text-align: center}
header {background: #131F28; border-bottom: solid white 1px;}
.header {background: #131F28;}
.bg-ut {background:  #131F28 !important;}
.contact_info {text-align: right; color:white;}
.nonlink{color: #000000;}
.testi {background: lightgray;}
.telephone {font-size: 1.2em; color: white;
    font-weight: 500;
    font-family: sans-serif;}
.youngcreativeawardslogo {text-align: center;}
.navbar-brand {display:none;}
.ptext {text-align: center; }
.firstback {background: lightblue; margin:1em; padding: 1em;}
.secondback {background: pink; margin:1em; padding: 1em;}
.thirdback {background: lightgreen; margin:1em; padding: 1em;}
.sr-only{font-weight:700;font-size:2rem;color:#000000;}
.homelink {color:#ffffff;}
.forthback {background: lightyellow; margin:1em; padding: 1em;}
.fifthback {background: aliceblue; margin:1em; padding: 1em;}
.imagesmain {text-align:center;}
.booking {border-left:1px black solid;}
.nav-item{padding-left:7em;    text-transform: uppercase;
    text-align: center;

    font-weight: bolder;}
    navbar {border-top: solid 1px white;}
.firstbackgal {background: lightgrey; border: solid .5em white;}
.secondbackgal {background: pink; }
.thirdbackgal {background: lightgreen; }
.forthbackgal {background: lightyellow; }
.fifthbackgal {background: aliceblue;}
.sixthbackgal {background: aliceblue;}
.seventhbackgal {background: aliceblue;}
.testi{background:lightgray;}
.testiimg {border: solid 2em white;}
footer {background:  #131F28; color: #fff;}
.fa-4x {color: white;     padding-left: .1em;}
.footerimg img {width:50% ;height:auto;}

.gold{display:none;}
/*Carousel*/
.carousel-container {border-top: solid 1px white;}
.carouseltextslide1 {background: darkgreen; }
.carouseltextslide2 {background: orange;}
.carouseltextslide3 {background: #3D40D1; }
.images{border: solid 5px #ffffff; }
.carouseltextmainslide1 {color: white;font-size: 4em;  font-weight:700;font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";text-align: center; font-variant: small-caps}
.carouseltextmainslide2 {color: #131F28;font-size: 4em;  font-weight:700; font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";text-align: center; font-variant: small-caps}
.carouseltextmainslide3 {color: white;font-size: 4em;  font-weight:700;font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";text-align: center; font-variant: small-caps;}
.taglinetext {font-size: 2em; color: white; text-align: center;}
.taglinetextcol2 {font-size: 2em; color:  #131F28; text-align: center;}
.nonlink2 {color:white;}
.nonlink3 {color: #131F28;}
.carousel-item {
  background-color: #424242;
  color: white;
  min-height: 220px;
}
.newsimage {border: solid #ffffff .5em;}
.newstitle {padding: .75em; text-align: center;}
.newsdate {font-size: 1.5em; text-align: center;}
.newstext {font-size: 1em;  text-align: center;}
.homepagetext{text-align: center; color: #676B70; font-variant: small-caps; font-family: Cambria, "Hoefler Text" }
.gall-text {text-align: center;}

/*Gallery*/
.modal.and.carousel {
  position: fixed; /*Needed because the carousel overrides the position property*/
}
/****speech bubbles */
.speech-bubble {
	position: relative;
	background: #c0c0c0;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 44px solid transparent;
	border-top-color: #c0c0c0;
	border-bottom: 0;
	border-left: 0;
	margin-left: -22px;
	margin-bottom: -44px;
}

