/* Fonts */

@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;
    margin: 40px 0 40px 50px;
}

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

.soc li a {
    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: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0);
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-linkedin:before {
    content:'j';
}
.soc-github:before {
    content:'Q';
}
.soc-instagram:before {
    content:'x';
}



/* General Document Styles */

* {
  color: #000;
}
.container {
  width: 1000px;
}



/* Navigation */

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a {
  padding: 5px;
  margin: 0px;
  text-align: center;
}

.navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  font-weight: 300;
  padding: 20px 15px;
}

.navbar-brand span {
  font-weight: 700;
  font-size: 26px;
}


/* Jumbotron Hero Section */

.jumbotron, .navbar {
  margin: 0;
  background-color: #fff;
}

.jumbotron {
  height: 420px;
}

.jumbotron h1 {
  font-weight: 300;
  font-size: 42px;
}

.jumbotron p {
  color: #666;
  font-size: 18px;
  line-height: 1.5em;
}

.btn-primary {
  padding : 15px;
  font-size: 16px;
  border-radius: 5px;
  border:0;
  margin: 0;
}

.btn-primary:hover {
  background-color: #297fc8;
}



/* Social Ribbon */

.social-ribbon {
  background-color: #4d0000;
  height: 125px;
}

.social-ribbon h3 {
  color: #eee;
  font-size: 22px;
  font-weight: 300;
}

.social-ribbon p {
  font-size: 16px;
  color: #ffe6e6;
}

/* Icons */

.glyphicon {
  font-size: 60px;
  color: #333;
  margin-top: 50px;
}

.icon-area {
  background-color: #eee;
  height: 274px;
  text-align: center;
}

.icon-area h2 {
  font-weight: 300;
}


/* Footer */

footer {
  height: 100px;
}

footer ul {
  height: 40px;
  margin: 30px 0px;
}

footer .nav>li>a {
  font-size: 12px;
  padding: 0 5px;
}

footer .nav>li>a:hover {
  background-color: rgba(0,0,0,0);
}
