@charset "UTF-8";
/* CSS Document */

*{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  transition: all .1s ease;
  box-sizing: border-box;
  font-size: 1em;

}

html,body{
    
	height:100%;
	margin: 0;
	padding:0;
    
}

.hi{
    display: none;
    
}

/*Header*/
.site-header{
    
    position: fixed;
    top:0;
    left: 0;
    width: 200px;
    height: 100%;
    padding: 20px;   
}

/*Logo*/
.logo{
    
    position: fixed;
    top: 0;
    left: 5px;
    width: 180px;
    height: auto;
    padding: 20px;
    
}

/*Description on the Left Side*/


h1 {
    
    
    font-size: 14px;
    position: fixed;
    left: 70px;
    margin-top: 230px;
    bottom: 20px;
    writing-mode: vertical-rl;
    color:darkslategray;
    word-spacing: .2em;
    transform: rotate(180deg);
    font-weight: normal;
}


.site-navigation{
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    width: 200px;
    padding: 20px;
}

/*Site Navigation*/
.pages-nav{
    
    width: 200px;
    position: relative;
    margin: 0;
    height: auto;
    padding: 10px;
    text-align: center;
    display: inline;
    writing-mode: vertical-rl;
    
}

.pages-nav li{
    
    position: relative;
    display:inline;
    padding: 10px 0 10px 0;
    right: 80px;
    top: 90px;

    
}

.pages-nav li a{
    
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    color: darkslategray;
    cursor: pointer;

    
}

.pages-nav a:hover{
    
    color: darkslategray;
    background-color: #ffde16;

}

.info{
    
    border: 3px solid #ffde16;
    
}

/*Info Modal*/
#info-modal{
    
	display: block;
	position: fixed;
	height: 100%;
    width: 0;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: #ffde16;
    overflow-x: hidden;
    transition: .3s;
    
}

.about-paragraph{
    
    font-size: 18px;
    line-height: 30px;
    color: darkslategray;
    font-weight: lighter;    
}



/*Close Button*/
.close_button{
    
    top: 10px;
    right: 30px;
    position: absolute;
    padding: 10px;
    font-size: 60px;
    color: darkslategrey;
    display: block;
	text-align: center;
	transition: .5s;
}

#about-content{
    
	display:block;
	position: absolute;
    top: 4em;
    padding: 50px 80px;
    text-align: center;
    font-size: 1.3em;
    color: darkslategray;
    font-weight: bold;
}

#about-content a{
    
    display: inline-block;
    padding: 10px;
    color: #222222;
    font-weight: bold;

}

.resume{
    
    background-color: #ffde16;
    border: .2em solid darkslategray;
    font-size: .8em;
    padding: .2em 2.5em;
    width: 200px;
    
}

.resume span {
    
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;

}

.resume span:after {
    
    content: ' \279D';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    
}

.resume:hover span {
    
    padding-right: 1.5em;

}

.resume:hover span:after {
    
    opacity: 1;
    right: 0;

}

/*Portfolio Section*/
.content{
    
	position: relative;
	margin-left: 190px;
	margin-right: 180px;
    margin-top: 90px;
        
}

/* Create four equal columns that sits next to each other */
.column {
    
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;  
    padding: 0 10px;
    
}

.row {
    
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;  
    padding: 0 10px;
}

.column img {
    
    vertical-align: middle;
    width: 100%;

}


/*Headings Inside Images*/
.text {
    
    font-size: 32px;
    color: #222222;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    
}

.projects{
        
        font-size: 14px;
        color: darkslategrey;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; 
    }


.read-more{
        
    font-size: 1em;
    color: #222222;
    position: absolute;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: right; 
    border: 1px solid darkslategray;
    padding: 10px 20px;

}

.read-more a{
    
    color: darkslategray;
    
}

.container {
    margin-top: 20px;
  position: relative;

}

.overlay {
  position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffde16;
    
}


.container:hover .overlay, 
.container:focus .overlay,
.container:active .overlay{
    
  opacity: 1;
  transition: 1s ease;
    
}



/*Home Page Footer*/
.main-page-footer{
    
    position: relative;
    padding: 20px;
    
}

.main-page-footer p{
    
    font-size: 1em;
    text-align: center;
    color: darkslategray;
    font-weight: lighter;    
}

.inside-content{
    
    position: relative;
    margin-top: 100px;
    padding: 20px 20px;
    margin-left: 180px;
    margin-right: 180px;
    text-align: center;
    
}

.inside-content p{
	
	font-size: 18px;
	line-height: 28px; 
	color: darkslategray;
	font-weight: 100;
    text-align: center;
    margin: 0 20px;
    padding: 10px 0;
	
}




.inside-break{
 		width: 10%;
        border: 5px solid  #ffde16;
	
}




h2{
    font-size: 64px;
    color: darkslategray;
    line-height: 48px;
	font-weight:100;
    text-align: center;
    padding: 0;
    margin: 50px 0 0;
}

h3{

    font-size: 24px;
    color: darkslategray;
    font-weight: bolder;
    line-height: 12px;
    text-align: center;
    margin: 30px 0;


}



.inside-content img{
    
    width: 100%;
    height: auto;
    padding: 0px 0px 20px 0px;
    
}

/*Inside Pages Footer*/
.footer{
    	
	position: relative;
    height: 300px;
    width: 100%;
    text-align: center;
	background-color: #282828;
	padding: 20px;
	margin: 0;

}

#top_footer
{
    margin-top: 10px;
}

#bottom_footer
{
    margin-top: 100px;
}

/*Footer Fonts*/
h4{
    
    font-size: 28px;
    font-weight:lighter;
    line-height: 16px;
    color: darkgray;
    margin: 0px;
    
}

h5{
    
    font-size: 72px;
    font-weight: normal;
    line-height: 72px;
    color: darkgray; 
    margin: 0px;

}

.home{
    
    position: relative;
    margin: 0;
    background-color: #ffde16;
    width: 150px;
    height: 50px;
    top: 0;
}

.home a{
color: darkslategray;
    top: 0;
}

.home span {
    
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;

}

.home span:after {
    
    content: ' \279D';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -40px;
    transition: 0.5s;
    transform: rotate(180deg);
    
}

.home:hover span {
    
    padding-left: 20px;

}

.home:hover span:after {
    
    opacity: 1;
    left: 0;

}

.bottom-nav{
    display: none;
    
}
.modal{
    
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    
}

/* Modal Content */
.modal-content {
    
    position: relative;    
    margin: auto;
    padding: 0;
    width: 60%;
    
}

.number-text{
    
    font-size: 1em;
    color: darkslategray;
    
}

/* The Close Button */
.close{
    
  color: darkslategray;
  position: absolute;
  top: .5em;
  right: 1em;
  font-size: 4em;
  font-weight: normal;
    
}

.instruction{
	display: none;
}



@media screen and (max-width: 1650px) {
    
/*Header*/
.site-header{
    
    position: fixed;
    top:0;
    left: 0;
    width: 170px;
    height: 100%;
    padding: 20px;
    
}
    
    .logo{
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    padding: 20px;
        
    }

.pages-nav li{
    
    position: relative;
    padding: 10px 0 10px 0;
    right: 60px;
    top: 80px;
    
}
    
    
/*Close Button*/
.close_button{
    
    position: absolute;
    padding: 0;
    top: 0;
    right: 20px;
    font-size: 48px;
    color: darkslategrey;
	text-align: right;
	transition: .7s;
    
}
    
#about-content{
    
	position: relative;
    top: 60px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: darkslategray;
    font-weight: normal;
    
}

#about-content a{
    
    display: inline-block;
    padding: 10px;
    color: #222222;
    font-weight: bold;

}
    
.resume{
    
    background-color: #ffde16;
    border: 3px solid darkslategray;
    
    padding: 5px 15px;
    width: 200px;
    
}

.content{
    
    position: relative;
    margin-top: 80px;
    margin-left: 150px;
    margin-right: 140px;
    padding: 0;
    
}

/*Grid inside Portfolio*/
.column {
    
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        padding: 0 10px;
    
}
    

.inside-content{
    
    position: relative;
    margin-top: 80px;
    padding: 20px 20px;
    margin-left: 150px;
    margin-right: 150px;
    
}


/*Inside Pages Style*/
h2{
    
    font-size: 48px;
    color: darkslategrey;
    line-height: 32px;
    text-align: center;
        margin: 40px 0 0;

}

h3{

    font-size: 16px;
    color: darkslategray;
    font-weight: bolder;
    line-height: 16px;
    text-align: center;
    margin: 20px 0;

}

.inside-break{
        
        width: 5%;
        border: 5px solid #ffde16;
    }

.inside-content img{
    
    width: 100%;
    height: auto;
    padding: 0px 0px 20px 0px;
    
}

/*Inside Page Footer*/
.footer{
    
    position: relative;
    height: 300px;
    width: 100vw;
    text-align: center;
	background-color:#282828;
    padding: 20px;
    top: 0;   

}

#top_footer
{
    margin-top: 20px;
}

#bottom_footer
{
    margin-top: 100px;
}

/*Footer Fonts*/
h4{
    
    font-size: 21px;
    font-weight:lighter;
    line-height: 18px;
    color: darkgray;
    margin: 0px;
    
}

h5{
    
    font-size: 64px;
    font-weight: normal;
    line-height: 64px;
    color: darkgray; 
    margin: 0px;

}
    
}

@media screen and (max-width: 1025px) {
    
/*Header*/
.site-header{
    
    position: fixed;
    top:0;
    left: 0;
    width: 150px;
    height: 100%;
    padding: 20px;
    
}

/*Logo*/
.logo{ 
    position: relative;
    display: block;
    margin: 0 auto;
    height: 140px;
    width: auto;
    padding: 0px;
}
    
h1{
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    top: 40px;    
}
    
.site-navigation{
        
        position: fixed;
        height: 100%;
        width: 140px;
        top: 0;
        right:0;
    
}
    

.pages-nav li{
    
    padding: 10px 0 10px 0;
    position: relative;
    right: 90px;
    top: 60px;
}
    
.pages-nav a{
        
    top: 0;
    right: 0;


}
    
.info{
        
        border: 2px solid #ffde16;
}
    
.about-paragraph{
    
    font-size: 16px;
    line-height: 24px;    
}
    
/*Close Button*/
.close_button{
    
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    font-size: 32px;
    
}
    
#about-content{
    
	position: relative;
    top: 60px;
    padding: 20px 20px;
    text-align: center;
    font-size: 16px;
    color: darkslategray;
    font-weight: normal;
    
}

#about-content a{
    
    display: inline-block;
    padding: 10px;
    color: #222222;
    font-weight: bold;

}
    
.resume{
    
    background-color: #ffde16;
    border: 3px solid darkslategray;
    font-size: 16px;
    padding: 5px 15px;
    width: 160px;
    
}

        
.content{
    
    position: relative;
    margin-top: 80px;
    margin-left: 150px;
    margin-right: 140px;
    padding: 0;
}

/*Grid inside Portfolio*/
.column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0px 0px;
}
    
.inside-content{
    
    position: relative;
    margin-top: 80px;
    padding: 20px 20px;
    margin-left: 140px;
    margin-right: 140px;
    
}
	

}

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

/*Header*/
.site-header{
    position: relative;
    height: 250px;
    width: 100%;;
    padding: 20px 20px;
    }
    
/*Logo*/
.logo{ 
    position: relative;
    display: block;
    margin: 0 auto;
    height: 170px;
    width: auto;
    padding: 0px;
}

    
h1{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    line-height: 2em;
}
    

    #inside{
        
        display: none;
    }

    
.site-navigation{
        
        position: relative;
        height: auto;
        width: 100%;
        top: 0em;
        padding: 1em;
}

.pages-nav{
    
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: table;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    
}    

.pages-nav li{
    
        top: 0;
        left: 0;
        padding: 5px;
    }
    
.content{
    position: relative;
    margin: 0 auto;
    padding: 0;
        top: 0;

}
    
#push{
        display: none;
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffde16;
    cursor:pointer;
        
    }
 
/*Grid inside Portfolio*/
.column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0px 0px;
}
    
.inside-content{
    
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    top: 0;
}
    
.footer{

    position: relative;
    height: 450px;
    width: 100vw;
	text-align: center;
	background-color:#282828;
    top: 0;
    
}
    
.bottom-nav{
    display:block;
    border-top: 1px solid darkgrey;
    position: relative;
    top: 80px;
    margin: 0;
    text-decoration:none;
    width: 100%;
    height: auto;
    padding: 20px;
    
}
    
.bottom-nav ul{
    
        
        font-size: 14px;
        position: relative;
        top: 0px;
        margin: 0;
        display: inline-block;
        padding: 10px;
    
}
    
    
.bottom-nav li{
        
        display: inline;
        padding: 10px;        
    
}
    
    
.bottom-nav a{
        display: inline;
        color: darkgrey;
        padding: 10px;
    }

}

@media screen and (max-width: 425px) {
    
/*Header*/
.site-header{
    
    position: relative;
    height: auto;
    width: auto;
    padding: 20px;
    top: 0;
    
}
    
/*Logo*/
.logo{
    
    position: relative;
    margin: 0 auto;
    height: 120px;
    width: 100%;
    padding: 0px;
    
}

    
h1{
    
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    line-height: 20px;
}
    
    #inside{
        
        display: none;
    }
    


.site-navigation{
        
        position: relative;
        height: 50px;
        top: 0px;
    
}

.pages-nav{

    position: relative;
    top: -30px;
    font-size: 14px;
    cursor: pointer;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    padding: 0px;
    
}    

.pages-nav li{
        
        padding: 0;
        top: 0;
    
    }
    
.pages-nav a{
        top: 0
            
    }

    .info{
        border: 2px solid #ffde16;
    }

    
#about-content{
    
    top: 60px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: darkslategray;
    font-weight: normal;
    
}


    
    
.content{
    
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    top: 0;
}
    
/*.container a: hover, .container a: focus, .container a: active*/
	
	
.overlay{
        
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffde16;
}
    
    
/*Grid inside Portfolio*/
.column{
    
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0px 0px;
    
}
    
    
.main-page-footer{
    
    position: relative;
    padding: 10px;
    top: 0;
    width: auto;
    
}
    
.instruction{
	display: block;
	width: 100%;
	height:auto;
	font-size: 10px;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-color: #ffde16;
	
}
    
.inside-content{
    
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    top: 0;
    padding: 20px;
    
}


/*Inside Pages Style*/
h2{
    
    font-size: 32px;
    color: darkslategray;
    line-height: 40px;
    text-align: center;
    font-weight: lighter;
    margin: 0;
    padding: 0 20px;
}

h3{

    font-size: 12px;
    color: darkslategray;
    font-weight: bolder;
    line-height: 18px;
    text-align: center;
    padding: 20px 40px;
    margin: 0;

}
    
.inside-break{
        
        border: 2px solid #ffde16;
        width: 6%;
        
       
}
    


.inside-content img{
    
    width: 100%;
    padding: 0px 0px 20px 0px;
    
}

.footer{
    
    position: relative;
    height: 400px;
    text-align: center;
	background-color: #282828;
    width: 100vw;
	top: 0;
}

#top_footer
{
    margin-top: 0px;
}

#bottom_footer
{
    margin-top: 80px;
}
    


/*Footer Fonts*/
h4{
    
    font-size: 16px;
    font-weight:lighter;
    line-height: 14px;
    color: darkgray;
    margin: 0px;
    
}

h5{
    
    font-size:48px;
    font-weight: normal;
    line-height: 48px;
    color: darkgray; 
    margin: 0px;

}
    
.bottom-nav{
    
    display: block;
    border-top: 1px solid darkgray;
    position: relative;
    top: 80px;
    margin: 0;
    text-decoration:none;
    width: 100%;
    height: auto;
    padding: 20px;
    
}
    
.bottom-nav ul{
    
        font-size: 14px;
        position: relative;
        top: 0px;
        margin: 0;
        display: inline-block;
        padding: 10px;
    
}
    
    
.bottom-nav li{
        
        display: inline;
        padding: 10px;        
    
}
    
    
.bottom-nav a{
        display: inline;
        color: darkgray;
        padding: 0;
}
    
    .text{
        
        font-size: 32px;

}
    
    
    .read-more{
        padding: 5px 15px;
}
    .read-more a{
        
        font-size: 10px;
        
}
    
    .projects{
        
        font-size: 10px;
        color: darkslategray;
 }
    


}

a{
	font-family: Montserrat, sans-serif;
	text-decoration: none;
	color:#D4D4D4;
}

/*
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #ffde16;
    color: white;
    padding: 12px 20px;
    cursor: pointer;
	border:none;
}

input[type=submit]:hover {
    background-color: #ffde16;
	color: black;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

*/

/*
::-webkit-scrollbar {
    -webkit-appearance: none;
}


::-webkit-scrollbar:vertical {
    width: 10px;
    padding: 0px;
}
::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
      background: #f7f7f7;
}
 
::-webkit-scrollbar-thumb {
  background: #555; 
}

*/

