@import "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";

/* General Styles */
body {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Georgia', serif;
    font-size: clamp(1em, 2vw, 2em);
    line-height: 1.2em;
    text-align: left;
    color: #1d1d1d;

    background-color: #eeeeee;
    background-image: url('images/filippo.png');
    background-size: 35%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content-wrapper {
    padding: 20px;
}

/* Headings */
h1 {
    padding-top: 40px;
}

/* Lists */
ul {
    padding: 0;
    list-style-type: none;
}

/* Links */
a {
    color: #1d1d1d;
    text-decoration: none;
}

#unimore:hover .part1 {
    color: #63666A;
}

#unimore:hover .part2 {
    color: #D14124;
}

#agco:hover .part1 {
    color: #C41230;
}

#agco:hover .part2 {
    color: #231F20;
}

#mechanics:hover {
    color: #707070;
}

#finance:hover {
    color: #ff8200;
}

#climatechange:hover {
    color: #8fce00;
}

#back {
    color: #bcbcbc;
}

#back:hover {
    color: #8e8e8e;
}

/* Circular Menu */
.circular-menu {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.circle {
    width: 250px;
    height: 250px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-out;
}

.open.circle {
    opacity: 1;
    transform: scale(0.8);
}

.circle a {
    text-decoration: none;
    color: #1d1d1d;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
}

.circle a:hover {
    color: #8e8e8e;
}

.menu-button {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    text-decoration: none;
    text-align: center;
    color: #1d1d1d;
    border-radius: 60%;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 10px;
}

.menu-button:hover {
    color: #8e8e8e;
}
