You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

204 lines
3.7 KiB
CSS

.logo{
width: 48.632px !important;
height: 44px!important;
flex-shrink: 0!important;
font-family: 'Montserrat';
font-style: normal !important;
font-weight: 900 !important;
font-size: 24px !important;
line-height: 24px;
color: #003363 !important;
background: #765C3D!important;
}
nav{
background: #765C3D!important;
width: auto;!important;
height: auto;!important;
}
nav a {
font-family: 'Montserrat';
font-style: normal !important;
font-weight: 500 !important;
font-size: 18px;
line-height: normal;
/* identical to box height, or 150% */
color: #F2D2AE !important;
}
#title{
display: flex !important;
width: 493px!important;
height: 124px!important;
flex-direction: column!important;
justify-content: flex-end!important;
flex-shrink: 0;
color: #ffffff!important;
font-family: Montserrat!important;
font-size: 64px!important;
font-style: normal!important;
font-weight: 600!important;
line-height: 72px!important; /* 112.5% */
letter-spacing: -1.28px!important;
text-align: left;
}
#paragraph{
width: 413px!important;
height: 124px!important;
flex-shrink: 0;
color: #FFF!important;
font-family: Montserrat;
font-size: 24px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 30px!important; /* 125% */
}
#button{
display: inline-flex!important;
align-items: flex-start!important;
border-radius: 999px!important;
background: #B59066!important;
display: flex;
padding: 12px 32px!important;
justify-content: left;!important;
align-items: center!important;
gap: 8px!important;
}
#section-title{
display: flex!important;
width: 983px!important;
height: 138px!important;
flex-direction: column!important;
justify-content: center!important;
align-items: center!important;
gap: 31px!important;
flex-shrink: 0!important;
}
#gal{
display: flex!important;
width: 385px!important;
height: 49px!important;
flex-direction: column!important;
color: #765C3D!important;
font-family: Montserrat!important;
font-size: 40px!important;
font-style: normal!important;
font-weight: 600!important;
line-height: normal!important;
}
#section-par{
color: #765C3D!important;
text-align: center!important;
font-family: Montserrat!important;
font-size: 24px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: normal!important;
}
#landing{
width: 1680px;
height: 816px;
flex-shrink: 0;
lightgray 50% / cover no-repeat;
background:
linear-gradient(
rgba(0, 34, 65, 0.61),
rgba(0, 34, 65, 0.61)
),
url(./images/leaves.png);
background-repeat: no-repeat;
background-size: cover;
}
#about{
width: 830px;
height: 401px;
flex-shrink: 0;
background: url(./images/blue.png), ;
background-repeat: no-repeat;
background-size: cover;
}
#text-title{
display: flex!important;
width: 385px!important;
height: 49px!important;
flex-direction: column!important;
justify-content: flex-end!important;
font-family: 'Montserrat'!important;
font-style: normal!important;
font-weight: 600!important;
line-height: normal!important;
color: #12C6FF !important;
}
#paragraph{
width: 385px!important;
height: 49px!important;
font-family: 'Montserrat'!important;
font-weight: 500!important;
line-height: 150%!important;
font-size: 16px!important;
}
/*#rectangle{
width: 1245px!important;
height: 764px!important;
background: url(./images/Rectangle 1.png),;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.25);
}
*/
#foot{
color: #FFF2E4!important;
text-align: center!important;
font-family: Montserrat;
font-size: 16px!important;
font-style: normal!important;
font-weight: 500!important;
line-height: normal!important;
background: #B59066;
width: auto!important;
height: auto!important;
}