@charset "UTF-8";

html {
}
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');*/

body {
    font-family: 'Roboto', sans-serif;
    min-height: 75rem;
    padding-top: 4.5rem;
    background-color: #F2F2F2;
	margin: 0;
	padding: 0;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
/*	margin-top: 0;*/
    font-family: 'Roboto', sans-serif;
}
h2 {
    font-size: 20px;
}
p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

a img {
	border: none;
}
a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.navbar {
    background-color: #587877;
}
.navbar .nav-link {
    color: white;
    letter-spacing: 4px;
}

.ml-auto {
      left: auto !important;
      right: 0px;
    }
#about{
    padding: 60px 0;
    font-size: 36px;
  }

#work{
   background: white;
   padding: 60px 0;
  text-align: center;
  }

#contact{
   padding: 60px 0;
  text-align: center;
  }

.largeType {
    padding-top: 20px;
	font-size: 20px;
	text-align: left;
    font-weight: 200;
}

footer {
	padding-top: 20px;
	background-color: #587877;
    color: white;
}
object, embed {
	outline: 0;
}

.carousel-item .img-fluid {
  width:100%;
  height:100%;
}
.workCaption {
	max-width: 400px;
	text-align: center;
	font-size: 16px;
	padding-left: 6px;
	padding-right: 6px;
}
.workCaption h2 {
	text-align: center;
/*	font-size: 20px;*/
}

.smtext {
	font-size: 9px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 81.97%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
	background-color: white;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-responsive-16-10{
    overflow:hidden;
    padding-bottom:62.5%;
    position:relative;
    height:0;
}
.video-responsive-16-10 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#appBadges {
}

@media only screen and (max-width: 500px) {
#appBadges {
	width: 120px;
}
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #587877;
}

.button {
  background-color: #587877; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}
/*
.cbp-l-grid-mosaic .cbp-caption-activeWrap{
    background-color:#BCC9C9;
    background-color:rgba(rgba(188, 201, 201,0.8);
}
*/
