/**********************************************
*** GENERAL
**********************************************/

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    /* materialize rules */
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #454545
}

main {
    /* materialize rules */
    flex: 1 0 auto;
  }

nav {
    background-color: #000
}

nav .brand-logo {
    height: 100%;
    padding: 0px 0px 0px 10px;
}

.header {
    text-align: center;
    color: #d77914;
    font-weight: bolder
}

.btn-floating {
    background-color: #d77914
}

.section-dividers {
    background-color: #454545;
    color: #FFF
}

.page-footer {
    background-color: #000
}

.sidenav-overlay {
    background-color: transparent;
    /* fixes sidebar links because of an issue with class="navbar-fixed" */
    z-index: 1;
}

.tmc-divider {
    padding-top: 25px;
}

.home__contrast {
    color: #8bd6d6
}

.home__text {
    color: bisque
}

.home__title {
    text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}
.home__line {
    border-bottom: #FFF 1px solid
}


/**********************************************
*** TOP PART
**********************************************/



a.brand-logo {
    padding-left: 15px;
}

.top-header {
    background-color: #454545;
    background-position: center center;
    
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.widget-icon-box .icon-box {
    text-align: left;
    color: #999
}

.widget-icon-box .icon-box:hover .xicons {
    transition: all 200ms ease-out;
    color: #ddd
}

html.flexbox .widget-icon-box .icon-box {
    width: auto;
    display: inherit
}

.icon-box {
    width: 230px;
    display: inline-block;
    padding-right: 15px;
    margin-left: 15px;
    text-align: left
}

.icon-box > .xicons {
    float: left;
    font-size: 40px;
    margin-right: 10px
}

.icon-box__title {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #ddd
}

.icon-box__subtitle {
    color: #999
}

.widget-social-icons {
    text-align: center;
    padding: 9px 0;
    margin: 0 10px
}

.free-quote {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.btn__txt {
    line-height: 45px !important
}

.btn-large {
    height: 58px;
    background-color: #8bd6d6;
    color: #000;
    border: solid #000 2px;
    font-weight: bolder;
    box-shadow: 2px 2px 5px #000;
}

.btn-large:hover {    
    background-color: #0b5085;
    border: solid #000 2px;
    color: #FFF;
    font-weight: bolder;
}

.social-icons__link {
    font-size: 25px;
    padding: 0 8px;
    color: #fff;
    transition: all 200ms ease-out
}

.social-icons__link:hover {
    color: #eeb908
}

/* Start Social Bar */
.fa {
  font-size: 1.5em;
}

.tmc-social-bar {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.tmc-social-icon {
  padding: 10px;
  margin-right: 10px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.tmc-social-icon:hover {
  padding-right: 20px;
  margin-right: 0;
}

.tmc-social-fb {
  background: #3B5998;
}

.fa-facebook {
    color: #fff
}

.tmc-social-twitter {
  background: #1DA1F2;
}

.fa-twitter {
    color: #fff
}

.tmc-social-googleplus {
  background: #DB4437;
}

.fa-google-plus {
    color: #fff
}

.tmc-social-reddit {
    background: #000000;
}

.fa-reddit-alien {
    color: #FFF
}
/* End Social Bar */

@media (min-width:660px) {
    
    .logo .img-responsive {
        margin: 0 auto
    }
    
    .logo {
        float: none;
        text-align: center
    }
    
    .header-widgets {
        padding: 14px 0 28px 0;
        float: left;
        text-align: left
    }
    
    
    html.flexbox .header-widgets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none
    }
    
    .icon-box {
        border-right: 1px solid rgba(250, 250, 250, .12);
        width: 210px
    }
    
    html.flexbox .widget-icon-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        float: none
    }
}

/* responsive */

@media screen and (min-width:1390px ){

}

@media screen and (min-width:1200px ){

}

@media screen and (max-width:1215px ){
	
}

@media screen and (max-width:1024px ){

}

@media screen and (max-width:960px ){
    .home__proj-card {
        margin-left: 100px !important
    }
}

@media screen and (max-width:900px ){

}

@media screen and (max-width: 850px) {
/* Social Bar Start */
  .tmc-social-bar {
    bottom: 0;
    transform: none;
    width: 100%;
    z-index: 1;
  }

  .tmc-social-icon {
    display: block;
    float: left;
    padding: 10px;
    margin: 0;
    width: 25%;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-sizing: border-box;
    text-align: center;
  }

  .tmc-social-icon:hover {
    padding: 10px;
  }
/* Social Bar End */
}

@media screen and (max-width:799px ){
  
}

@media screen and (max-width:729px ){
    .logo {
        display: none;
    }
    nav .brand-logo {
        height: 60px;
    }
    
    html.flexbox .widget-icon-box .icon-box {
        height: 50px;
        padding-top: 5px;
    }
    .free-quote {
        display: none;
    }
    .row .col.s4 {
        width: auto;
    }
    
    .home__proj-card {
        margin-left: 20px !important
    }
} 

@media screen and (min-width: 640px) {

}

@media screen and (max-width:565px ){

}

@media screen and (max-width:480px ){
  
}

@media screen and (max-width:375px ){

}

@media screen and (max-width:335px ){

}




















