@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;
text-align: center;
}
    

h2
{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
line-height: 1.58;
letter-spacing: -.003em;
font-size: 70px;
}
    
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;
}

.mycol1 
{
background-color: #F4E6DC;
}
.mycol1 h1
{
text-align: left;
padding-left: 100px;
}


.mycol1 p
{
text-align: left;
padding-left: 100px;
font-size: 18px;
padding-top: 20px;
padding-bottom: 0px;
}

.mycol1 h2
{
padding-top: -10px;
text-align: left;
padding-left: 100px;
font-style: italic;
font-size: 23px;
font-weight: 500;
letter-spacing: 0.5px;
}

.mycol1 hr
{
max-width: 750px;
color:saddlebrown;
max-height: 3px;
padding-left: 30px;
}

.mycol2
{
background-image:url("project_img/lace.jpg");
background-repeat: no-repeat;
background-size: 700px;
max-height: 400px;
}

.mycol3 img
{
text-align: center;
display: block;
width: 100%;
height: auto;
padding-bottom: 30px;
padding-top: 30px;

}

.mycol4 p
{
text-align:left;
font-size: 20px;
max-width: 480px;
}

.mycol4 h1
{
text-align:left;
font-size: 30px;
max-width: 480px;
padding-top: 200px;
font-weight: 500;
font-style: italic
}


.row3
{
background-color: #F7E4D5;
justify-content: center;
padding: 60px;

}

.row3 p
{
max-width: 1000px;
font-size: 18px;
text-align: center;
font-style: italic;	
}

.row4
{
padding: 50px;
}

.mycol5 p
{padding-top: 130px;
font-size: 16px;}

.mycol5 img
{padding-top: 100px;}

.mycol6 p
{
font-size: 17px;
	padding-top: 85px;
}

.row5
{
background-color: #EBD3B7;
justify-content: center;
padding: 60px;
}

.row5 p
{
font-size: 18px;
text-align: center;
}

.mycol7 img
{
padding-top: 50px;
}

.mycol7 p
{
padding-top: 50px;
font-size: 18px;
}

.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
}

img
{
height: auto;
width:100%;
border:none;
display:block;
}
