/************************
*        General        *
************************/

body {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    outline: 0;
    padding: 0;
    letter-spacing: 0.5px;
    position: static;
    margin-top: 50px;
    overflow-x: hidden;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    color: rgba(128, 128, 128, 1);
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #151515;
    font-weight: normal;
    margin-top: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

h3 {
    font-size: 17px;
    margin-bottom: 20px;
}

h4 {
    font-size: 15px;
    margin-bottom: 20px;
}

h5 {
    font-size: 14px;
    margin-bottom: 20px;
}

h6 {
    font-size: 12px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    html, body {
        width: 767px !important;
        overflow-x: hidden !important;
    }
}

.container-large {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-large {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-large {
    width: 970px;
  }
}

@media (min-width: 1100px) {
  .container-large {
    width: 1300px;
  }
}

@media (min-width: 1620px) {
  .container-large {
    width: 1850px;
  }
}

.container-large:before,
.container-large:after {
    display: table;
    content: " ";
}

.container-large:after {
    clear: both;
}

.profile-image {
    width: 250px !important;
    height: 375px !important;
}

/************************
*       Navigation      *
************************/

@media (max-width: 768px) {
    .pull-left-768 {
        float: left!important
    }
}

.navbar {
    background-color: rgba(16, 16, 16, 1);
    border-bottom: 2px solid #000000;
}

.navbar-header a {
    color: white !important;
}

.nav a {
    color: white !important;
}

/************************
*       Front Page      *
*          Home         *
************************/

.home {
    color: white !important;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(32, 32, 32, 1);
}

.home .intro-text .home-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
}

.home .intro-text .home-description {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 300;
}

/************************
*       Front Page      *
*        Portfolio      *
************************/
#Portfolio {
    background-color: rgba(230, 230, 230, 1);
}

.portfolio-table {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.portfolio-table-items ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-table-items li {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    margin: 5px;
}

.portfolio-table-items li:hover .img-overlay {
    opacity: 1;
}

.img-responsive {
    height: 325px !important;
    width: 460px !important;
    border: 1px solid rgba(0, 0, 0, 1);
}

.img-overlay {
    position: absolute;
    top: 1;
    margin-left: 1px;
    height: 324px;
    width: 459px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(128,128,128, 0.75);
}

.img-overlay-text {
    position: relative;
    font-size: 22px;
    color: white;
    top: 46%;
    text-align: center;
}

/************************
*       Front Page      *
*          About        *
************************/

#About {
    color: white !important;
    background-color: rgba(32, 32, 32, 1);
}

#About h2 {
    color: white !important;
}

#About ul {
    padding-top: 25px;
    font-size: 22px;
}

#About li {
    padding-top: 15px;
}

#About .container {
}

/************************
*       Front Page      *
*        Contact        *
************************/
#Contact {
    background-color: rgba(230, 230, 230, 1);
}

#Contact .contact-list {
    margin-top: 50px;
}

#Contact .contact-list h3{
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
}

#Contact .contact-list ul {
    position: relative;
    left: 31%;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#Contact .contact-list li {
    height: auto;
    float: left;
    width: 16.66666667%;
}

#Contact .contact-list li:hover i {
    color: #A0A0A0;
}

#Contact .contact-list .fa-sub {
    position: relative;
    left: -.5em;
    width: .2em;
    vertical-align: -.25em;
    text-shadow: -1px -1px 0px white, -1px 1px 0px white, -1px 0px 0px white; // optional contrast
}

/*********************************
*       Portfolio Item Page      *
*********************************/

.portfolio-item-logo {
    background-color: #808080;
    border-bottom: 3px solid #000000;
}

.portfolio-img {
    display: block;
    width: 1024px;
    height: 576px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
    box-shadow: 5px 5px 5px 3px #505050;
}

.portfolio-item-header {
    display: block;
    padding-top: 50px;
}

.portfolio-item-header .container {
    margin-left: auto;
    margin-right: auto;
}

.portfolio-item-header .container span{
    border: 6px solid #000000;
    font-size: 35px;
    padding: 5px !important;
}

.portfolio-page-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.portfolio-page-content .ExtraPadding {
    padding-top: 25px;
}

.portfolio-item-table {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.portfolio-item-images ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-item-images li {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    margin: 5px;
}

.porfolio-item-image {
    display: block;
    height: 360px !important;
    width: 540px !important;
    border: 1px solid rgba(0, 0, 0, 1);
}

.CodeSpoiler {
    background: #a0a0a0;
    background-image: -webkit-linear-gradient(top, #808080, #646464);
    background-image: -moz-linear-gradient(top, #808080, #646464);
    background-image: -ms-linear-gradient(top, #808080, #646464);
    background-image: -o-linear-gradient(top, #808080, #646464);
    background-image: linear-gradient(to bottom, #808080, #646464);
    -webkit-border-radius: 30;
    -moz-border-radius: 30;
    border-radius: 30px;
    text-shadow: 1px 1px 0px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    box-shadow: 3px 3px 3px #666666;
    color: #000000;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    border: solid #000000 1px;
    text-decoration: none;
}

.CodeSpoiler :hover {
    background: #808080;
    background-image: -webkit-linear-gradient(top, #a0a0a0, #808080);
    background-image: -moz-linear-gradient(top, #a0a0a0, #808080);
    background-image: -ms-linear-gradient(top, #a0a0a0, #808080);
    background-image: -o-linear-gradient(top, #a0a0a0, #808080);
    background-image: linear-gradient(to bottom, #a0a0a0, #808080);
    text-decoration: none;
}

.project-text {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.gameframe {
    margin-top: 25px;
    margin-bottom:25px;
}

/*********************************
*       Portfolio Image Page     *
*********************************/

.portfolio-image {
    background-color: #808080;
    border-bottom: 3px solid #000000;
}

.portfolio-image img {
    display: block;
    width: 1504px;
    height: 846px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
    box-shadow: 5px 5px 5px 3px #505050;
}
/************************
*        Header         *
************************/



/************************
*        Footer         *
************************/

.page-footer {
    position:static;
    width: 100%;
    bottom: 0;
    padding: 0;
    background-color: rgba(16, 16, 16, 1);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border-top: 2px solid #000000;
}

.page-footer h6 {
    color: #777777;
}

.page-footer .container {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 0;
}

/************************
*         Misc          *
************************/

section {
    padding: 100px 0;
}

section h2 {
    font-size: 48px;
    margin: 0;
}

@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

.text-center {
    text-align: center !important;
}
