/***************************************
GENERAL
***************************************/

body {
    color: #292929;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.container {
		max-width: 1200px;
		margin: auto;
	}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
  text-decoration: none;
  color: #292929;
}

h1 {
    text-align: left;
    color: #fff;
    font-size: 50px;
}

h2 {
    text-align: left;
    color: #292929;
    font-size: 50px;
}

h3 {
    color: #fff;
    text-align: center;
    font-size: 23px;
}

p {
    font-size: 20px;
    line-height: 1.3em;
}

.imgtxt, .threecolumns {
    display: flex;
    flex-wrap: wrap;
}

.point {
    width: 28%;
    padding: 3% 2.666%;
}

.lefttxt {
    width: 60%;
}

#banner .lefttxt {
    padding-top: 50px;
}

.righttxt {
    width: 60%;
    text-align: right;
}

.righttxt h2 {
    text-align: right;
}

.leftimg {
    width: 25%;
    padding: 2% 5%;
}

.rightimg {
    width: 25%;
    padding: 5% 5%;
}

ul {
    list-style: none;
}



/***************************************
HEADER
***************************************/

header  {
    background-color: #fff;
}

#headercontainer {
    display: flex;
    justify-content: space-between;
}

#logo {
    height: 45px;
    padding: 15px 0 10px 0;
}


#btn {
    margin: 25px 0;
}

#button {
    color: #292929;
    font-size: 1em;
    border: solid 1px #292929;
    padding: 10px 30px;
    transition: all 0.1s ease 0s;
}

#button:hover {
    color: #888;
    border: solid 1px #888;
    transition: all 0.2s ease 0s;
}


/***************************************
BANNER
***************************************/

#banner {
    background-image: linear-gradient(#09629c, #2299a7);
    color: #fff;
    padding-top: 50px;
}

#starcontainer {
    background-image: url('../img/stars.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

#sky {
    margin-bottom: -5px
}

#sky_mobile {
    display: none;
}

.icon {
    text-align: center;
}

.icon img {
    width: 50px;
}


/***************************************
VISION
***************************************/


#vision {
    padding: 10px 0 50px 0;
}




/***************************************
SERVICES
***************************************/

#services {
    background-color: #167ea2;
    color: #fff;
    padding: 100px 0;
    background-image: url('../img/ptrn.png');
    background-size: 6px;
}


/***************************************
CONTACT
***************************************/

#skyline {
    margin: 0 10% -5px;
    width: 80%;
}

#skyline_mobile {
    display: none;
}

#contactimg {
    text-align: right;
    height: 60px;
}

#address {
    background-image: url('../img/location.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 5px left;
    padding-left: 40px;
}

#phone {
    background-image: url('../img/phone.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
    padding-left: 40px;
}

#email {
    background-image: url('../img/email.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    padding-left: 40px;
}



/***************************************
FOOTER
***************************************/

footer {
    background-color: #292929;
    text-align: center;
    padding: 10px;
}

footer p {
    color: #e0e1e0;
    font-size: 15px;
}

footer img {
    max-height: 30px;
}
