*,
*:before,
*:after {
    box-sizing:inherit;
}

html {
    box-sizing:border-box;
}

html,body {
    font-family: Verdana, sans-serif;
    font-size: 15px; 
    line-height: 1.5;
}

body {
    margin: 0px;
}

nav,header,section,footer {
    display: block;
}

#main {
    margin-left: 120px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif
}

hr {
    max-width: 490px;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline-width: 0px;
}

/* *************************************************************** */
/* Position */
/* *************************************************************** */

.container {
    padding:0.01em 16px;
}

.content {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

.margin-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.margin-right-16 {
    margin-right: 16px;
}

.margin-top-16 {
    margin-top: 16px;
}

.padding-large {
    padding: 12px 24px !important;
}

.padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

/* *************************************************************** */
/* Text */
/* *************************************************************** */

.justify {
    text-align: justify !important;
}

.wide {
    letter-spacing: 4px;
}

.text-12 {
    font-size: 12px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-36 {
    font-size: 36px !important;
}

.text-64 {
    font-size: 64px !important;
}

/* *************************************************************** */
/* Button */
/* *************************************************************** */

.button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.button:hover {
    background-color: #ccc !important;
}

/* *************************************************************** */
/* Images */
/* *************************************************************** */

img {
    vertical-align: middle;
    border-style: none;
}

.image-width {
    width: 100%;
}

.image-header {
    width: 992px;
    height: 1108;
}

.image-wh {
    max-width: 100%;
    height: auto;
}

/* *************************************************************** */
/* Grid */
/* *************************************************************** */

.row {
    content: "";
    display: table;
    clear: both;
}

.row-padding,
.row-padding>.half {
    padding:0 8px;
}

.half {
    float:left;
    width:100%;
}

.row-padding img {
    margin-bottom: 12px;
}

/* *************************************************************** */
/* Card */
/* *************************************************************** */

.card {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2), 0px 4px 20px 0px rgba(0, 0, 0, 0.19);
}

.card:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,1), 0px 4px 20px 0px rgba(0, 0, 0, 1);
}

.card-bg {
    background-color: rgb(243, 240, 240); 
}

i {
    font-size: 50px;
}
/* *************************************************************** */
/* Contact */
/* *************************************************************** */

.contact-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
}

.contact-input:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5), 0px 4px 20px 0px rgba(0, 0, 0, 0.19);
}

/* *************************************************************** */
/* colors */
/* *************************************************************** */

.white {
    color: #000 !important;
    background-color: #fff !important;
}

.dark-grey {
    color: #fff !important;
    background-color: #616161 !important;
}

.light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.text-light-grey {
    color: #f1f1f1 !important;
}

.text-grey {
    color: #757575 !important;
}

.text-white {
    color: #fff !important;
}

.bg-grey {
    background-color: #9e9e9e;
}

/* *************************************************************** */
/* Skill Bars */
/* *************************************************************** */

.skills-bar-text {
    color: #000;
    text-align: center;
    line-height: -10;
}

.html-skills-bar,
.css-skills-bar,
.javascript-skills-bar,
.asp-skills-bar,
.c-skills-bar,
.java-skills-bar,
.python-skill-bar {
    height: 28px;
 }

.html-skills-bar {
     width: 80%;
}

.css-skills-bar {
    width: 65%;
}

.javascript-skills-bar {
    width: 30%;
}

.php-skills-bar {
    width: 10%;
}

.sql-skills-bar {
    width: 10%;
}

.c-skills-bar {
    width: 15%;
}

.java-skills-bar {
    width: 10%;
}

.cp-skills-bar {
    width: 10%;
}

/* *************************************************************** */
/* Navbar */
/* *************************************************************** */

.bar-block.center
.bar-item {
    text-align: center;
}

.bar-item-width {
    width: 25% !important;
}

.sidebar {
    height: 100%;
    width: 120px;
    background-color: rgb(243, 240, 240);
    position: fixed !important;
    z-index: 1;
    overflow: auto;
}

.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.top {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.opacity,
.hover-opacity:hover {
    opacity: 0.6;
}

.bar {
    width: 100%;
    overflow: hidden;
}

.bar .bar-item {
    padding:8px 16px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0;
}

/* *************************************************************** */
/* Media Query */
/* *************************************************************** */

@media (max-width:600px) {

        .hide-small{
            display: none !important;
        }
    }

@media only screen and (Max-width: 600px) {
    #main {
        margin-left: 0;
    }
    .margin-top {
        margin-top: 30px;
    }
}    

@media (max-width:992px) and (min-width:601px) {

    .hide-medium
    {display: none !important;
    }
}

@media all and (min-width: 993px) {

    .hide-large {
        display: none !important;
    }

}

@media all and (min-width: 601px) {

    .half {
        width: 50%;
    }
} 
