body {
    font-size: 14px;
    /*background-color:#2A2A2A;*/
}

/* nav {
    background-color: #60389c;
    height: 75px;
} */


/* Navbar Collapse at 990px*/
/* body {
    padding-top: 70px;
} */

/* @media (max-width: 500px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
} */


/* end of Navbar Collapse */

/* small devices (iphones, 450px and down) */
/* @media only screen and (max-width:450px) {
    nav {
        background-color: olivedrab;
        float: inline-end;
    }
} */

/* @media only screen and (min-width:450px) {
    nav {
        background-color: olive;
        float: inline-end;
    }
} */

/* medium devices(landscape tablets, 700px and up) */
/* @media only screen and (min-width:700px) {
    nav {
        background-color: orchid;
        float: inline-start;
    }
} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width:992px) {
    nav {
        background-color: lightseagreen;
        float: inline-start;
    }
} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width:1200px) {
    nav {
        background-color: lightpink;
        float: inline-start;
    }
} */
nav {
    background-color: #60389c;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 75px;
}

nav .logo {
    line-height: 20px;
    font-size: 23px;
    float: left;
    padding: 15px 5px;
    padding-left: 20px;
    margin-top: 15px;
    font-weight: bold;
    color: aliceblue;
    /* display: block; */
}

/* @media (max-width:900px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .collapse navbar-collapse {
        display: none !important;
    }

} */

nav li {
    display: initial;
    font-size: 20px;
    padding: 5px;
    margin-bottom: 15px;
    /* margin-right: 10px; */
}


/* nav .navbar-nav {
    text-align: justify;
    padding: 10px 15px;
    padding-right: 35px;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    font-family: sans-serif;
    background-color: purple;
} */

/* nav .img {
    width: 100px;
    height: 73px;
    align-items: left;
} */

/* div {
    display: block;
} */

nav ul {
    float: right;
    padding: 10px 15px;
    padding-right: 35px;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-right: 10px;
}

/* ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
} */

/* li {
    text-align: -webkit-match-parent;
} */

/* nav ul li {
    display: inline-block;
    list-style-type: circle;
} */

nav ul li.active a {
    color: lightblue;
}

/* nav ul li a {
    color: #D8D8D8;
    text-decoration: none;
    margin-right: 35px;
    text-transform: uppercase;
} */

a:-webkit-any-link {
    cursor: auto;
}

* {
    margin: 0;
    padding: 0;
}

header {
    /*color:#D8D8D8;*/
    text-align: center;
    font-family: 'open Sans', sans-serif;
    background-image: url("../img/purplewatercolor.jpg");
    background-repeat: fixed;
}

/* header .img {
    background-image: url("../img/constallations.jpg");
    background-position: no-repeat;
    background-attachment: fixed;
} */

header h1 {
    font-size: 48px;
    font-weight: 300;
    /*text-align: center;*/
}

/* header .img {
    align-self: fixed;

} */

header h1 span {
    font-weight: bold;
    /*text-align: center;*/
    color: lightblue;
}

h1 {
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

header h2 {
    font-size: 35px;
    /*font-weight:250;*/
    font-weight: 300;
}

h2 {
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}

h2 span {
    color: lightblue;
}

header a {
    background-color: lightblue;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    margin: 10px 0 75px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.features {
    background-color: #F6F6F6;
    color: #616161;
}

.features h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    padding-top: 15px;
}

.item {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
    padding: 5px 0 20px;

}

.fa-4x {
    font-size: 4em;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.item h4 {
    font-size: 20px;
    padding-left: 5px 0;
}

h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.item p {
    font-size: 16px;
    padding-left: 10px: 0;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

footer {
    color: purple;
    text-align: center;
    font-size: 20px;
}

footer h3 {
    margin: 50px 0 25px;
    font-size: 24px;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

footer p {
    color: black;
    font-size: 18px;
    padding: 3px 0;
}

footer p a {
    color: purple;
}

a:-webkit-any-link {
    cursor: auto;
}

.socialIcons {
    margin: 15px 0 50px;
}

.socialIcons a {
    color: #fff;
}

.socialIcons .fa-twitter {
    background-color: #5DAED5;
    padding: 5px;
    border-radius: 50%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.socialIcons .fa-facebook {
    background-color: #4470CF;
    padding: 5px 8px;
    border-radius: 50%;
}

/*------section------------*/

body {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 400;
    background-color: #fff;
    color: #fff;
}

/*h1 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: .25em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 0px;
    color:inherit;
}*/
p {
    margin: 0 0 10px;
    font-size: 25px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}