
body {
  font-family: 'Open Sans', sans-serif;
}

p {
 margin-bottom: 0px;
}

img {
  max-width: 100%;
}

a, button {
  text-decoration: none !important;
  outline: none !important;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-family: 'hallo_sanslight', sans-serif;
  letter-spacing: 3px;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.content-section {
   padding: 50px 0px;
}


.navbar-inverse {
    background-color: rgba(0,0,0,0.6);
    border: none;
    position: absolute;
    display: none;
    bottom: -70px;    
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.navbar-fixed-top {
    top: auto !important;
}

.navbar-inverse.fixed-nav {
    position: fixed;
    bottom: auto;
    top: 0px !important;
    display: block !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 1.8px;
}

.hero-section {
    height: 100vh;
    background-image: url(/img/hero.jpg);
    background-position: center;
    background-size: cover;
}

.laptop {
    background-image: url(/img/laptop.png);
    background-size: contain;
    height: 390px;
    position: absolute;
    right: -70px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 99999;
}

.hero-content {
    text-transform: uppercase;
    color: #FFF;
}

.hero-content a {
    font-size: 40px;
    color: #FFF;
    margin-top: 20px;
}

.hero h2 {
    padding: 20px;
    border: 2px solid #FFF;    
    margin-top: 20px;
    color: #FFF;
    font-family: 'hallo_sanslight', sans-serif;    
}

.hero h1 {
    font-family: 'hallo_sanslight', sans-serif;
}

.mobile-nav {
	display: none !important;
}

.mobile-navlinks {
	display: none;
}

.intro-section h2, .work-section h2, .projects-section h2, .contact-section h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
    color: #2A3A3F;
}

.intro-section h3, .work-section h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;    
}

.intro-section .fa {
    font-size: 5rem;
    color: #00abf0;
    line-height: 1.5em;
}

.intro-section p, .work-section p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    color: #93a4aa;
    line-height: 1.8em;
}

.intro-text {
    color: #000;
    text-align: left !important;
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
}

.intro-text P {
    font-weight: 100;
}


.card {
    background-color: #FFF;
    border-bottom-right-radius: 20px;    
    height: 450px
}

.card-img-top {
    height: 200px;
}

.card-body {
    padding: 20px;
}

.work-section {
    background-color: #e4e4e4;
}

.work-section img {
    max-height: 300px;
}

.project {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #93a4aa;
    font-size: 11px;
    text-align: left !important; 
    margin-bottom: 30px;
}

.work-section h3 {
    margin-bottom: 10px !important;
    text-align: left !important;
    font-size: 25px !important;
}


.work p {
    text-align: left !important;
}

.subtitle {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center !important;
    line-height: 1.8em; 
    color: #93a4aa;    
}

.btn-primary {
    padding: 10px 20px;
    border-radius: 10px;
    float: left;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 800;
    border: 2px solid #337ab7;
    margin-right: 10px;
    margin-top: 20px;
}

.btn-secondary {
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 800;
    border: 2px solid #FFF;
    margin-right: 10px;
    margin-top: 20px;
    color: #FFF;
}

.btn-secondary:hover {
    background-color: #FFF;
    color:#337ab7;
}

.btn-primary:hover {
    color: #337ab7;
    background-color: transparent !important;
    border: 2px solid #337ab7;
}

hr {
    border: 1px solid #CACACA;
}

.projects-img img{
    border-radius: 6px;
    width: 90%;
    height: auto;
}

.single-project p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #93a4aa;
    font-size: 13px;
    margin-top: 20px;
}

.single-project .btn-primary {
    float: none !important;
    text-align: center;
}

.contact-section {
    background: linear-gradient(to top right, rgba(251, 2, 113, 1), rgba(233, 95, 53, 1));
    z-index: 20;
    position: relative;    
}

.contact-section h2 {
    color: #FFF !important;
}

.contact-section p {
    color: #FFF;
}

.work-section hr {
    margin-bottom: 50px;
}

.single-job {
    padding: 20px 0px;
    text-align: left !important;
}

.about-section img {
    height: 400px;
    width: auto;
}

.about-section p {
    margin-bottom: 30px;
}

.footer-tags {
    background-color: #2A3A3F;
    padding:50px 0px;
    text-align: center;
}

.footer-tags p {
    color: #FFF;
}

.site-single img {
    height: 200px;
    width: 300px;
}

.sitesp-section p{
    margin-bottom: 30px;
}

.project-list {
    list-style: none;
    margin-top: 20px;
    padding-left: 0px !important;    
}

.project-list li {
    padding: 10px 0px;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-brand h2 {
    color: #FFF;
}


.particles-area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background: linear-gradient(to top right, rgba(51, 122, 127, 1), rgba(44, 105, 127, 1));    
}    

.note {
    position: fixed;
    bottom: 0px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 10px 0px;
    font-size: 12px;
    font-weight: 800;
    z-index: 9999;
}

.note p {
    text-align: center;
}

/**** MEDIA QUERIES ****/

@media screen and (max-width: 767px) {
	/*** Nav ***/

.navbar-toggle {
    display: none !important;
}

.navbar-inverse {
    display: block !important;
}

	#navbar {
		display: block !important;
		border: none;
		font-family: 'din' !important;
	}

        .navbar-nav {
         display: none !important;
         }
	
	.navbar-menu {
		display: none !important;
	}
	
	.mobile-nav {
          display: block !important;
	  right: 15px;
	  top: 14px;
          position: fixed;
	}
	
	.mobile-nav-wrap {
		width: 100%;
		height: 100vh;
		background-color: rgba(51, 51, 51, 0.98);
		position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
     -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	}
	
	.mobile-nav-wrap.show-menu {
		opacity: 1;
		visibility: visible;
		z-index: 999;
		left: 0px;
	}
	
	.mobile-navlinks {
		position: absolute;
    left: 79px;
    top: 50%;
    list-style: none;
	}
	
	.mobile-navlinks a {
		color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 2.1px;
    font-family: 'din', sans-serif !important;
	}	
	.mobile-navlinks {
  	display: block !important;
	}
	
	.navbar-inverse {
	    bottom: auto;
	    top: 0px;
	    position: fixed !Important;
	}
	
	.work-section .btn-primary {
	    margin-bottom: 50px;
	}
	
	.single-project .btn-primary {
	    margin-bottom: 50px;
	}
}

@media screen and (max-width: 500px) {
    .work-block {
        margin: 20px 0px;
    }
    
    .work-section hr {
        display: none !important;
    }

}

