

html {
    /* background-image: linear-gradient(#128bb8, #2ab0c5);   */
    background-color: white; 
    font-family: Arial, Helvetica, sans-serif;

    scroll-padding-top: 130px;   
    scroll-behavior: smooth;
/* acts like a top “gutter” for anchor jumps */
}

body {
    background-position:top center;
    background-repeat: no-repeat;
    color: #128bb8;
    font-size: 1.125rem;    
}

/* CONTAINER AND TOP SECTION ON EACH PAGE */
.container{
    min-height: 32rem;
}

.page_margins {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.page_name {
    padding-top: 1.5rem;
    padding-bottom: .24rem;
    border-bottom: 1px solid #febc11;
    margin-bottom: 1.25rem;
    
}

.img_responsive {
    max-width: 100%;
    height: auto;
  }


h1 {
    font-size: 2rem;
    color: #252c58;
}

h2 {
    font-size: 2rem;
    color: #252c58;
}

h3 {
    font-size: 1.75rem;    
    color: #252c58;
}

p {
    line-height: 1.4rem;
    color: rgb(34, 34, 34);
    font-size: 1rem;
    text-align: justify;
}

a {
    color: rgb(34, 34, 34);
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
}


li{
    line-height: 1.4rem;
    color: rgb(34, 34, 34);
    font-size: 1rem;
    text-align: justify;
}

.side-menu-name {
    padding-top: 2.1rem;
    padding-bottom: .24rem;
    border-bottom: 1px solid #febc11;
    margin-bottom: 1.25rem;
    
}

.side-menu{
    margin-bottom: .5rem;
}

.side-menu span{
    color:#febc11;
    
}

.side-menu a{
    color:#252c58;
    font-size: 1rem;
    line-height: 1.2rem;
}

.side-menu a:hover{
    color:#febc11;
    text-decoration: none;
   
}

.side-menu-button{
    min-width: 6rem;
    border-style: solid;
    border-width: 3px;
    padding: 5px 30px;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color:#febc11;
    border-color:#febc11;
    font-size: 1.1rem;
}


.side-menu-button:hover{
    background-color:blue;
    border-color: blue;
}

.side-menu-button-2{
    min-width: 6rem;
    border-style: solid;
    border-width: 3px;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color:black;
    border-color:black;
    font-size: 1.1rem;
    margin-right: 5px;
    
}

.side-menu-button-2 a{
    color: white;
    text-decoration: none;
    
}

.side-menu-button-2:hover{
    background-color:blue;
    border-color: blue;
}


/* BUTTON */
.mybutton {
    background-color: rgb(0, 57, 100);
    color:white;
    padding: 11px 25px;
    display: inline-block;
    margin-top: 1.25rem;
    border-radius: 22px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.171);
}

.mybutton a{
    color:white;
}

.mybutton:hover {
    background-color:#128bb8;
    border-color: #128bb8;
}


.form-button{
    min-width: 6rem;
    border-style: solid;
    border-width: 3px;
    border-radius: 22px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color:#0055DD;
    border-color:#0055DD;
    font-size: 1.1rem;
    
}

.form-button:hover{
    background-color:#128bb8;
    border-color: #128bb8;
}

.search-button{
    min-width: 6rem;
    border-style: solid;
    border-width: 3px;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color:#febc11;
    border-color:#febc11;
    font-size: 1.1rem;
    
}

.search-button:hover{
    background-color:blue;
    border-color: blue;
}


.page_container{
    display: flex;
    flex-direction: row;
    width:70%;
    margin-left: auto;
    margin-right: auto;
    
}

.page_container-1{
    flex: 1;
    max-width: 300px;
    margin-right:2rem;
    margin-bottom:2rem;
}

.page_container-2{
    flex: 4;
    margin-bottom:2rem;
}

.submit_resume_button {
   
    background-color:rgb(0, 78, 0);
    color: white;
    text-decoration: none;
    padding: .75rem 1.25rem;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .submit_resume_button:hover  {
    background-color: green;
  text-decoration: none;
  }
  

  .apply_now_button {
    background-color:rgb(12, 0, 78);
    color: white;
    text-decoration: none;
    padding: .75rem 1.25rem;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .apply_now_button:hover  {
    background-color:rgb(41, 37, 67);
    text-decoration: none;
  }
  

@media (max-width: 1367px){


    .page_margins {
        width: 80%;
    }

    .page_container{
        width:80%;
    }


}

@media (max-width: 1025px){
    .side-menu-button{
        min-width: 4rem;
        padding: 5px 10px;
    }
    
    
    .side-menu-button-2{
        min-width: 4rem;
        padding: 5px 8px;
    }
    
.page_container{
    width:90%;
}

.page_container-1{
    flex: 1;
    max-width: 230px;
}

}


@media (max-width: 950px){
    .page_container{
        display: flex;
        flex-direction: column-reverse;
    }

    .page_container-1{
        flex: 1;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }


    .desktop-only{
        display: none;
    }

    .mybutton {
        margin-left: 0rem;
    }

    .side-menu-button{
        min-width: 6rem;
        padding: 5px 30px;
    }
    
    
    .side-menu-button-2{
        min-width: 6rem;
        padding: 5px 15px;
    }

}





@media (max-width: 768px){

    

}



@media (max-width: 700px){
    .page_margins{
        width:90%;
    }

    .page_container{
        width:90%;
    }

}


@media (max-width: 500px){ 
    .img_responsive{
        max-height: 25rem;;
    }


}


@media (max-width: 400px){
    .img_responsive{
        max-height: 18rem;;
    }

}


/* Reccomended */
/* start of desktop styles */
@media screen and (max-width: 991px) {
/* start of large tablet styles */
}
@media screen and (max-width: 767px) {
/* start of medium tablet styles */
}
@media screen and (max-width: 479px) {
/* start of phone styles */
}

/* I have max width 1367, 1025, 950, 768, 500 */

