body {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    color: #0b0f5a;
    
}

h1{
    text-align: center;
}

h3{
    color: #0b0f5a;
    size: 1.5em;
}

header{
   /* background-image:url("assets/ocean_texture.png"); */
    height: 300;
    width: 100%;
    color: #D9CB04;
    padding: 1rem 0;
    background-size: cover;
    height: 70px;
    margin-top: 5px; /* alignment of the logo */
   background-image: url("/assets/ocean_texture.png");
}

.intro {
    text-align: center;

}

.about{
    
    background-image: url("/assets/coral_bg.png");
    color: #0b0f5a;
    
    
}

.cont{
    background-color: #DA8585;
}
.contact{
    background-color: #DA8585;
   padding-left: 20%;
   padding-right: 20%;
    
}
footer{
    background-color: #02053a;
    height: 300;
    color: #D9CB04;
    padding: 1rem 0;
    background-size: cover
}

nav ul li a:hover { /*CSS for Top Links on hover*/
    color: #0b0f5a;
    background-color: #DA8585;
    text-decoration: none;
}

header .container, footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  
}

.logo {
    width: 300px;
    height: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li { /*Moves top links to the right*/
    margin-left: 20px;
}

nav ul li a {
    color: #D9CB04;
    text-decoration: none;
    background-color: #0b0f5a; /* This is the color of the button */
    color: #D9CB04;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: bold;
}

section {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 800px;
}

h2 {
    color: #0b0f5a;;
    text-align: center;
    size: 2em;
}

.about{
    text-align: center;
    background-image: url("assets/coral img.png");
    background-size: cover;
    color: white;
    margin-left: 15%;
    margin-right: 15%;
}

.tables {
    text-align: center;
    color: #0b0f5a;
}

.about h2{
    color: white;
}

.port{
    text-align: center;
    color: #0b0f5a;
}
.serv{
    text-align: center;
    color: #0b0f5a;
}

.intro img {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
}

.portfolio-item {
    background: #f4f4f4;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid #ddd;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-top: 10px;
}

form input, form textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
}

form button {
    padding: 10px;
    margin-top: 10px;
    background: #02053a;
    color: #D9CB04;
    font-weight: 400;
    border: none;
    cursor: pointer;
    border-radius: 15px;
}

form button:hover {
    background-color:#683838;
    color: #fdfdfe;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

footer p {
    margin: 0;
    text-align: center;
    padding-top: 1rem;
}

footer nav {
    margin-bottom: 1rem;
    text-align: center;
    align-content: center;
}

/* CSS for dropdown Services menu  */
.hamburger-menu {
    background-color: #457B9D;
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dropdown-menu {
    display: none;
    background-color: #fff897;
    border-radius: 5px;
    padding: 10px;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li {
    color: #02053a;
    padding: 10px;
    border-bottom: 1px solid #457B9D;
}

/*CSS CODE FOR PORTFOLIO PAGE*/
/* Code for scrollable gallery */
.gallery-container {
    position: relative;
    width: 98%;
   margin-left: auto;
   margin-right: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 500px;
}

.gallery-wrapper {
    overflow: hidden;
    width: 100%;
}

.gallery {
    display: flex;
    transition: transform 0.5s ease;
}

.gallery img {
    max-width: 100%;
    margin-right: 10px;
}

button.prev.next {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor:pointer ;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.prev {
    left: 0;
}

button.next {
    right: 0;
}
/* End of scrollable gallery */

.main {
    max-width: 50%;
  
    }
  
  h1 {
    font-size: 50px;
    word-break: break-all;
    text-align: center;
    margin: auto;
    }

    h2{
    text-align: center;
    }

    h3{
        text-align:center ;
    }
    p{
    text-align: center;
    }
  
  .row {
    margin: 0px;
  }
  
  .row,
  .row > .column {
    padding: 1px;
  }
  
  .column {
    margin: auto;
    width: 50%;
    align-items: center;
    align-content: center;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .content {
    background-color: white;
    padding: 10px;
  }

  .heatpng{  
    /* this makes the image on the right float right so that the images are next to each other */
    float: right;
  }


  /* Responsive layout - two column-layout */
  @media screen and (max-width: 900px) {
    .column {
      width: 100%;
    }
  }
  
  /* Responsive layout - two columns stack on top of each other */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }

  /*---------Styling for Tablet-------------*/

@media screen and (min-width: 677px) and (max-width: 800px) {
    header{
        height: 50px;
        padding-top: 5%;
        width: 100;
    }
    #menu{
        display: block;
    }
    #logo{
        position: relative;
        margin: 0 auto;
        top: 5px;
        left: 0px;
    }
    #social{
        position: relative;
        top: 0px;
        right: 0px;
        text-align: center;
        margin-top: 10px;
    }
    #body{
        padding-left: 10%;
        padding-right: 10%;
    }
    #topLinks{
        bottom: 0px;
        right: 10px;
        top: 0px;
        left: -100%;
        width: 100vw;
        height: 100vh;
    }
    #topLinks ul li{
        display: block;
        padding-top: 20px;
    }
    footer{
        width: 100%;
    }
}

/*---------Styling for SmartPhones------------*/

@media screen and (max-width: 676px) {
    header{
        width: 100%;
        height: 40px;
    }
    
    #logo{
        width: 80%;
        position: relative;
        margin: 0 auto;
        left: 0px;
        top: 25%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 20px;
    }
    body{
        width: 100%;
    }
    #about{
        margin-left: 0px;
        margin-right: 0px;
    }
    #social{
        position: relative;
        top: 30%;
        right: 0px;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    #social img{
        height: 50px;
        width: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #container{
        bottom: 0px;
        right: 5px;
        top: 0px;
        left: -100%;
        width: 100vw;
        height: 100vh;
        background-color: rgba(139, 0, 139, 0.8);
        padding-top: 100px;
        transition: all 1s ease;
    }
    #topLinks ul li{
        display: block;
        padding-top: 20px;
    }
 
}