
/* Window screen color: #bfbfbf */
/* background color: #008080 */

/*********************************************** Styling *********************************************/

@font-face {
    font-family: 'mainfont';
      src: url('fonts/windows.ttf');
}

.headings {
    font-size: larger;
    display: inline-block;
    padding-bottom: 5px;
}

.old-border {
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.old-border-thin {
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.inverted-border {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.btn {
    cursor: pointer;
    font-size: smaller;
    padding: 8px;
    color: black;
    text-decoration: none;
    background-color: #bfbfbf;
}
.text-underline {
    width: 100%;
    display: block;
    line-height: 20px;
    font-size: small;
    padding: 0 5px;
    background-image: repeating-linear-gradient(180deg, transparent, transparent 19px, #333 20px);
}

.YT-videos {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*********************************************** Layout *********************************************/

body {
    font-family: sans-serif;
    color: black;
    background-color: #008080;
    overflow-y: hidden;
    margin: 0;
}

.computer-screen {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
    height: 100vh;
    position: relative;
    top: 0;
}

.window-screen {
    position: absolute;
    background-color: #bfbfbf;
    width: 90%;
    height: 90%;
    overflow: hidden;
}
.home-icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
}
.home-icons img {
    width: 35px;
    height: auto;
}
.home-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.home-icon p {
    color: white;
    font-size: smaller;
    line-height: 1;
    margin: 0;
    margin-top: 2px;
    text-align: center;
}

/*********************************************** Blue action bar *********************************************/

.top-window-options{
    width: 100%;
    height: 25px;
    background-color: rgba(1, 1, 122, 1);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#top-window-header {
    margin-left: 5px;
}
.window-option-buttons {
    display: flex;
    flex-direction: row;
}
.action-icon {
    background-color: #bfbfbf;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    padding: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*********************************************** Navigation bar *********************************************/

.navbar {
	width: 100%;
    height: 20px;
    font-size: small;
    background-color: #bfbfbf;
    border-bottom: 1px solid gray;
}
.navbar div a {
    color: black;
    text-decoration: none;
}
.border-right {
    border-right: 1px solid gray;
}
.nav-item {
    position: relative;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    margin: 0 10px;
}
.resume-dropdown {
    display: inline-block;
}
.resume-dropdown-content {
    display: none;
    position: absolute;
    margin-left: -10px;
    background-color: #bfbfbf;
    min-width: 100px;
    margin-top: 1px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.resume-dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}
.resume-dropdown-content a:hover {background-color: #d8d8d8;}
.resume-dropdown:hover .resume-dropdown-content {display: block;}

/*********************************************** Content *********************************************/

.content {
    overflow: auto;
    height: calc(100% - 25px - 20px);
    width: 100%;
    background-color: #fdffff;
}

/*********************************************** Contact page *********************************************/
.grid-box-contact {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    height: 100%;
}
.col.first-column {
    padding: 10px;
}
.input-box {
    height: 40px;
    padding-left: 5px;
}
.input-box:focus, .input-box-area:focus {
    outline: none;
}
.input-box-area {
    font-family: sans-serif;
    padding-top: 10px;
    padding-left: 5px;
}
.row.double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap: 5px;
    margin-bottom: 5px;
}
.row.single {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 5px;
}
.form-error {
	border: 1px solid red;
}
.form {
    padding: 10px 5px;
}
#map{
	height: 100%;
	width: 100%;
}

/*********************************************** Home *********************************************/
.grid-box-home {
    display: grid;
    grid-template-columns: minmax(200px, 15%) 1fr;
    height: 100%;
}
.home-col.first-column, .home-col.second-column
{
    padding: 10px;
}
.home-col.first-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(130deg, #98cbff, white 30%);
}
.my-profile-header {
    padding: 10px 0 0 10px;
}
.my-profile-heading {
    padding: 0; 
    margin: 0; 
    font-weight: 800;
    line-height: 1;
}
.my-profile-details {
    font-size: small;
}
.multi-color-border {
    height: 5px;
    background: linear-gradient(to right, #F34F1C 25%, #FFBA01 25% 50%, #7FBC00 50% 75%, #01A6F0 75% 100%);
    margin: 10px -10px;
}
.socials {
    display: flex;
    justify-content: center;
}
.social {
    padding: 0 5px;
}
.social img {
    width: 25px;
}
.file-window {
    display: grid;
    grid-template-columns: repeat(auto-fit, 75px);
    padding: 10px;
    grid-gap: 5px;
}
.file-window div {
    text-align: center;
}
.project p, .blog p, .about-me p{
    font-size: 11px;
    margin: 0;
}
.project:hover, .blog:hover, .about:hover{
    cursor: pointer;
}
.folder-image{
    width: 40px;
    height: auto;
}
.folder-image:hover {
    scale: 1.1 !important;
}

/*********************************************** Popup *********************************************/
.popup{
	position: fixed;
	display: flex;
	visibility: hidden;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow-y: hidden;
	color: white;
	z-index: 10;
	opacity: 20%;
	border: 1px solid black;
}
.popup-content {
    width: 50%;
    height: 60vh;
	margin: auto;
    overflow-y: hidden;
    background-color: white;
}
.alert-content {
    width: 20%;
    margin: auto;
    background-color: white;
}
#popup-project-heading {
    padding-left: 5px;
}
.popup-body {
    color: black;
    overflow-y: auto;
    height: calc(60vh - 25px - 20px - 20px);
}
.alert-body {
    color: black;
    height: auto;
}
.open-popup {
	opacity: 100%;
	visibility: visible;
}

.closeAlert{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/*********************************************** Skills *********************************************/

.grid-box-skills {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-content: center;
    background-color: #CCCCCC;
    padding: 5px;
}
.minesweeper {
    background-color: #CCCCCC;
    padding: 15px;
}
.skill {
    border-radius: none;
    background-color: #C0C0C0;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
}
.activeBorder {
    border-top: 3px solid #FDFDFD;
    border-right: 3px solid#7F7F7F;
    border-left: 3px solid #FDFDFD;
    border-bottom: 3px solid #7F7F7F;
}
.inactiveBorder {
    border-right: 3px solid #FDFDFD;
    border-top: 3px solid#7F7F7F;
    border-bottom: 3px solid #FDFDFD;
    border-left: 3px solid #7F7F7F;
}

/*********************************************** Projects *********************************************/
.project-heading {
    font-size: larger;
}
.subheading {
    font-size: 15px;
    display: block;
    font-weight: bold;
}
.project-tags {
    display: flex;
    flex-direction: column;
    font-size: small;
    padding: 15px 0;
}
.divider {
    border-bottom: 1px solid gray;
    left: 0;
    right: 0;
}
.project-body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: small;
    padding: 15px 0;
}
.project-footer {
    border-top: 1px solid gray;
    font-size: small;
}
.project-footer span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}
.project-footer span a {
    color: black;
}
.project-tags span {
    padding-bottom: 2px;
}
.fa-sharp {
    padding-right: 10px;
}
.project-image {
    width: 100%;
    height: auto;
}
.myblogs {
    padding: 10px 0;
}
.blog-content {
    font-size: small;
}
.grid-mobile-app {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 5px;
    justify-content: center;
}

.circular-progress {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;

}
.circular-progress::before {
    content: "";
    position: absolute;
    height: 84%;
    width: 84%;
    background-color: orange;
    border-radius: 50%;
}

.value-container {
    position: relative;
    font-size: smaller;
}