html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Arimo', sans-serif;
}

/*nav*/
.navbar{
    background-color: #cf6766;
    border-bottom: #ffffff 2px solid;
}

/*head*/
header.masthead{
    height: 100vh;
    background-image: linear-gradient(90deg, rgba(245,245,245,0.6474964985994398) 0%, rgba(94,94,94,0.5970763305322129) 0%, rgba(94,94,94,0.6) 0%, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0.804359243697479) 100%), url("../assets/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header.masthead h1{
    font-weight: 700;
}

iframe{
    /*width: 500px;
    height: 281px;*/
    box-shadow: 3px 1px 12px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: 3px 1px 12px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: 3px 1px 12px 2px rgba(255,255,255,0.4);
}

hr{
    background-color: #cf6766;
    opacity: .6
}

/*reviews*/
#reviews{
    background-color: #f0f0f0;
}

.review-bg{
    background-color: #ffd9a0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.subtitle{
    color: #4f4f4f;
    font-size: 1.1rem;
}

.review-header{
    font-size: 1.2rem;
    font-weight: 700;
}

.text-collapse {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  
  .text-collapse:hover {
    -webkit-line-clamp: unset;
    cursor: default;
  }

/*footer*/
footer{
    background-color: #cf6766;
}

footer svg{
    width: 30px;
    height: 30px;
}

footer p{
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 600;
    color: #fefefe;
    font-weight: 300;
}

footer a{
    text-decoration: none; 
    color: #fefefe; 
    font-weight: 700;
}

footer a:hover{
    text-decoration: none; 
    color: #fefefe; 
}

.numdesk{
    display: inline;
}

@media (min-width: 280px){
    iframe{
        width: 280px;
        height: 158px;
    }

    .text-collapse {
        overflow: visible;
        display: block;
      }
      
      .text-collapse:hover {
        cursor: default;
      }
}

@media (min-width: 576px){
    iframe{
        width: 340px;
        height: 191px;
    }
}

@media (min-width: 768px){
    iframe{
        width: 500px;
        height: 281px;
    }
}

@media (min-width: 992px){
    iframe{
        width: 500px;
        height: 281px;
    }

    .text-collapse {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
      }
      
      .text-collapse:hover {
        -webkit-line-clamp: unset;
        cursor: default;
      }
}