* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62,5% 
}

html, body {
    height: 100%;
}

@font-face {
    font-family: AlfaSlabOne-Regular;
    src: url(/fonts/AlfaSlabOne-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: RobotoCondensed-Light;
    src: url(/fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(/fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: Teko-Light;
    src: url(/fonts/Teko-Light.ttf);
    font-style: normal;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 194;
}

img {
    width: 30rem;
    height: 16rem;
    margin: 0rem;
    padding: 0rem;   
    object-fit: cover;
}

.website-title {
    font-family: AlfaSlabOne-Regular;
    font-size: 3.2rem;
    text-align: center;
    margin: 1.5rem;
    color: #83241f;
}

nav {
    margin: .6rem;
}

.stickyheader {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #5f1814;
    z-index: 194;
}

.logo-in-header {
    width: 4.1rem;
    height: auto;
    background: none;
    object-position: 1rem 0.15rem;
}

.logo-in-header:hover {
    width: 4.1rem;
    height: auto;
    background: none;
    object-position: 1rem 0.15rem;
    opacity: .65;
}

.your-logo-here-header {
    font-family: RobotoCondensed-Light;
    color: white;
    font-size: .7rem;
    margin-left: .95rem;
    margin-bottom: .3rem;
}

h5.choose-the-color-header {
    font-family: RobotoCondensed-Light;
    font-size: .7rem;
    width: 12rem;
    margin: .3rem;
    text-align: center;
    justify-content: center;
}

h5.choose-the-color-header a {
    text-decoration: none;
    color: #d4534c;
}

h5.choose-the-color-header a:hover {
    color: rgb(255, 255, 255);
}

.social-media-header {
    font-family: RobotoCondensed-Light;
    text-decoration: none;
    font-size: .8rem;
    margin: .6rem;
    text-align: center;
    justify-content: center;
}

h5.social-media-header a {
    font-size: 1.05rem;
    text-decoration: none;
    color: #d4534c;
}

h5.social-media-header a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}


ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul li {
    list-style: none;
    font-family: RobotoCondensed-Light;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    padding: 0.25rem .5rem;
}

ul li a {
    display: block;
    font-family: RobotoCondensed-Light;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    text-decoration: none;
}

ul li a:hover {
    display: block;
    font-family: RobotoCondensed-Light;
    color: #d4534c;
    font-size: 1.3rem;
    text-decoration: none;
}


.image-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.single-image {
    padding: 0rem .5rem 0.15rem 0rem;
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.single-image-first { 
    padding: 0rem .5rem 0.15rem 0rem;
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.margin-top-about-you-title{
    height: 6rem;
}

.about-you-title {
    font-family: RobotoCondensed-Bold;
    color: #83241f;
    font-size: 2rem;
    padding: 0rem 2rem;
    margin-top: 0rem;
    text-align: center;
}

section.about-you {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: top;
    padding: 1rem 1rem;
}

section.about-you p {
    font-family: RobotoCondensed-Light;
    font-size: 1.9rem;
    text-align: left;
    width: 26rem;
    margin: 2rem;   
}

.margin-top-about-your-clients-title{
    height: 6.2rem;
}

.your-clients-pictures-title {
    font-family: RobotoCondensed-Bold;
    color: #83241f;
    font-size: 2rem;
    padding: 0 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.margin-top-contact-form-title {
    height: 3.2rem;
}

.contact-form-title {
    font-family: RobotoCondensed-Bold;
    color: #83241f;
    font-size: 2rem;
    padding: 3rem 2rem;
    text-align: center;
}

.pictures {
    width: 15%;
    border: solid .15rem;
    margin: .1rem;       
}
 
input[type=text] select, textarea {
    width: 100%; /* Full width */
    padding: .8rem; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: .5rem; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 1rem; /* Add a top margin */
    margin-bottom: 1rem; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
  
input[type=submit] {
    background-color: #3baa41;
    color: white;
    text-align: center;
    padding: 1rem 1rem;
    margin: 1.5rem .3rem 0 .3rem;
    border: 1px solid rgb(40, 154, 18);
    border-radius: .5rem ;
    cursor: pointer;
    align-items: center;
}

label, input, textarea {
    width: 100%;
    font-family: RobotoCondensed-Light;
    font-size: 1.4rem;
    border-radius: .5rem;
    padding: .25rem .25rem;
    margin: .25rem
}

label{
      padding: 2rem 0 0 0;
}

input[type=submit]:hover {
    background-color: #45a049;
}
  
form {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: rgb(231, 231, 231);
    padding: 2rem;
    margin: 0 3.5rem;
} 

.margin-top-footer-your-address {
    height: 1rem;
}

footer {
    background-color: #5f1814;

}

.footer-logo-and-social {
    font-family: RobotoCondensed-Light;
    font-size: 1.3rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-top: 3rem;
}

.logo-address-phone {
    display: flex;
    align-items: center;
}

.logo-in-footer {
    width: 9.5rem;
    height: auto;
    background: none;
    object-position: .6rem .2rem;
    overflow: hidden;
}

.logo-in-footer:hover {
    width: 9.5rem;
    height: auto;
    background: none;
    object-position: .6rem .2rem;
    overflow: hidden;
    opacity: .65;
} 

.your-logo-here-footer {
    font-family: RobotoCondensed-Light;
    color: white;
    font-size: 1.05rem;
    padding: 0rem 0rem .2rem 2rem;
}

.addressphone {
    padding: 2.5rem 4rem 0 0;
}

div.addressphone ul {
    display: block;
}

div.addressphone ul li{
    font-size: 1.1rem;
}

.nav-footer {
    font-size: 1.3rem;
    padding-top: 1.34rem;;
 }

 div.nav-footer ul li a {
    font-size: .95rem;
    color:  #a5413c;
 }

 div.nav-footer ul li a:hover {
    color: rgb(255, 255, 255);
 }

 div.nav-footer ul {
    display: block;
    margin: 1.5rem;
 }

 .follow-us-footer {
    display: block;
    margin: 1rem;
    /*object-position: 3rem 0rem;*/
    padding-top: 1.9rem;
 }

 .follow-us-footer h5{
    font-size : .95rem;
    margin: .3rem;
    padding-left: 1rem;
 }

 div.follow-us-footer h5 a {
     text-decoration: none;
     color: white;
 }

 div.follow-us-footer h5 a:hover {
    text-decoration: none;
    color:  #a5413c;
}

 .allsocialmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: .5rem 3.5rem 1rem 1rem;
 }
 
 .social-logo-in-footer {
    width: 2.8rem;
    height: auto;
    margin: .4rem;
    filter: grayscale(100%);
    opacity: 1;
}

.social-logo-in-footer:hover {
    width: 2.8rem;
    height: auto;
    margin: .4rem;
    filter: grayscale(0%);
    opacity: 1;
}

#twitter {
    filter: brightness(58%) grayscale(100%);
}   

#twitter:hover {
    filter: brightness(100%) grayscale(0%);
}

 #facebook {
    width: 2.4rem;
    height: auto;
    padding-left: .15rem;
    filter: contrast(120%) grayscale(100%);
 }

 #facebook:hover {
    width: 2.4rem;
    height: auto;
    padding-left: .15rem;
    filter: contrast(110%) grayscale(0%);
 }

 #linkedin {
    width: 1.9rem;
    height: auto; 
    padding-top: .37rem;
    margin: .62rem;
    filter: contrast(435%) grayscale(100%);
 }

 #linkedin:hover {
    width: 1.9rem;
    height: auto; 
    padding-top: .37rem;
    margin: .62rem;
    filter: contrast(120%) grayscale(0%);
 }

footer h6 a {
    font-family: RobotoCondensed-Light;
    text-decoration: none;
    font-size: .8rem;
    color: white; /* #a5413c;*/
    display: block;
    margin: 1rem 0 0 0;
    padding: .3rem;
    text-align: center;
    opacity: 1;
}

footer h6 a:hover {
    text-decoration: none;
    color: #a5413c; /* #a5413c;*/
}



