/*#######################################################

	Site	: www.ui.mpipin.com
	Author	: Momcilo Milic (momcilo.milic@gmail.com)
	Company : www.mmkernel.com
	
#########################################################*/

:root {
    --thumb-width: 270px;
    --yellow-color: #EEE64C;
  }

@font-face {
    font-family: myFont;
    src: url(../fonts/Hellix-Regular.ttf);
  }

  @font-face {
    font-family: myFont2;
    src: url(../fonts/SpaceMono-Regular.ttf);
  }

body {
    max-width: 1440px;
    background-color: black;
    font-family: myFont;
    margin: auto;
}

.container {
    color: white;
    width: 98%;
    margin-top: 30px;
    align-items: center;
}

header {
    padding-top: 5px;
    margin-bottom: 95px;
}
.logo { display: inline-block;}
.logo h1 { height: 40px; font-weight: 400; font-size: 32px; line-height: 36px; }
.logo h5 { font-family: myFont2; letter-spacing: 1px; line-height: 0px; font-weight: 400; font-size: 16px;}
.top_social {
    display: block; float: right; font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.top {
    width: 100%;
    height:auto;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    padding-bottom: 40px;

}

.top a { color: white; text-decoration:none;}
.top a:hover { color: white; text-decoration:none;}

.based {display:  inline-block; padding-right: 15px; margin-right: 15px; border-right: 1px gray solid; height: 50px;}
.social {display:  block; float: right;}



.every_pixel {
    margin-left: 90px;
    
    font-size:80px;
    font-family: myFont2;
}
.every_pixel div { max-height:62px; }
.every_pixel div:nth-of-type(1) { padding-left: 25px; }
.every_pixel div:nth-of-type(2) { padding-left: 62px; }
.zuta_kocka {font-size:22px; padding-right: 5px;}
.about_div { border-bottom: 1px gray solid; margin-bottom: 20px; }
.about_me {
    display: inline-block;
    width: 100%;
}
.about_title {margin-top: 3px}
.zolta_boja p:first-of-type {
    color:var(--yellow-color); font-size: 14px; font-family: myFont2; margin-left: -17px;
}
.text { font-size:24px; display: block; float: left; width: 80%; line-height: 28px; }
.avatar {display: block; float: right;  }
.avatar img { width: 120px; border-radius: 5%; }
.border { color: gray; }
.sk_so_ln { width: 100%; margin-bottom: 50px; }
.sk_so_ln div {
    font-family: myFont2;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 14px;
}
.sk_so_ln div:nth-of-type(1) {width: 21%;}
.sk_so_ln div:nth-of-type(2) {width: 14%;}
.sk_so_ln div:nth-of-type(3) {width: 12%;}
.sk_so_ln div:nth-of-type(4) {width: 12%;}
.sk_so_ln div:nth-of-type(5) {width: 31%;}
.sk_so_ln div p {
    text-transform:uppercase;
    font-size: 14px;
}
.sk_so_ln div p a{ color:#EEE;}
.sk_so_ln div a:hover, .social_up p a:hover, .social_down div p a:hover { color: #EEE64C;}
.portfolio { width: 100%; height: fit-content; margin-bottom: 120px; }

/* #######  PORTFOLIO DIV TABLE  ####### */
.divTable{
    border-collapse: collapse;
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;   
    width: 100%;    
    border-top: 1px gray solid;
    height: 90px;
}
.divTableRow:last-child { border-bottom: 1px gray solid; }
.divTableRow div:nth-of-type(1) { font-size: 20px; }
.divTableRow div:nth-of-type(2), .divTableRow div:nth-of-type(3), .divTableRow div:nth-of-type(4) { font-size: 18px; }
.divTableHeading {	display: table-header-group;}
.divTableCell, .divTableHead {
	display: table-cell;    
    vertical-align: middle;    
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {	display: table-row-group; }
.vo_proces div { color:var(--yellow-color); }
/* .plus { display: block; float: left; font-size: 50px !important; margin-right: 10px; height: fit-content; background-color: #EEE64C;} */
.plus_sign::before {
    content: "+";
    font-size: 50px;
    font-weight: 100;
    display: inline-block;
    width: 50px;
    margin: -5px 0 0 0;
    vertical-align: middle;
}

.how_the { width: 100%; border-bottom: 1px gray solid; }
.how_content { width: 63%; }
.how_the div div {margin-bottom: 50px; font-size:24px; line-height: 30px;}
::selection {
    color: var(--yellow-color);
    background-color: black;
}
footer { margin-top: 50px; width: 100%; height:fit-content; margin-bottom: 15px; padding-bottom: 40px; } 
footer a { color: white; text-decoration:none; padding-right: 10px; }
.social_down p a{font-weight: 400; font-size: 20px; font-family: myFont; }
.social_down p a:hover { color: white; text-decoration: none; }
.avatar_down {display: none;}
.copyright {text-align: center; font-size: 12px; margin-bottom: 30px;}
.br_mob {display: none;}
.based_down { display: none;}
.thumbnail-preview {
    position: absolute;
    display: none;
    width: var(--thumb-width);
    height: auto;
    border: 1px solid #ccc;
    z-index: -1;
    border-radius: 6px;
}

/* #######  MEDIA SCREENS  ####### */

@media screen and (max-device-width: 768px) { 
    .top { background-image:none; }
    body {
        background-image: url(../img/bg_mob.jpg);
        background-repeat: no-repeat;
        background-attachment: local;
        background-position: left top;
        background-size: contain;
    }
    header { padding-top: 0px; }
    .logo h1 { font-size: 32px; line-height: 44px; }
    .logo h5 { line-height: 0px; font-size: 16px;}
    .avatar { display: none; }
    .top_social { display: none; }
    .about_me { width: 95%; }
    .text { width: 100%; font-size: 23px; }
    .sk_so_ln div { display: block; }
    .sk_so_ln div:nth-of-type(2) {width: 29%;}
    .sk_so_ln div:nth-of-type(3) {width: 29%;}
    .sk_so_ln div:nth-of-type(4) {width: 29%;}
    .mob_v { display: inline-block !important;    }
    .mob_fl { width: 90% !important;    }
    .every_pixel { margin-left: 90px; font-size:60px; margin-bottom: -25px; line-height: 50px; }
    .every_pixel div:nth-of-type(2) { padding-left: 55px; }
    .about_title {margin-top: -2px}
    .divTableRow div:nth-of-type(1), .divTableRow div:nth-of-type(2), .divTableRow div:nth-of-type(3) { display: block; }
    .divTableRow div:nth-of-type(1) { padding-top: 15px; }

    .divTableRow div:last-child { height: 120px;}
    .plus div:first-child { margin-top: 10px; margin-bottom: -35px; }
    .plus div:last-child { vertical-align: middle; }
    .divTableCell, .divTableHead { vertical-align:text-top; }
    .plus > .divTableCell { vertical-align: middle; padding-top: unset;}
    .last_porf_mob { margin-bottom: 20px !important; }
    .sk_so_ln { margin-bottom: 80px; }

    .divTableRow {
        display: table-row;   
        width: 100%;    
        border-top: 1px gray solid;
        height: 90px !important;
    }

    .how_content { width: 100%; }
    .how_the div div {margin-bottom: 30px; font-size: 18px; }
    footer {margin-top: 30px; border-bottom: none;}
    .copyright {text-align: left; font-size:11px !important; }
    .social_down div {display: inline-block;}
    .social_down div {vertical-align: top;}
    .social_down div p { line-height: 33px;}
    .social_down div:first-child {width: 60%; }
    .social_down div:last-child {float: right;}
    .avatar_down { width: 108px;}
    .avatar_down img { width: 108px;  border-radius: 5%; }
    .br_mob {display:block}
    footer p:first-child {font-size:14px !important}
    .based_down { display:contents; margin-top: 30px;}
}

/* #######  THE END  ####### */