h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    font-size: 22px;
    text-align: center;
    color: white;
}

h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    letter-spacing: -30px;
    color: rgba(0,0,0,.5);
    font-size: 16rem;
    line-height: 80%;
    padding: 5px;
    text-align: center;
}

h3 {
    font-family: 'Fira Sans', sans-serif;
    color: grey;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 7px;
}

h4 {
    font-family: 'Fira Sans', sans-serif;
    color: gray;
    font-size: 20px;
    text-align: left;
}

h5 {
    font-family: 'Fira Sans', sans-serif;
    color:gray;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

h6 {
    font-family: 'Fira Sans', sans-serif;
    color:gray;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    color: grey;
}

.awards a {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    color: grey;
    text-align: center;
}

a {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: grey;
    text-align: center;
}

hr {
    margin: 1rem 0;
}

.contact .row {
    text-align: left;
    position: relative;
}

.frontimg a {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    color: white;
}

.frontimg {
    background-image: url(../img/tavid_gold_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;

    /* parallax */
    background-attachment: fixed;

    text-align: center;
    color: white;
    position: relative;
    height: 100vh;
}

@media (max-width: 1026px) {
    .frontimg {
        background-attachment: scroll !important;
    }
}

.frontimg .row {
    align-items: flex-end;
    text-align: center;
    position: absolute !important;
    bottom: 0%;
    right: 5%;
    left: 5%;
}

.frontimg h1 {
    color: white;
    text-align: center;
}

.frontimg .shadow h2 {
    color: white;
    padding-bottom: 9px;
}

.nav-item {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 24px;
    padding: 0 20px;
    margin: -10px;
    /* color: #505c70; */
}

.nav-link {
    padding: 4px 1rem;
}

.line-invers {
    background-color: rgb(255, 210, 0);
}

.navbar {
    padding: 0.5rem 0; 
}

.navbar-toggler {
    width: 50px;
    height: 35px;
    margin: -10px 0 -6px 0;
    background-color: rgb(255, 210, 0);
    border: none;
}

.arrow i {
    font-size: 4rem;
    color: rgb(255, 210, 0);
}

.who .title {
    padding: 80px 0;
    width: 60%;
    margin: 0 auto;
}

.awards,
.gdesign {
    /* height: 400px; */
    text-align: center;
    background-color: white;
    padding-top: 100px;
    padding-bottom: 10px;
}

.food,
.video {
    /* height: 400px; */
    text-align: center;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 10px;
}

.awards .title,
.food .title,
.gdesign .title {
    color: white !important;
}

.awards .item,
.food .item,
.gdesign .item {
    position: relative;
    cursor: pointer;
}

.awards .desc,
.food .desc,
.gdesign .desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    color: #fff;
}

.awards .desc ul,
.food .desc ul,
.gdesign .desc ul {
    padding-left: 0;
}

.awards h3,
.food h3,
.gdesign h3,
.video h3 {
    color: gray;
}

.awards i,
.food i,
.gdesign i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    padding-right: 0;
    padding-left: 0;
}

.awards .owl-prev,
.awards .owl-next,
.food .owl-prev,
.food .owl-next,
.gdesign .owl-prev,
.gdesign .owl-next  {
    position: absolute;
}

.awards .owl-prev,
.food .owl-prev,
.gdesign .owl-prev {
    left: -25px;
    top: 0;
    /* bottom: 0; */
}

.awards .owl-next,
.food .owl-next,
.gdesign .owl-next {
    right: -25px;
    top: 0;
    /* bottom: 0; */
}

.awards .owl-nav i,
.food .owl-nav i,
.gdesign .owl-nav i {
    background-color: rgba(255, 215, 0, 1);
    padding-top: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: rgba(0,0,0,.5);
    /* margin: 0 -50 !important; */
}

.awards .owl-nav .owl-prev:hover,
.awards .owl-nav .owl-next:hover,
.food .owl-nav .owl-prev:hover,
.food .owl-nav .owl-next:hover,
.gdesign .owl-nav .owl-prev:hover,
.gdesign .owl-nav .owl-next:hover {
    background: transparent !important;
}

.awards .owl-nav button:focus,
.food .owl-nav button:focus,
.gdesign .owl-nav button:focus {
    outline: 0 !important;
}

.contact {
    padding-top: 100px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding-left: 10%;
    padding-right: 10%;    
}

.contact a {
    font-size: 1rem;
}

.contact .row {
    text-align: left;
    position: relative;
}

.contact .title {
    padding-right: 0;
    padding-left: 0;
}

.video .box a {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
}

.video .box p {
    text-align: left;
    margin-bottom: 0;
}

.video .frame {
    margin-bottom: 6px;
}

.video .box {
    margin-bottom: 20px;
}



/* Horisontal list */
.footer a {
    color: grey !important;
    font-size: 24px;
    display: inline-block;
    padding-left: 20px;
    /* margin-top: 40px;
    margin-bottom: 1rem; */
}

.footer {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;  
    background-color: white;
    padding-left: 10%;
    padding-right: 10%;  
}

.footer .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    max-width: 1600px !important;
}

.footer .copywrite {
    margin-bottom: 1rem !important;
}

.footer .social {
    text-align: right;

}

.svg-inline--fa {
    width: 68px;
    height: 60px;
    position: fixed;
    bottom: 33px;
    left: 47%;
    right: 53%;
    opacity: 1;
    z-index: 600;
    cursor: pointer;
}

#myBtn {
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out 0.2s;
    -o-transition: all .5s ease-in-out 0.2s;
    transition: all .5s ease-in-out 0.2s;
}


@media (max-width: 992px)
{
    h2 {
        font-size: 6rem;
        letter-spacing: -8px;
        bottom: 2%;
        padding: 7px;
    }
}
