@import url('https://fonts.googleapis.com/css?family=Passion+One|Roboto');
body {
	margin: 0;
	padding: 0;
  	font-family: 'Cousine', monospace;
	background: #11111d;
	width:100%;
	height:100vh;
  	overflow: auto;
}

img{
	width:100%;
	height:auto;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

div#intro-banner{
	display: flex;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;

    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 8em 4em 6em 4em;
    min-height: 50vh;

	background: linear-gradient(
                     rgba(20,20,20, .5), 
                     rgba(20,20,20, .5)), url(https://images.pexels.com/photos/735911/pexels-photo-735911.jpeg?auto=compress&cs=tinysrgb&h=650&w=940);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border-top: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.headline{
	text-align: center;
	padding: 20px;
}

#works{
    padding: 1em 0 2em 0;
}

#works .inner {
    width: 90%;
    max-width: 80em;
    margin: 0 auto;
}
.thumbnails{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.thumbnails .column{
	margin: 0 1em 1em 1em;
    width: 30%; 
}
.column{
    border-radius: 4px;
    margin-bottom: 2em;
    background: #2c2c32;
    text-align: center;
   	max-height: 350px;
}

.content{
	border-radius: 10px;
	border: 2px solid #354;
	display: block;
	width: 100%;
	height: 100%;
}

.content img {
    border-radius: 4px 4px 0 0;
}

.column .content img{ width: 100%; height: 70%; }

.caption{ padding: 1.5em;} 

section#works .caption a:hover{
	background: #2f84f1;
	border: 1px solid  #42cddc; 
	color: #fff !important;
}
section#works .caption a { 
	color: #51dc42 !important;
	text-decoration: none;
	padding: 10px 5px 0 5px;
	border: 1px solid  #68df4c; 
	text-align:center;
}
section#works .caption h4{ font-size: 15px; }

/*.caption h4{
	width: 100%;
}*/

@media screen and (max-width: 900px) {
    .column {
        width: 80%;
    }
    .thumbnails .column{
		margin: 0 1em 1em 1em;
	    width: 80%;
	}
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
     .thumbnails .column{
		margin: 0 1em 1em 1em;
	    width: 80%;
	}
}




section.call-to-action{
	background: #8C43FF;
	width: 90%;
	height: 100px;
	border-radius: 10px;
	padding: 2.0rem 2.5rem;
	background-color: #8C43FF;
    box-shadow: 0 15px 3px 0 rgba(0,0,0,0.2), 0 0 0 1px #293347;
    text-align: center !important;
    margin: 0 auto;
    position: relative;
}

.inner-cta{
	display: flex;
	justify-content: space-between;
}

.inner-cta .cta-col{
	width: 35%;
}
.cta-col{ width: 32%; }
.cta-col h3.title{ font-family: 'Passion One', cursive;font-weight: 400; }
/*.cta-col h4{ line-height: 1.5rem; }*/
.cta-col.lead-title{ font-size: 12px; }
.cta-col a{ color: white; width: }

footer{ background: #343a40; }

footer img{
	height: 50px;
	width: 50px;
    max-width: 100%;
}

.footer-copyright{
	font-size: 12px;
	padding-top: 0;
    padding-bottom: 1rem !important;
}

@media (max-width: 661px) and  (max-width: 771px) {
	.col-cta{
		display: flex;
		justify-content: space-between;
		width: 70%;
		margin: 0 0 10px 0;
	}
	 .cta-col a.cta-btn{ width: 100%; font-size: 14px;}
}

@media (max-width: 600px)  {
	div#intro-banner{
		min-height: 100px !important;
		background-position: center;
		background-size: cover;
		padding: 20px;
		margin-bottom: 10px;
		/*opacity: 0.5;*/
		z-index: 0;
	}
	div#intro-banner .container h2{ 
		font-size: 20px;
		z-index: 10;
		opacity: 1.5;
	}
	div#intro-banner .container p
	{
		font-size: 15px;
	}

	section.call-to-action{
		width: 80%;
		height: 40%;
    	margin: 0 auto;
	}
  	.inner-cta{ display: block; }
  	.inner-cta .cta-col{ width: 100%; }
    .cta-col {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 0 10px 0;
    }
    .cta-col h4.title, { font-size: 10px; }
    .cta-col p.lead-title{ font-size: 15px; }
	.cta-col a{ color: white; }
  }
}

@media (min-width: 310px) (max-width: 330px) {
	section.call-to-action {
	   width: 80%;
	   height: 53%;
	   padding-bottom: 15em;
	   margin: 0 auto;
	}
}

@media (max-width: 400px) {
	/*div#intro-banner{
		min-height: 100px !important;
		background-position: center;
		background-size: cover;
		padding: 10px;
	}
	div#intro-banner .container h2{ font-size: 20px; }
	div#intro-banner .container p
	{
		font-size: 12px;
	}*/

	section.call-to-action{
		width: 250px;
		height: 200px;
    	margin: 0 auto;
    	bottom: -15px;
	}
  	.inner-cta{ display: block; }
  	.inner-cta .cta-col{ width: 100%; }
    .cta-col {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 0 10px 0;
    }
    .cta-col h4.title, { font-size: 10px; }
    .cta-col p.lead-title{ font-size: 15px; }
	.cta-col a{ width: 100%;}
  }
}

