@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: 50px;
}
    

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;
}

.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;
}

.container-fluid
{
background-color: #FCF8F5;
}

.mycol1
{
	text-align: center;
}


.mycol1 h1
{
padding-top: 40px;
}

.mycol1 h2
{
font-size: 25px; 
color: darkred;
}


.img-container
{
display: block;
}

.mycol2
{
justify-content: center;
display: block;
align-content: center;
text-align: center;
padding-bottom: 500px;
}

.mycol3
{
background-color: antiquewhite
} 

.mycol3 img
{
height: auto;
width:80%;
border:none;
display:block;
padding-left: 60px;
}

.mycol4
{
background-color: antiquewhite
}

.mycol4 h2
{
padding-top: 230px;
}

.row3
{
	padding:75px;
}

.mycol5 h2
{
font-size:30px;
	font-style: italic;
	padding-bottom: 30px;
	color: darkred;
}

.mycol5 p
{
font-size: 18px;
}

.mycol6 
{
background-color: antiquewhite;
}

.mycol6 img
{
height: auto;
width:80%;
border:none;
display:block;
padding-left: 60px;
}


.mycol7
{
background-color: antiquewhite;
	padding: 60px;
}

.mycol7 h2
{
padding-top: 230px;	
	padding-left: 120px;
}

.mycol7 p
{
padding-left: 120px;
}

.mycol7 hr
{
color: darkred;
}

.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
}