/* Header */

body {
    z-index: 0;
}

#logo {
    text-align: center;
    font-size: 1.5em;
}


/* Navbar */

nav {
    background-color: #4285F4;
    text-align: center;
}

nav li {
    display: inline-block;
    list-style: none;
    padding: 20px;
}

nav li:hover {
    background-color: red;
    border-radius: 10%;
}

nav a {
    color: #fff;
}

ul {
    margin: 0 0;
    padding: 0 0;
}

.headerimg {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.ptn {
    height: 400px;
    background-size: auto;
    border-radius: 50%;
    opacity: 0;
}

/* Wrapper */

@media screen and (min-width:500px) {
    #wrapper {
        padding: 0 10%;
    }
    .float-right {
        float: right;
        width: 40%;
    }
}

.feat1 {
    text-align: justify;
}

/* images */

img {
    width: 100%;
    padding: 0 10px;
}

#mainimg {
    padding: 0 0 0 0;
}
.clear {
    clear: both;
}
/* Footer */
footer {
    clear: both;
    background-color: #4285F4;
    height: 80px;
    z-index: 2;
}

footer p {
    text-align: center;
    padding: 30px;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}