body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
    background: #f9fcf7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
    margin: 0px;
    font-family: Arial;
}

.container {
    width: 1048px;
    margin: auto;
    padding-top: 5px;
}


#logo {
    background: url('../images/webLogo.png');
    width: 1048px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}


#wrapper {
    margin: auto;
    width: 1048px;
    margin-top: 50px;
}

#footer a {
    color: #FFFFFF;
}

a {
    color: #404040;
}

ul {
    margin: auto;
    padding: 0px;
    margin-top: 100px;
    text-align: center;
    width: 800px;
}

#text {
    width: 800px;
    margin: auto;
}

h1 {
    width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

li .logo {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

li .text {
    padding: 10px;
    padding-left: 10px;
}

li .logo svg {

}

li .logo .feather-facebook {
    color: #FFFFFF;
    margin: 7px;
}

li .logo .feather-phone {
    color: #FFFFFF;
    margin: 7px 8px;
}

li .logo .feather-smartphone {
    color: #FFFFFF;
    margin: 7px 8px;
}

li .logo.fb {
    background: #375897;
}

li .logo.ml {
    background: #3c3f41;
}

li .logo.ph {
    background: #0994c8;
}

li .logo.sp {
    background: #ff0000;
}


li .logo .feather-mail {
    margin: 7px 8px;
    color: #FFFFFF;
}

li div {
    float: left;
}

.cb {
    clear: both;
}

#footer {
    margin-top: 30px;
    border-top: 1px solid #35405a;
    padding-top: 30px;
    font-size: 12px;
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background-color: #232323;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */


    #logo {
        background: url('../images/webLogo.png');
        width: 700px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #wrapper {
        width: 700px;
    }

    .container {
        width: 700px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* Styles */

    #logo {
        background: url('../images/webLogo.png');
        width: 1048px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */

    #logo {
        background: url('../images/webLogo.png');
        width: 1048px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    #logo {
        background: url('../images/webLogo.png');
        width: 600px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 15px;
    }

    #wrapper {
        margin-top: 20px;
        width: 700px;
        font-size: 13px;
    }

    .container {
        width: 700px;
    }

    ul {
        margin-top: 10px;
        width: 700px;
    }

    #text {
        width: 700px;
        margin: auto;
    }

    h1 {
        width: 700px;
        margin: auto;
        margin-bottom: 20px;
    }


}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    #logo {
        background: url('../images/webLogo.png');
        width: 700px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 25px;
    }

    #wrapper {
        width: 700px;
    }

    .container {
        width: 700px;
    }

}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    #logo {
        background: url('../images/webLogo.png');
        width: 600px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 15px;
    }

    #wrapper {
        margin-top: 20px;
        width: 700px;
        font-size: 13px;
    }

    .container {
        width: 700px;
    }

    ul {
        margin-top: 10px;
        width: 700px;
    }

    #text {
        width: 700px;
        margin: auto;
    }

    h1 {
        width: 700px;
        margin: auto;
        margin-bottom: 20px;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    /* Styles */

    #logo {
        background: url('../images/webLogo.png');
        width: 700px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 25px;
    }

    #wrapper {
        width: 700px;
    }

    .container {
        width: 700px;
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* PIXEL ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.77) and (orientation:landscape) {
    #logo {
        background: url('../images/webLogo.png');
        width: 600px;
        height: 125px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 15px;
    }

    #wrapper {
        margin-top: 20px;
        width: 700px;
        font-size: 16px;
    }

    .container {
        width: 700px;
    }

    ul {
        margin-top: 10px;
        width: 700px;
    }

    #text {
        width: 700px;
        margin: auto;
    }

    h1 {
        width: 700px;
        margin: auto;
        margin-bottom: 20px;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.77) and (orientation:portrait) {
    #logo {
        background: url('../images/webLogo.png');
        width: 700px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 25px;
    }

    #wrapper {
        width: 700px;
        font-size: 23px;
    }

    .container {
        width: 700px;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */


    #logo {
        background: url('../images/webLogo.png');
        width: 600px;
        height: 125px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 15px;
    }

    #wrapper {
        margin-top: 20px;
        width: 700px;
        font-size: 14px;
    }

    .container {
        width: 700px;
    }

    ul {
        margin-top: 10px;
        width: 700px;
    }

    #text {
        width: 700px;
        margin: auto;
    }

    h1 {
        width: 700px;
        margin: auto;
        margin-bottom: 20px;
        font-size: 22px;
    }

}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */


    #logo {
        background: url('../images/webLogo.png');
        width: 700px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a {
        font-size: 25px;
    }

    #wrapper {
        width: 700px;
        font-size: 23px;
    }

    .container {
        width: 700px;
    }

}
