@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.logo
{ 
    height: 50px; 
    padding-left: 9rem;
    font-size: 20px; 
    font-weight: bold;
    color: #828075; 
    text-decoration: none;
}

.logo:hover{
    color: white;
}

.p3
{
    padding-right: 3rem;
}

.icon
{
    float: right;
    font-weight: bold;
    color: #828075; 
    text-decoration: none;
    padding-right: 2rem;
}

.icon:hover
{
    color: white;
}

.icon-text
{
    font-size: 1.10rem;
}

#banner_image
{
    padding-top: 75px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

#banner_content
{
    position: relative;
    padding-top: 6%;
    padding-bottom: 6%;
    margin-top: 12%;
    margin-bottom: 12%;
    background-color: rgba(0,0,0,0.7);
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
}

footer
{
    padding: 10px 0px;
    background-color: #101010;
    color: #9d9d9d;
    bottom: 0;
    width: 100%;
}

.right
{
    margin-left: 20rem;
}

.container-contact
{
    padding-left: 9vw;
    max-width: 80vw;
}

.bg-gray
{
    background-color: #cccac2;
}

.img-thumbnail
{
    height: 15rem!important;
    width: 30rem!important;
}