@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
}

.container {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
}

.scroll .nav {
    background-color: rgba(0,0,0,1.00);
}
.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    z-index: 100000;
    transition: all 0.2s;
    background-color: rgba(0,0,0,0);
}
.nav ul {
    float: right;
    list-style: none;
}
.nav ul li {
    float: left;
}
.nav ul li a {
    display: block;    
    padding: 20px 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Michroma', sans-serif;
    font-size: 14px;
}



.header {
    background-color: #000;
    background-image: url("../images/header.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    text-align: center;
}

.header span {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #a83f1e;
    font-weight: 500;
    position: absolute;
    top: 25vh;
    left: 0px;
    width: 100%;
}

.header strong {
    font-family: 'Michroma', sans-serif;
    font-size: 42px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 30vh;
    left: 0px;
    width: 100%;
}

.header p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 40vh;
    left: 0px;
    width: 100%;
}

.services {
    padding: 80px 0;
}
.services h1 {
    font-family: 'Michroma', sans-serif;
    font-size: 38px;
    text-align: center;
    color: #a83f1e;
    margin: 0px 0px 40px 0px;
}
.services ul {
    list-style: none;
    text-align: center;
}
.services ul li {
    background-color: #efefef;
    margin: 0px 20px;
    width: calc(33% - 80px);
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px;
    height: 200px;
}
.services ul li i {
    text-align: center;
    font-size: 42px;
    color: #a83f1e;
    display: block;
}
.services ul li strong {
    font-family: 'Michroma', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: block;
	height: 55px;
    margin: 15px 0px;
}
.services ul li p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
    display: block;
    margin: 0px;
}
.w100 {
	width:80%;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin: 0px auto 30px auto;
}
.left {
	float: left;
	width: 48%;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.right {
	float: right;
	width: 48%;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.overflow {
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}
.c2a {
    padding: 80px 0px;
    background-color: #a83f1e;
    overflow: hidden;
}
.c2a strong {
    font-family: 'Michroma', sans-serif;
    text-align: left;
    font-size: 24px;
    line-height: 44px;
    font-weight: normal;
    color: #fff;
    margin: 20px 0px;
    display: inline-block;
}
.c2a a {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background-color: #31982e;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    float: right;
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
    width: 160px;
}
.c2a a:first-child {
    margin: 0px;
}

.logos {
    padding: 60px 0px;
    background-color: #fff;
    overflow: hidden;
}
.logos .container {
	height: 60px;
	overflow: hidden;
}
.logos ul {
	width: 5000px;
    list-style: none;
    text-align: center;
}
.logos ul li {
    float:left;
    width: 196px;
    vertical-align: top;
}

.footer {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 20px 0px;
    background-color: #efefef;
    overflow: hidden;
}
.footer a {
    color: #000;
    text-decoration: none;
}

    

@media only screen and (max-width: 900px) {
    .container {
        width: calc(100% - 40px);
    }
    .nav {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
    }
    .nav ul {    
        display: none;
    }
    
    .header span {
        font-size: 20px;
        top: 20vh;
    }

    .header strong {
        font-size: 28px;
        width: calc(100% - 40px);
        margin: 0px 20px;
        top: 25vh;
    }

    .header p {
        font-size: 18px;
        top: 40vh;
    }
    .services {
        padding: 40px 0;
    }
    .services h1 {
        font-size: 30px;
    }   
    .services ul li {
        margin: 0px 20px 20px 20px;
        width: calc(100% - 80px);
        padding: 30px 20px;
        height: auto;
    }

    
    .c2a {
        padding: 20px 0px 50px 0px;
    }
    .c2a strong {
        font-size: 20px;
        text-align: center;
    }
    .c2a a {
        float: none;
        display: block;
        margin: 20px auto 0px auto;
        width: 160px;
    }
    
    .logos ul li {
        width: calc(49% - 40px);
        max-width: 200px;
        margin: 20px;
    }
	
	.logos .container {
		overflow: hidden;
		height: auto;
	}
	.logos ul {
		width: auto;
	}
	.logos ul li {
		float: none;
		display: inline-block;
	}
 	.logos ul img  {   
		max-width: 95%;
	}
    .footer {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        padding: 20px 0px;
        text-align: center;
        background-color: #efefef;
        overflow: hidden;
    }
	.w100 {
		width:90%;
	}

	.left, .right {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
    
}
