
/*--------------------------------------------Body */
body, html {
    height: 100%;
}

body{
    font-family: 'Oswald', sans-serif;
}


/*--------------------------------------------Navbar */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #37737C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    }

    .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fafafa;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.navbarmenu{
    color: #fafafa;
    padding-left: 20px;
}

/*--------------------------------------------About Section */
main {
    margin: 5% 10%;
}

header {
    position: relative;
    background: #0b345d;
    background-image: linear-gradient(155deg, #002f62 0%, #18496a 50%, #138b89 100%);
    height: 100vh;
}

h1 {
    color: #fafafa;
    padding-top:150px;
    font-size: 70px;
    margin: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}
/*--------------------------------------------History Section */
h2{
    margin-top: 50px;
}

.lead{
    color: #fafafa;
    text-align: center;
    font-size: 20px;
}

section {
    margin: 5% 10%;
}

.intro-image{
    border-radius: 20px;
}

#image{
    border-radius: 30px;
    display:block;
    max-width:100%;
}

#img-caption{
    display: none;
}

.section-image{
    border-radius: 30px;
    width: 100%;
}

.section-p{
    padding-top: 70px;
    font-size: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.caption{
    display: none;
}

.section1{
    margin-bottom: 50px;
}

.headings{
    text-align: center;
    padding: 30px;
}

/*--------------------------------------------Link section */
.end-p{
    text-align: center;
    font-size: 25px;
}

a {
    text-decoration: none;
    color: #138b89 ;
}

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

/* Footer container */ 
.footer-section{
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(155deg, #002f62 0%, #18496a 50%, #138b89 100%);
    color: #fafafa;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -20px;
}

.footer-heading{
    font-size: 16px;
    padding-bottom: 10px;
}

/* Social links */ 
.social-links li a i {
    width: 32px;
    height: 32px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 15px;
    line-height: 7px;
    text-align: center;
    color: #fafafa;
    background: #8f8f8f;
    transition: all 0.35s ease-in-out;
}

.social-links li a i:hover {
    background: #138b89 ;
}

.social-links li{
    display: inline;
}

.social-links {
    padding-bottom: 20px;
}