
@font-face {
    font-family: HelveticaNeueLTStd-Th;
    src: url("{{ public_path('fonts/HelveticaNeueLTStd-Th.tff') }}");
}

body{
    font-family: HelveticaNeueLTStd-Th;
}

nav{
    background: #FD4F00;
}

.main{
    background: url("../images/background_main.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 35px;
}

.contact{
    background: url("../images/background_contact.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 22px;
}

textarea, input{
    background: transparent;
    width: 100%;
    color: #ffffff;
}

h1{
    margin-bottom: 12px !important;
}
.contact span{
    width: 50px;
}

.btn-custom{
    background: repeating-linear-gradient(
      135deg,
      #696969,
      #0f0f0f77 1px
    );
    color: #ffffff;
}

footer{
    background: repeating-linear-gradient(
      135deg,
      #000000,
      #0f0f0f 1px
    );
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 22px;
}

footer img{
    max-width: 250px;
}
