@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;
padding: 35px;
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
{
text-decoration: none;
color:antiquewhite;
}

a:hover {
  color: darkred;
}

.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;
}

.row1
{
padding-top: 20px;
padding-bottom: 20px;
justify-content: center;
}

.mycol 
{
background-color: #EBD3B7;
}

.mycol1
{
background-image: url( "index_img/Profile image 500px.JPG"); 
background-repeat: no-repeat;
background-size: 530px;
min-height: 500px;
border:none;
display:block;}

.mycol2 
{
background-color:#F7E4D5;
min-height: 460px;
}

.mycol2 h2
{
padding-left: 60px; 
padding-top: 40px;
font-size: 25px;
}

.mycol2 p
{
padding-left: 60px; 
padding-top: 10px;
font-size: 18px;
max-width: 750px;
}

button
{
background-color:#969B7B;
border: none;
padding: 10px 30px;
border-bottom-style: groove;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 2px 55px;
cursor: pointer;
border-radius: 100px;
}

.row3 
{
background-color: #FCF8F5;
min-height: 700px;
}

.row3 h1
{
font-size: 35px;
color: #5D6155;
padding-top: 80px;
max-width: auto;
text-decoration: underline;
text-decoration-style: double;
text-decoration-thickness: 2px;
text-underline-position: under;
}

.mycol3
{
padding-left: 80px;
min-height: 500px;
padding-top: 16px;
background-color: #FCF8F5;}

.mycol3 p
{padding-top: 30px;
padding-left: 110px;}


.mycol4
{
background-color: #F7E4D5;
}

.mycol4 p
{
padding-top:30px;
font-size: 17px;
text-align: center;
max-width: 700px;
}

.mycol5
{
background-image: url("index_img/tree (3).png"); 
background-repeat: no-repeat;
}

.mycol4 p
{
padding-top:30px;
padding-left: 100px;
font-size: 17px;
justify-content: center;
}

.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
}