body {
    background: #393939
}

#header {
    background: rgb(255,120,0);
    background: rgb(255,120,0);
    background: url(../../images/otkup-vozila-pozadina.webp), linear-gradient(180deg, rgba(255,120,0,1) 30%, rgb(45 21 0) 100%);
    box-shadow: 0px 0px 50px #000;
    text-align: center;
	background-size: cover!important;
}

#header h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 1.35em;
    margin: 0;
}

h1 strong {
    margin-bottom: 30px;
}

#main {
    background: url(../../images/otkup-vozila-pozadina2.webp), linear-gradient(180deg, rgb(0, 0, 0) 30%, rgb(139, 65, 0) 100%);
    background-size: contain;
 background-repeat: no-repeat;
}

.image.avatar img {
    border-radius: 0.35em;
    width: 180px;
    height: 180px;
    margin: 0 auto 70px;
    position: relative;
    opacity: 0.6;
}

#header .image.avatar {
    width: 100%;
}

header.major h2 {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
}

h2 {

    color: #fff;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    border-color: rgba(255,120,0,1);
    color: rgba(255,120,0,1) !important;
}

.work-item h3 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

a:hover {
    color: rgb(255,120,0) !important;
    text-decoration: none!important;
}

#main {
    padding: 8em 4em 4em 4em;
    max-width: 100%;
}


#main > section {
    border-top: solid 0px #efefef;
}

a.button {
    font-weight: 600;
    color: #ffffff!important;
    letter-spacing: 2px;
}

ul.labeled-icons li a {
    color: inherit;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
}


.icon.solid:before {
    font-weight: 900;
    font-weight: 600;
    font-size: 10em;
    margin: 80px auto;
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff52;
}

.icon.solid.fa-phone::before, .icon.solid.fa-envelope::before {
    margin: 0!important;
    font-size: 1em!important;
}


section#three {
    background: #0000004a;
    padding: 42px;
    border-radius: 12px;
    border: 4px solid;
    box-shadow: inset 0 0 10px #000;
}


.work-item p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
}

.tel-mail {
	font-size: 2em
}

@media screen and (max-width: 670px) {
#main {
    padding: 8em 2em 4em 2em;
}

section#three {
    padding: 16px;
}

.icon > .label {
    display: none;
}
ul.labeled-icons li a {
    letter-spacing: 1px;
    font-size: 24px;
}
.tel-mail {
	font-size: 1em
}
}

