@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

*{
    list-style: none;
    /* text-decoration: none; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body{
    background: #f5f6fa;
    overflow: "visible";
    /* box-sizing: border-box; */
}

.reimg{
    width: 100%;
    max-width: 900px;
    height: auto;
}


/* Collapse Hamburger menu for mobile version */
@media only screen and (max-width: 600px){
        
    
    body.active .wrapper .sidebar{
        left: -325px;
    }

    body.active .wrapper .section{
        margin-left: 0;
        width: 100%;
    }

    body.active .wrapper .intro{
        margin-left: 0;
        width: 100%;
    }

}

/* Don't use Hamburger menu for pc version */
@media only screen and (min-width: 601px){
    .hidden-pc{
        display: none;
    }
}

@media only screen and (max-width: 600px){
    .hidden-mobile{
        display: none;
    }
}

/* Sidebar properties */
.wrapper .sidebar {
    background-image: url(../imgs/background.jpg);
    /* background: #0065A2 ;rgb(45, 134, 121); */
    position: fixed;
    top: 0;
    left: 0;
    width: 275px;
    height: 100%;
    padding: 20px 0;
    transition: all 0.5s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
    z-index: 9999;
}

.wrapper .sidebar .profile{
    margin-bottom: 40px;
    text-align: center;
}

.wrapper .sidebar .profile img{
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 0 auto;
}

.wrapper .sidebar .profile h3{
    color: #ffffff;
    margin: 10px 0 5px;
}

.wrapper .sidebar .profile p{
    color: #E7C582; /* rgb(206, 240, 253); */
    font-size: 14px;
}

.wrapper .sidebar ul li a{
    display: block;
    padding: 13px 30px;
    /* border-bottom: 1px solid #10558d; */
    color: rgb(241, 237, 237);
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    transition: 0.4s;
}


.wrapper .sidebar ul li a .icon{
    color: #dee4ec;
    width: 30px;
    display: inline-block;
}

.wrapper .sidebar ul li a:hover,
.wrapper .sidebar ul li a.active{
    color: #00B0BA ; /* #0c7db1; */
    opacity: 80%;
    background:white;
    border-right: 2px solid rgb(5, 68, 104);
}

.wrapper .sidebar ul li a:hover .icon,
.wrapper .sidebar ul li a.active .icon{
    color: #0c7db1;
}

.wrapper .sidebar ul li a:hover:before,
.wrapper .sidebar ul li a.active:before{
    display: block;
}


.wrapper .section{
    width: calc(100% - 275px);
    margin-left: 275px;
    transition: all 0.5s ease;
}

.wrapper .section .top_navbar{
    background:#f5f6fa; /*#00B0BA ;/*  rgb(7, 105, 185); */
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: fixed;
    z-index: 9999;
    /* z-index: 99; */
}

.wrapper .section .top_navbar .hamburger a{
    font-size: 28px;
    color: #00B0BA ; /*#f4fbff;*/
    /* z-index: 99; */
}

.wrapper .section .top_navbar .hamburger a:hover{
    color: #a2ecff;
}

/* ---------------------------------------------------*/
/* Body properties for mobile*/
.intro .profile{
    margin-bottom: 40px;
    text-align: center;
}

.intro .profile img{
    display: block;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    margin: 0 auto;
}

.intro ol li{
    list-style: decimal;
    margin-left: 20px;
}

@media only screen and (max-width: 600px){
    .intro{
        margin-top: 80px;
        margin-left:50px;
        width:92%;
        height:auto;
        float:left;
        /* text-align: center; */
        padding: 50px 10px;
        line-height: 200%;
    }
    .footer{
        position: relative;
        /* margin-left: 10px; */
        bottom: 0;
        width:100%;
        height:100px;
    }
    
    .box{
        position: relative;
        width: 92%;
        height: auto;
        /* float: left; */
        line-height: 200%;
        border:2px dashed #0c7db1;
        padding: 0 1em 1em;
        margin: 2em 1em 1em;
        border-radius: 1em;
    }

    .box ul li a{
        display: block;
        padding: 13px 30px;
        /* border-bottom: 1px solid #10558d; */
        color: #0c7db1;
        font-size: 20px;
        position: relative;
        box-sizing: border-box;
        transition: 0.4s;
    }

    .subsection{
        position: relative;
        width: 92%;
        height: auto;
        /* padding: 0 1em 1em; */
        margin: 2em 1em 1em;  
        float:left;
        /* text-align: center; */
        padding: 5px 5px;
        line-height: 200%;        
    }
}
/* ---------------------------------------------------*/
/* Body properties for pc*/

@media only screen and (min-width: 600px){
    .intro{
        margin-top: 80px;
        margin-left:350px;
        width:65%;
        height:auto;
        float:left;
        /* text-align: center; */
        padding: 5px 5px;
        line-height: 200%;
    }

    .footer{
        position: absolute;
        margin-left:20px;
        bottom: 0;
        width:100%;
        height:100px;
    }
    .box{
        position: relative;
        width: 85%;
        height: auto;
        line-height: 200%;
        border:2px dashed #0c7db1;
        padding: 0 1em 1em;
        margin: 2em 1em 1em;
        border-radius: 1em;
        /* transition: all 1.5s;
        transform: translateY(6rem) scale(0.93); */
        
    }

    .box ul li a{
        display: block;
        padding: 13px 30px;
        /* border-bottom: 1px solid #10558d; */
        color: #0c7db1;
        font-size: 20px;
        position: relative;
        box-sizing: border-box;
        transition: 0.4s;
    }
    .box ul li a:hover{
        display: block;
        /* padding: 13px 30px; */
        /* border-bottom: 1px solid #10558d; */
        /* font-style: unset; */
        font-size: 20px;
        background: #e9e9e9;
        position: relative;
        box-sizing: border-box;
        transition: 0.4s;
    }
    .subsection{
        position: relative;
        width: 95%;
        height: auto;
        /* padding: 0 1em 1em; */
        margin: 0em 1em 0em;  
        float:left;
        /* text-align: center; */
        padding: 5px 5px;
        line-height: 200%;        
    }
    
}
/* ---------------------------------------------------*/
/* Hyperlink properties*/

a.nav-link:link
{
   color: #000000;
   text-decoration: underline gray;
}
a.nav-link:visited
{
   color: #2b2b2b;
   text-decoration: underline gray;
}
a.nav-link:hover
{
   color: #0c7db1;
   text-decoration: underline;
}
a.nav-link:active
{
   color: #fb3f00;
   text-decoration: underline;
}

a.nav-link2:link
{
   color: #000000;
   text-decoration: underline gray;
   font-weight: bold;
}
a.nav-link2:visited
{
   color: #2b2b2b;
   text-decoration: underline gray;
}
a.nav-link2:hover
{
   color: #0c7db1;
   text-decoration: underline;
}
a.nav-link2:active
{
   color: #fb3f00;
   text-decoration: underline;
}

/* ---------------------------------------------------*/
/* Thumbnail list properties*/

.intro .thumbnaillist{
    margin: 20px;
}

.intro .thumbnaillist ul{
    list-style-type: none;
    width: 500px;
}

.intro .thumbnaillist h3{
    font: bold 20px/1.5;
}
.intro .thumbnaillist li img{
    float: left;
    margin: 0 15px 0 0;
    width: 150px;
    height: 150px;
}

.intro .thumbnaillist li p{
    font: 200 12px/1.5
}

.intro .thhumbnaillist li{
    padding: 10px;
    overflow: auto;
}

.intro .thumbnaillist li:hover{
    background: #eee;
    cursor: pointer;
}

.intro .contact ul li a{
    display: block;
    padding: 13px 30px;
    /* border-bottom: 1px solid #10558d; */
    color: rgb(0, 0, 0);
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    transition: 0.4s;
    font-weight: 700;
}

.intro .contact ul li a:hover
{
   /* color: #0c7db1;
   text-decoration: underline; */
   color: #00B0BA ; /* #0c7db1; */
   opacity: 80%;
   background:white;
   border-right: 2px solid rgb(5, 68, 104);
}

/* For mobile */
/* .horizontalmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0c7db1;
    text-transform:uppercase;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.horizontalmenu li{
    float: left; 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.horizontalmenu li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-right: solid white;
    border-bottom: solid white;
}

.horizontalmenu li a:hover{
    background-color: #333;
} */

/* For pc */
@media only screen and (min-width: 600px){

    .horizontalmenunav{
        margin: 27px auto 0;

        position: relative;
        width: 600px;
        height: 50px;
        background-color: #34495e;
        border-radius: 8px;
        font-size: 0;
    }

    .horizontalmenunav a{
        line-height: 50px;
        height: 100%;
        font-size: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: white;
        cursor: pointer;
    }

    .horizontalmenunav .animation{
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 0;
        transition: all .5s ease 0s;
        border-radius: 8px;
    }

    .horizontalmenunav a:nth-child(1) {
        width: 300px;
    }
    .horizontalmenunav a:nth-child(2) {
        width: 300px;
    }

    .horizontalmenunav .start-home, a:nth-child(1):hover~.animation {
        width: 300px;
        left: 0;
        background-color: #1abc9c;
    }
    .horizontalmenunav .start-about, a:nth-child(2):hover~.animation {
        width: 300px;
        left: 300px;
        background-color: #e74c3c;
    }
}

@media only screen and (max-width: 600px){

    .horizontalmenunav{
        margin: 27px auto 0;

        position: relative;
        width: 300px;
        /* height: 50px; */
        background-color: #34495e;
        border-radius: 8px;
        font-size: 0;
    }

    .horizontalmenunav a{
        line-height: 50px;
        height: 100%;
        font-size: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: white;
        cursor: pointer;
    }

    .horizontalmenunav a:nth-child(1) {
        width: 300px;
    }
    .horizontalmenunav a:nth-child(2) {
        width: 300px;
    }

    .horizontalmenunav a:hover{
        color: #1abc9c;
    }


}

.subsection h2{
    text-decoration-line: underline ;
    text-decoration-color: #1abc9c;
    text-decoration-style: dotted;
    /* border-width:2px;
    border-style:dashed;
    border-color:#1abc9c;
    background-color: #1abc9c; */
}

hr.new{
	display: block;
	position: relative;
	width: 150vw;
	height: 2px;
	margin: 3rem 0 5rem -50vw;
	left: 50%;
	border: none;
	border-bottom: 2px dashed #1abc9c; 
	float: left;
}

.card-links-label {
    font-size: 0.9em;
    font-weight: 600;
    margin-right: 0.25rem;
}

.card-link {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.15rem 0.5rem;
    margin-right: 0.35rem;
    margin-bottom: 0.25rem;
    border-radius: 9999px;
    background-color: #e7f8f5;
    color: #0d6150;
    text-decoration: none;
    border: 1px solid #1abc9c;
}

.card-link:hover {
    background-color: #d7e5ff;
    color: #0e6655;
}

/* Links that should NOT be underlined (menus, chips, etc.) */
.wrapper .sidebar ul li a,
.horizontalmenunav a,
.intro .contact ul li a,
.card-link {
  text-decoration: none;
}

/* Keep the mobile MENU button clean */
.hamburger a {
  text-decoration: none !important;
}