@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* Customizable CSS */


body{

  font-family: 'Montserrat', sans-serif;
}

.backg-img {
    background-image: url("/data/nevlore.al/media/thumbs/1000x0/vlora.jpg");
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8%;
}
.logo img {
    max-width: 200px;
}
.logo {
    text-align: center;
    padding: 15px 0;
}
.contact-line {
   background-color: rgba(31, 30, 30, 0.81);
    color: white;
    text-align: center;
    padding: 40px 10px; 
}
.padding-button {
    padding: 15px;
}
.under-button {
    padding: 17px;
    background-color: #af0700;
    color: white;
    border-radius: initial;
    font-size: 16px;
    text-transform: uppercase;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #b60900;
    text-decoration: none;
    background-color: white;
}
.kontaktoni-margin {
    font-size: 21px;
    margin: 10px 0;
}
.under-text-background .under-text {
    text-transform: uppercase;
    font-family: 'Average Sans', sans-serif;
    font-size: 36px;
}
.under-text-background h3 {
   padding-bottom: 20px; 
   font-size: 20px;
   font-family: 'Average Sans', sans-serif !important
}
.under-text-background {
    display: inline-block;
}
 .under-phrase {
   line-height: 28px; 
}
.contact-us-mobile {
    font-family: 'Average Sans', sans-serif !important;
    font-size: 19px;
    margin: 10px;
    padding: 10px; 
}
#footer {
    background-color: #2d2c2c;
    color: white;
    padding: 18px; 
}
a {
   color:  #b60900;
}
a:focus, a:hover {
   color:  #ffffff;
}
.space-bottom {
  padding: 10px;  
}
