@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');



html 
{
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}

*, *:before, *:after 
{
box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul 
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ol, ul {   list-style: none; }



img {   max-width: 70%;
       height: auto; }

h1{
    display: block;
    text-align: center;
    font-size: 2.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h3 {
    display: block;
    text-align: center;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

   /* header styles */

header{
    height:70px;
}

header a{display: inline-block;
        font-size: 16px;
        font-weight: 500;
        
    }



#nav{
    float: right;
    justify-content: space-between; 
    }

.nav-item {
    text-decoration: none;
    font-weight: 700;
    color: #551A8B ;
    text-size-adjust: auto;
    padding: 0 5px 0 5px;
    
    }

.button-item {
    text-decoration: none;
    color: #551A8B ;
    text-size-adjust: auto;   
    }

#main-header{
    background-color: #86BBD8;
    color: black ;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 10px;
 }

/* tHIS IS NEW  */

#container {
    width: 100%;
    height: 100%;
    /* padding: 2em;  */
    box-sizing: border-box;
    
  }
#hero{
    height: 50vh;
    padding: 50px;
    text-align: center;
    margin-bottom: 75px;
    min-height: 100vh;
    }



#column1{
    /* float:left; */
    width: 100%;
    /* padding:30px 30px; */
    padding:30px 30px;
    box-sizing:border-box;
             
    }


#column2{
    /* float:right; */
    width: 100%;
    padding: 30px 30px;     
    box-sizing:border-box;
    
    }

    /*button styles  */

.button-wrap{
    /* display: inline-block; */
    display: inline-flex;
    /* padding: 10px; */
    padding: 30px;
}


    

.button{
    display: inline-block;
    height: 65px;
    width:65px;
    padding: 10px;
    /* font-size:16px; */
    flex-direction: row;
    border: 1px solid whitesmoke;
    font-weight: bold;
    }




.button1 {border-radius: 70%;
    background-color: #FFE2C8;
    }
.button2 {border-radius: 70%;
    background-color: #FDACAC;
}
.button3 {border-radius: 70%;
    background-color: #F08080;}


        
    /*footer styles  */


 
#main-footer {
    position: fixed;
    height: 10%;
    height: 60px; /* Height of the footer */
    width: 100%;
    padding-top: 2px;
    bottom: 0;
    clear: both;
    background-color:#86BBD8;
    color: black;
    overflow: auto;
  }
 
footer ul {
    list-style: none;
    display: flex;
    float: right;
  }
footer a {
    color: #333;
    font-size: 24px;
  }
footer li {
    margin: 0 15px;
  }

.social-icons {
    padding-left:0;
    margin-bottom:0;
    /* margin-top: 3%; */
    font-weight: 700;
    color: #551A8B ;
    list-style:none
  }




/* contact page styling */

.my-form { 
padding:20px;
justify-content: center;
}

.my-form .form-group{padding-bottom:15px;
}

.my-form label{
/* display:block; */
border-radius: 40px;
width:50%}  
    
  
.my-form input[type="text"], .my-form textarea{padding: 8px;width: 100%;}
.my-form input[type="email"], .my-form textarea{padding: 8px;width: 100%;}

.submit-button{
   background-color:#333;
   color:#fff;
   padding:10px 15px;
   border:none;
   /* float: right; */
}

input[type=submit]:hover {
    background-color: #45a049;
  }



/* work page styling  */
.page.work {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.column-work{
    /* width: 50%; */
    width: 29%;
    min-height: 250px;
    object-fit: contain;
    border: 1px solid green;
    margin: 2em auto;
    /* align-content: center; */
}

.column-work img {
    width: auto; /* Reset width to auto */
    height: auto; /* Reset height to auto */
    /* width:100%; */
    max-width:100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.work-button {
    width: 5em;
    margin: 2em auto;
    padding: 5px;
    background-color: coral;
    color: black;
    font-size: 1em;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 100%;
    height: 100%;
    padding: 2em; /* Adjust as needed */
    box-sizing: border-box;
}

.class {
    height: 70px;
}

.about {
 max-width: 1000px;
 margin:auto;
 
}

@media (min-width: 769px) {

header{
    height: 70px;
}

nav{
    float:right;
}

#hero{
    padding:0%;
    height: 50vh;
    min-height: 100%;    
    }

    
#header-text {
    width:60%
}


#column1{width: 33%; }      
   
#column2{width:33%;  }
      
   
.column{display:inline-block;}
  
 
.button{
    display: inline-block;
    height: 100px;
    width: 100px;
    padding: 20px;
    font-size:16px;
    flex-direction: row;
    border: 1px solid whitesmoke;
    }
   

.button-wrap{padding: 10px;}


.column-work{
     width: 29%;}
       
    }





 
         
        