@import url('https://fonts.googleapis.com/css?family=Roboto|Yanone+Kaffeesatz|Yesteryear|Roboto+Condensed');

html {
  height: 100%, auto;
}


.jumbotron {
  color: #999994;
}

.background {
  position: fixed;
  z-index: -1;

  background: url(https://static.pexels.com/photos/136977/pexels-photo-136977.jpeg) no-repeat center center fixed;
  height: 100%;
  width: 100%;
  max-width: auto;
  max-height: auto;

  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #EBEBEB;
  overflow: auto;
  position: relative;
}

.clear {
  clear: both;
}

.name{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 60px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.about{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.words{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 15px;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.words p {
  padding: 10px;
}

.icons {
  position: fixed;
}
.icons a{
  display: block;
  text-align: right;
  padding: 5px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 25px;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.icons a:hover {
  -webkit-transform: scale(1.3);
  	transform: scale(1.3);
}

.fa-facebook-official:hover {
  color: #3b5998;
}
.fa-github:hover {
  color: #000000;
}
.fa-google-plus-official:hover {
  color: #D84B37;
}
.fa-linkedin-square:hover {
  color: #0077b5;
}
.fa-steam-square:hover {
  color: #2f4f4f;
}

.work{
  width: 100%;
  padding-top: 20px;
  display: table;
}
.things {
  width: 50%;
  float: left;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 35px;
  display: table-row;
  text-align: center;
}
.things:last-child {
  font-family: 'Yesteryear', sans-serif;
  font-size: 25px;
  width: 50%;
  text-align: center;
}

#footer-logo {
  width: 50%;
  float: left;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #4C4C4A;
  margin-bottom: 10px;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  padding-top: 225px;
  margin: 15px;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
}


#page-wrap {
  width: 4%;
  float: right;
  position: relative;
}

#sub-footer {
  position: relative;
  margin-top: 50px;
  background-color: #4C4C4A;
}


#credit {

  position: relative;
  padding-left: 10px;
}
#credit a{
  text-decoration: none;
  color: #ffffff
}
#credit a:hover{
  color: #000000;
}

img {
  width: 200px;
  height:100px;
  padding-top: 50px;
  position: fixed;
}


/*This is diff*/
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #000;
    color: #E50014;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000;
    text-align: center;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid;
    text-align: center;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.social {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/*content~*/
.home {
  width: 100%;
}
#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


.container {
	width: 80%;
	margin: 30px auto;
	overflow: hidden;
}

.galleryItem {
	color: #797478;
	font: 10px/1.5 Verdana, Helvetica, sans-serif;
	float: left;

	width: 16%;
	margin:  2% 2% 50px 2%;
}

.galleryItem h5 {
	text-transform: uppercase;
}

.galleryItem img {
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
	.galleryItem {width: 21%;}
}

@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
	.galleryItem {width: 29.33333%;}
}

@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
	.galleryItem {width: 46%;}
}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	.galleryItem {width: 96%;}
	.galleryItem img {width: 96%;}
	.galleryItem h5 {font-size: 18px;}
	.galleryItem p, {font-size: 18px;}
}


.icon {
  font-size: 90px;
}


.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:220px; resize:none;}
.form-control{ box-shadow:none; border-color:#eee; height:49px;}
.form-control:focus{ box-shadow:none; border-color:#00b09c;}
.form-control-feedback{ line-height:50px;}
.main-btn{ background:#00b09c; border-color:#00b09c; color:#fff;}
.main-btn:hover{ background:#00a491;color:#fff;}
.form-control-feedback {
line-height: 50px;
top: 0px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }


}
