/*
Theme Name: Giulio Iannotta
Theme URI: https://www.giulioiannotta.it
Version: 1.0.0
Template: hamilton
*/

/* STILI */

body {
    background: #fff;
    border: none;
    color: #000;
    font-family: 'Inter', sans-serif !important;
    font-size: 20px;
    cursor: grabbing;
}

.text-center {
    text-align: center
}

.text-bg {
   background-color: black;
color: white;
    padding-top: 3px;
    padding-bottom:3px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: black !important;
    border: solid 3px;
    border-radius: 50px;

}

.button-bg {
    background-color: black;
    color: black;
    padding-top: 3px;
    padding-bottom:3px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: black;
    border: solid 3px;
    border-radius: 40px;
    text-decoration: none;
}

.home-link {
	background-color: black !important;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 30px;
}


.footer {

    bottom: 0;
    width: 100%;
    position: fixed;
}


.disclaimer {
    padding: 5px;
    display: none;
    font-size: 15px;
}

h5 {
    font-family: 'Inter', sans-serif !important;
    color: black !important;
}

h5:link {
	color: white !important;
}

h5:hover + span {
    display: flex;
}


a {
    font-size: 20px;
 color: white !important;
}

a:link {
    color: white !important;
    background-color: transparent;
}

a:hover {
    color: purple !important;
    background-color: transparent;
}


.row-full {
    width: 100vw;
}

.header {
    top: 0;
    position: fixed;
}

.center {

    position: absolute;


    left: 50%;


    top: 50%;


    transform: translate(-50%, -50%);



    padding: 10px;

}



.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* HOME */

.eye {
    margin: auto
}

.pupil {
    position: relative;
}

button {
    border-radius: 30px !important;
}

button:hover span {
    display: none;
}

button:hover:before {
    content: "Soon"
}


#project-1 {
    text-align: right;
    display: block;
}

#project-2 {
    display: none;
    position: absolute;
    text-align: right;
}




svg {
width: 50%;
}