﻿

.button-group a {
     background-color:transparent;
     color:#000;
}

.button-group a:focus,
.button-group a:hover {
     background-color:transparent;
     color:#ff9c00;
}

.button {
    font-family:"Raleway",Helvetica,Arial,sans-serif;
    margin: 0.8em 0 0 0;
}

.namelogo {
     background-image: url('../images/logoH.jpg');
     height:70px;
     width:260px;
}

.banner {
    background-color: #6ba5ec;
    height:80%;
    background-image: url('../images/logo.jpg');
}

.banner .intro {
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

.banner h1 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    text-align: center; 
    font-family: "Shadows Into Light",cursive;
}

.banner p {
    color: #000;
    line-height: 1.75em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 2rem; 
 }

.banner .tech-img {
    background: url('../images/cc2.png') no-repeat center center;
    background-size:cover;
    height: 9rem;
    width: 9rem;
    border-radius:150px;
    display: block;
    margin: 0 auto; 
}

@media only screen and (min-width: 40.063em) 
{

    .banner .tech-img {
        height: 18rem;
        width: 18rem; 
    }

    .banner h1 {
        color: #fff;
        padding-top: 4.5rem;
        text-align: right;
        font-size: 3rem; 
    }

    .banner p {
        text-align: right;
    } 

}



.features {
  text-align: center; 
}

.features hr {
    width: 30%;
    margin: 1rem auto; 
}

.features .round-icon 
{
    background-color: #E87E04;
    border-radius: 50%;
    display: table;
    height: 180px;
    margin: 0px auto 1rem;
    width: 180px;
    font-size: 5rem;
}

.features .round-icon span 
{
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

.features h5 {
    color:#000;
}

.features p {
    color:#505050;
}

@media only screen and (max-width: 50em) 
{
    .features .columns {
        margin-bottom: 8rem; 
    } 
}

h2.header {
    color:#000;
    border-left:solid 10px #ff9c00;
    padding-left:10px;
}

.about .round-icon 
{
    background-color: #000;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0px auto 1rem;
    width: 80px;
    font-size: 3rem;
}

.about .round-icon span 
{
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}


.sec_about{
    margin:50px 0 50px 0;
}

.sec_prod {
    background-color:#eaeaea;
    padding:50px 0 50px 0;
}

.sec_cont {
     background-color:#fff;
     margin:50px 0 50px 0;
}

*{
	font-family: Verdana, Arial, Helvetica;color:#182736;
}

.footer
{
	background-color:#c0c0c0;
	height:500px;
    padding:20px 0;
}

.contact-num  i {
    background-color: #6ba5ec;
    border-radius: 50%;
    font-size:2em;
    padding:2px 8px 2px 8px;
    color:#fff;
}

.contact-num a {
   color:#000;
}


.contact-num ul li i {
       background-color: #6ba5ec;
    border-radius: 50%;
    font-size:5em;
     padding:2px 8px 2px 8px;
      color:#fff;
}


