main{
	width: 100%;
	height: calc(100vh - 60px);
	background-color: #1A253A;
    margin-top: 60px;
    background-image: url("../../img/santeliaroundcorners copy.png") ,url("../../img/pexels-karolina-grabowska-4705833.jpg");
	
    background-size: 70vh, cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 115px;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 100;
}

main .main-intro h1 {
    font-size: 24px;
    line-height: 20px;
}

main-2 a{
	margin-bottom: 20px;
    margin-left: 0px;
    font-size: 18px;
    display: block;
    background-color:#F1C3C4;
    padding: 10px 20px;
    width: fit-content;
    color: #2F2A2A;
}

main p{
    font-size: 18px;
    line-height: 30px;
}

main a {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 18px;
    display: block;
    background-color:#D39697;
    padding: 10px 20px;
    width: fit-content;
    color: #2F2A2A;
}

main a:hover {
	background-color: #c13584;
}
	
   
    /* CHANGED COLOR OF FONT IN WORKSHOP BOX */


main .main-quotes p {
    border-left: 4px solid #D39697;
    padding-left: 10px;
    margin: 40px 0;
}

main .main-quotes p:nth-child(2){
    margin-left: 20px;
}

main .main-intro {
   position: relative;
    right: 30vh;
    padding-top: 10px;
}

main .main-quotes {
   position: relative;
    left: 40vh;
}

/* CATEGORY SECTION OF THE INDEX SECTION OF THE WEBPAGE */

.index-category {
    width: 100%;
    padding: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}

.index-category p {
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
    flex-basis: 100%;
    text-transform: uppercase;
    font-size: 18px;
}

.index-category p:nth-child(1) {
    text-align: center;
    padding-bottom: 40px;
    flex-basis: 100%;
    color: #000;
}

.index-category-box {
    width: 200px;
    height: 200px;
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
	border-radius: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index-category-box:nth-child(2) {
    background-image: url("../../img/frosinone.jpg");
}

.index-category-box:nth-child(3) {
    background-image: url("../../img/MonteCassino Abbey and Cassino.jpg");
}

.index-category-box:nth-child(4) {
    background-image: url("../../img/antonioarmy.jpg");
}

.index-category-box:nth-child(5) {
    background-image: url("../../img/Finnish Exhibition Poster 2021.jpg");
}


.section-category {
	width: 100%;
	padding: 60px;
	background-color: #fff;
}

.section-category-box {
	width: 120px;
	height: 120px;
	background-color: #F9060A;
}

.section-category-box h3 {
}

.dark-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bacckground-color: #000;
    opacity: 0.5;
}

.index-category-box h3 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-shadow: -2px 2px 4px #000;
    z-index: 100;
}

/* ABOUT SECTION WITH THE BARS BELOW THE 4 BOXES IN THE SECTION, section */

.index-about {
	width: 100%;
	padding: 60px 0px;
	background-color: #1A253A;
	background-image: url("../../img/pexels-karolina-grabowska-4705833.jpg");
}

.index-about1-img img {
	border-radius: 150px;
}

.index-about-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 100px;
}


.index-about-img img {
	width: 200px;
	height: 250px;
	border-radius: 30px;
	
	margin-left: 100px;
}

.index-about-text {
	flex-basis: 455px;
}

.index-about-text h2{
	color: #302222;	
}

.index-about-text p{
	color: #302222;
	font-size: 18px;
	padding: 20px 0;
	line-height: 30px;
}

.index-about-text a {
	font-size: 18px;
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: #D39697;
	padding: 0 20px;
	width: fit-content;
}

.index-about-text a :hover {
	background-color: #c13584;
}

.index-about-skill p{
	color: #302222;
	font-size: 18px;
}

.index-about-skill {
	flex-basis: 250px;
	margin-right: 100px;
}

.index-about-skill-bar {
	width: 100%;
	height: 20px;
	border: 1px solid #0B0F16;
}

.index-about-skill-bar-fill {
	width: 100%;
	height: 100%;
	background-color: #D39697;
}

.htmlcss {
	width: 80%;
}

.html {
	width: 75%;
}

.css {
	width: 85%;
}

.div {
	width: 85%;
}



 












