/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);





body {
  background-image: linear-gradient(70deg, rgba(254,249,231,0.8), rgba(232,218,239,0.8),rgba(235,245,251,0.8));
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 100
}

h6 {
font-family: 'Quicksand', Arial, sans-serif;
font-weight: 100;
font-style: normal;
letter-spacing: -1px;
}

h3 {
font-family: 'Raleway', Arial, sans-serif;
font-weight: 100;
font-style:normal;
}

p {
font-size: 80%
}

p2 {
font-size: 80%
}

p.a {
    font-family: "Times New Roman", Times, serif;
}
a:link {
    color: #000000;

}

a:hover {
	text-decoration: underline;
}
		

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.carousel-caption {
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom: auto;
  top: 70%;
  padding: 50px;
  text-align: right;
}

.carousel-caption h3 {
  text-align:right;
  margin-left:300px;
  padding-left: 10px;
}
.carousel-control {
  top: 20%;
  bottom: 20%;
}
.grey {
  background-color: rgba(248,249,249,0.4);
}

.row {
background-image: url('./img/bg.jpg');
background-size: cover; /*That will make it responsive*/
}

.bgimg {
    background-image: url('../img/bg.jpg');
}


