﻿@charset "UTF-8";

.bg-1 {
background-image: url("../img/bg.png");background-repeat: repeat;}

/* ======= About style ======= */
.about .profile-img {
    position: relative;
    padding: 0px;
    border: 12px solid rgba(232,239,220);
    border-radius: 0px;
}
.about .img {
    border-radius: 0px;
    height: 800px;
    overflow: hidden;
}

.about .img2 {
    border-radius: 0px;
    height: 350px;
    overflow: hidden;
}

.about .profile-img {
    position: relative;
    padding: 0px;
    border: 12px solid rgba(232,239,220);
    border-radius: 0px;
}

.about .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about2 .profile-img {
    position: relative;
    padding: 0px;
    border: 12px solid rgba(232,239,220);
    border-radius: 0px;
}

ol li {
list-style-image: url(../img/pallina.png);
} 
b {
    font-weight: 700;
}



