﻿body {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    background:none;
}

html {
    background: url(../companies_home_twisted-min.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title {
    /*margin-top: 12%;*/
    text-align: center;
    width: 100%;
}

h1 {
    color: white;
    font-family: 'Poppins';
    margin-top: 3%;
    font-size: 2.2em;
    display: block;
    text-align: center;
}

p {
    color: #333;
    font-size: 1.0em;
    font-family: 'Poppins';
    margin-bottom: 5px;
    text-align: center;
}

.error > h1 {
    font-size: 2.5em;
    line-height: 0em;
}


a {
    color: #333;
    font-size: 1.0em;
    font-family: sans-serif;
    text-decoration: underline;
    text-align: center;
    display: block;
}

h2 {
    color: #333;
    font-size: 1.6em;
    font-family: sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.webBoxRow {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 7%;
}

.webBox {
    /*height: 5%;*/
    background-color: rgba(255, 255, 255, 0.9);
    /*width: 28%;*/
    margin-left: 1%;
    padding: 30px;
    /* display: block; */
    /* float: left; */
    margin-top: 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%;
}

.logo {
    height: 65px;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 50px;
}

@media (min-width: 992px) {

    .col-lg-4 {
        max-width: 32%;
    }

    /*.webBox {
        min-height: 210px;
    }*/
   
}

@media (min-width: 1024px) {

	.onecare{
		max-width:85vw !important;
	}
	
	.webBox {
    max-width: 24% !important;
	}
   
}

@media (max-width: 767px) {

	.logo {
    height: 35px !important;
	}
	
	.webBox:nth-child(5){
		margin-bottom:15vh;
	}
}

@media (max-width: 480px) {

    .webBox {
        flex: 0 0 100%;
        min-width: 90%;
    }
    .outer {
        margin: 30px 0px 30px 0px;
    }

    h1 {
        font-size: 1.6em;
        margin: 30px 0px 30px 0px;
    }

    .logo {
    height: 55px;
}

}

    .outer {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .middle {
        display: table-cell;
        vertical-align: middle;
    }

    .inner {
        margin-left: auto;
        margin-right: auto;
        /*width: 400px;*/
    }
