
textarea, input, button, *, *:focus {
    outline: none !important;
}

html {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    background: #FFF;
    text-align: left;
    margin: auto;
    font-weight: 400;
    font-size: 18px !important;
    color: #000000;
    height: 100%;
    overflow-x: hidden;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

img {
    display: inline-block;
    width: 100% \ 9;
    max-width: 100%;
    height: auto;
}

header {
    padding: 0 0 32px 0;
}

.lang{
    padding-bottom: 32px;
}

.lang a{
    width: 24px;
    height: 24px;
    background: #dedede;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 8px;
}

.lang a.active{
    background: #04adef;
}

.logo {
    max-height: 110px;
}

.navContainer {
}

nav {
    display: flex;
    justify-content: flex-end
}

nav a {
    text-decoration: none;
    font-weight: bold;
    margin-left: 18px;
    font-family: 'Raleway', sans-serif;
}

.hero {
    height: calc(100vh - 144px);
    width: 100%;
    object-fit: cover
}

.title {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin: 2rem;
}

.practiceName {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    background: #cacaca;
    text-align: center;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;
}

.contactInfo {
    position: relative;
    padding-left:64px;
}

.contactInfo:before {
    position: absolute;
    left: 32px;
    top: 10%;
    width: 2px;
    height: 70%;
    content: '';
    background: #dedede;
}

.contactLine {
    margin-top: 32px;
    padding: 0 24px;
}

.contactLine span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 768px){
    .logo{
        max-height: 170px;
    }

    nav {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }
    nav a {
        text-decoration: none;
        font-weight: bold;
        margin-left: 0;
        font-family: 'Raleway', sans-serif;
    }

    .hero {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .contactInfo {
        position: relative;
        padding-left: 0;
        margin-bottom: 32px;
    }
    .contactInfo:before {
        position: unset;
        left: unset;
        top: unset;
        width: unset;
        height: unset;
        content: unset;
        background: unset;
    }
}
