body {
    font-family: 'Source Sans Pro', sans-serif;

}
.full-screen {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding-bottom: 40px;

}
.xlaw-intro {
    text-align: center;
    padding: 20px 0px;
}

.outer-container {
    display: flex;
    justify-content: space-around;
    max-width: 800px;
}

.left-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin-top: 50px;
}
.pc-ios-andr {
    max-width:100%;
}
.right-container {
    padding: 0 10px;
}
.pc-ios-andr {

}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
}
.xlaw-logo {
    max-height: 100px;
    padding-right: 20px;
}
.xlaw-name {
    font-size: 70px;
}

.intro-text {
    padding-top: 50px;
    max-width: 750px;
}
.features li {
    margin-bottom: 8px;
}

.hr {
    height: 100%;
    color: blue;
}

.app-container {
    display: flex;
    flex-direction: column;
}
.browser-extensions {
    display: flex;
    justify-content: center;
}
.app-downloads {
    display: flex;
    justify-content: center;
}

.app-container img{
    height: 40px;
    padding: 0 5px;
}
.plugin {
    background: black;
    color: white;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 40px;
}

@media (max-width: 1000px) {
    .left-container {
        display: none;
    }
    .middle-line {
        display: none;
    }
    .bottom-container {
        flex-direction: column;
    }

}

@media (max-width: 600px) {
    .xlaw-logo {
        max-width: 200px;
        margin-right: 10px;
    }
    .xlaw-name {
        font-size: 40px;
    }
}

.bp {
    bottom: 5px;
    font-size: 75%;
    margin: 0 auto;
    width:282px;
    text-align: center;
}

.download-container {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.extendlaw-reference {
	float: right;
	margin-right: -30px;
}

.lang-container {
    float: right;
    margin-top: -90px;
}

.add-to-chrome-ff {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.add-to-chrome-ff-button {
    padding: 15px 20px;
    background: #2678be;
    font-weight: 600;
    color: white;
    cursor: pointer;

}

.add-to-chrome-ff-button:hover {
    background: #668eb0;
}