header {
    font-family: "Ubuntu", sans-serif;
    font-size: 3vw;
    margin: 0;
    /* border-bottom: solid thin #0c0c0c; */
    /* margin-right: -30px; */
    /* margin-right: -30px; */
}
h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 5vw;
    margin: 0;
	line-height: 80%;
    /* border-bottom: solid thin #0c0c0c; */
    /* margin-right: -30px; */
    /* margin-right: -30px; */
}
nav {
    margin-top: 16px;
    /* border-top: solid thin; */
    padding-top: 16px;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
	font-weight: 300;
    background-color: white;
    padding-left: 0;
}
main {
	height: calc(100% - 20px);
	margin-bottom: 20px;
}

a.noul{
    text-decoration: none;
}

.navtd {
	padding: 0;
	padding-right: -1px;
}

.widenav tr td:last-child {
   border-right: solid thin #0c0c0c;
}
.nrwnav tbody tr:last-child td a {
   border-bottom: solid thin #0c0c0c;
}

.nrwnav {
	width: 100%;
}

.widenav {
	display: none;
}

td:hover, td a:hover {
    background-color: #f5f5f5
    !important;
}

.maincontainer {
    font-family: "Ubuntu", sans-serif;
    /*padding-bottom: 100px;*/
    padding-top: 16px;
   
	min-height: 70%;
    min-height: -webkit-calc(100% - 300px);
    min-height: -moz-calc(100% - 300px);
    min-height: calc(100% - 300px);
}

.main {
    height: 100%;
    /* float: right; */
    background: #ffffff;
    /* margin-right: 32px; */
    clear: left;
    padding: 0 0 16px;
    margin: 0 0 16px;
}

.grey {
    color: #888888;
    font-family: "Ubuntu", sans-serif;
	font-weight: 300;
    font-size: 3vw;
}

.sidebar {
    
    height: 100%;
    /*float: right;*/
    background: #f5f5f5;
    clear: right;
    /* display: table; */
    /*margin: 16px;*/
    /* padding-bottom: 16px; */
    /* padding-left: 16px; */
    padding: 16px;
    text-align: center;
}

.sbhdr {
    margin-top: 0;
    margin-bottom: 8px;
	display: none;
}


@media all and (min-width: 720px) {
	.sidebar {
		float: right;
		margin: 16px;
		width: 20%;
	}
	.sbhdr {
		display: block!important;
	}
	.widenav {
		display: block;
	}
	.nrwnav {
		display: none;
	}
	.main {
		width: 70%;
	}
	header {
	    padding-left: 30px;
	    width: 80%;
	}
	.maincontainer {
		padding-left: 30px;
	}
}


footer {
    border-top: solid thin #0c0c0c;
    font-family: "Ubuntu", sans-serif;
	font-weight: 300;
    /* font-size: 64px; */
    width: 100%;
}

.widenav a
{
    text-decoration:none;
    display:inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 80px;
    border-left: solid thin #0c0c0c;
    /*border-right: solid thin #0c0c0c;*/
    text-align: center;
}

.nrwnav a
{
    text-decoration:none;
    display:inline-block;
    width: 100%;
    border-top: solid thin #0c0c0c;
    /*border-right: solid thin #0c0c0c;*/
    text-align: center;
}

.nrwnav td
{
    width: 100%;
}

footer ul {
    list-style-type: none;
}

.clearfix {
    
    zoom: 1;
    clear: both;
}
.clearfix:before, .clearfix:after {
    /* display: table; */
    line-height: 0;
    content:"";
}
.clearfix:after {
    clear: both;
}

a {
    color: inherit;
}

html, body {
    /* max-width: 100%; */
    /* overflow-y: hidden; */
    box-sizing: border-box;
    height:100%;
    margin: 0;
    padding: 8px;
}

.footwrap{
    width: 100%;
    margin: 0;
    padding: 0;
    /* padding-left: 30px; */
    /* padding-top: 16px; */
    height:100px;
    /*position:absolute;*/
    bottom: 0;
    left:0;
    /* display: initial; */
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
}


@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
    text-align: center;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.socli {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 7px;
    color: #ffffff;
    background-color: #595959;
}



.socli a:hover {
    z-index: 2;
    background-color:#454545 !important;
}

.nosoc {
	overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    /*width: 42px;*/
    height: 42px;
    line-height: 42px;
    font-size: 23px;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-instagram:before {
    content:'\e057';
}
.soc-stackoverflow:before {
    content:'\e007';
}
.soc-github:before {
    content:'\e030';
}
.soc-linkedin:before {
    content:'\e049';
}

.projheader {
	margin-bottom: 0;
}


