@import url("../fonts/font.css");
@import url("../fonts/font.css");
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #248dcd;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #1d71a4;
  color: #fff;
}
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #248dcd;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #248dcd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(32, 126, 183, 0.7);
  outline: none;
}
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #248dcd;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #1b6a9a;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

.testo, html, body {
  font-family: 'Franklin Gothic Book';
  font-weight: 400;
}

.titoli, #info p span, #lavori h1, #lavori h4 {
  font-family: "Franklin Gothic Medium";
  font-weight: 400;
}

/* Gestione immagini di background */
/* USO :   @include background-image('pattern'); */
html, body {
  -webkit-overflow-scrolling: touch;
}

a {
  color: #000;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

#animation_container_logo {
  position: relative;
  left: -10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#info {
  text-transform: uppercase;
}
#info p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#info p span {
  margin-right: 20px;
}
#info p#mail {
  margin-top: 20px;
}
#info p#mail a:hover {
  color: #fff;
  background-color: #000;
}
#info p#social {
  margin-top: 20px;
}
#info p#social a:hover {
  color: #fff;
  background-color: #000;
}

#lavori {
  margin-top: 50px;
}
#lavori a {
  background-color: #000;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
#lavori a:hover {
  color: #000;
  background-color: #fff;
}
#lavori ul li {
  text-transform: uppercase;
}
#lavori h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}
#lavori h4 {
  margin-top: 5px;
  text-transform: uppercase;
}
@media (min-width: 620px) {
  #lavori #lab {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    text-align: right;
  }
}
#lavori #prj {
  margin-top: 100px;
}
@media (min-width: 620px) {
  #lavori #prj {
    margin-top: 0px;
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}

#wip {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.6em;
  text-align: center;
}
#wip .giallo {
  font-weight: 700;
}

#social2 {
  text-align: center;
  margin-top: 150px;
}
#social2 a {
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  vertical-align: middle;
}

#email {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
}
#email a {
  background-color: #000;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3em;
  padding-top: 5px;
  padding-bottom: 5px;
}

footer {
  margin-top: 75px;
  padding-top: 75px;
  margin-bottom: 50px;
  text-transform: uppercase;
  border-top: dotted 1px #000;
}
