@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cantata+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,300&family=Playfair+Display&display=swap');
	
h1 
{
font-family: 'Cantata One', serif;
color: rgba(0, 0, 0, 0.8);
font-weight: 400;
line-height: 1.58;
letter-spacing: -.003em;
font-size: 30px;
text-align: center;
}
    

h2
{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
line-height: 1.58;
letter-spacing: -.003em;
font-size: 30px;
}
    
p
{
font-family: 'Quicksand', sans-serif;
color: rgba(0, 0, 0, 0.8);
line-height: 1.58;
letter-spacing: 0px;
word-spacing: 2px;
font-size: 20px;
}
	
a:link 
{
text-decoration: none;
color:antiquewhite;
}

.container-fluid
{
background-color: #FCF8F5;
}

.navbar 
{
background-color: #969B7B;	
}

.navbar li
{margin-left: 30px;
padding-left: 60px;
padding-right: 50px;
font-size: 18px;
letter-spacing: 1px;
justify-content: center;
padding-top: 10px;
font-family: 'Quicksand', sans-serif;
font-weight: 500;
}

.carousel-caption p
{
color:antiquewhite;
}

.img-container
{
text-align: center;
display: block;
}

.row1
{
background-color: #F7E4D5;
}

.row1 h1
{ 
padding-top: 30px;
}

.row2
{
background-color: #F7E4D5;
padding-top: 20px;
padding-bottom: 20px;}

.mycol3
{
background-color: #F7E4D5;
}

.mycol4 h2
{
text-align: center;
font-size: 20px;
font-style: italic
}

.card-footer
{
background-color:#969B7B;
padding:1px;
}

.card-footer ul li
{
float: left;
list-style: none;margin: 20px 50px 17px 20px;
font-family: 'Quicksand', sans-serif;
padding-right: 60px;
padding-left: 100px
}
