@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  	background-color: #ffffff00;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.warning {
	color: #F37D59;
	text-align: center;
}

.container p {
	text-align: center;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #333;
	font-weight: bolder;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7DCDC7;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.center-image {
	display: flex;
	align-self: center;
	cursor:grab;
	width: 100%;
}

.large-logo {
	display: flex;
	align-self: center;
	width: 35%;
}

.titlebar {
	align-content: center;
	padding-right: 15px;
	padding-left: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	background-color: #7DCDC7;
}

.titlebar .retrofont
{
	font-size: 10vw;
}

.titlebar img {
	float: left;
	margin-top: 15px;
	height: 12vw;
	flex-direction: row;
}

.retrofont {
	font-family: 'Retrolab';
	font-size: 18px;
	letter-spacing: 2px;
	color: #F8ECBC;
	text-shadow: 2px 2px 0px #000000;
	white-space: nowrap;
}

.progress-bar-theme {
  background-color: #7DCDC7;
}

/* Footer */
.location {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-left: 10%;
}

.address h4 {
	margin-top: 0px;
	font-size: 3vw;
	white-space: nowrap;
}

.address p {
	margin-top: 0px;
	font-size: 2vw;
	line-height: 3vw;
	white-space: nowrap;
}

.map {
	display: flex;
	margin-right: 10%;
}

.map iframe {
	width: 20vw;
	height: 20vw;
}
/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */
#contentFrame {
	border: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#ww {
	width: 100%;
	background-color: #F8ECBC;
}

#ww .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#footer {
	display: flex;
	width: 100%;
	background-color: #F37D59;
	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: #333;
	font-weight:bold;
}

#footer h4 {
	color: #F8ECBC;
	text-transform: uppercase;
	font-weight:bolder;
	padding-bottom: 5px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

.socials {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 2.5vh;
	margin-right: 2.5vh;
}

/* Style all font awesome icons */
.fa {
	padding: 2.5vw;
	font-size: 4vw;
	width: 9vw;
	height: 9vw;
	text-align: center;
	text-decoration: none;
	border-radius: 20%;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
	opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
	background: #3B5998;
	color: white;
	margin-bottom: 5px;
  }

  /* Instagram */
  .fa-instagram {
	background: #125688;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
  }

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #999;
}

/* Navigation */
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  }
  
  .nav:before,
  .nav:after {
	display: table;
	content: " ";
  }
  
  .nav:after {
	clear: both;
  }
  
  .nav:before,
  .nav:after {
	display: table;
	content: " ";
  }
  
  .nav:after {
	clear: both;
  }
  
  .nav > li {
	position: relative;
	display: block;
  }
  
  .nav > li > a {
	display: block;
	padding: 10px 15px;
	color: #F8ECBC;
	font-weight: normal;
	letter-spacing: 0.25ch;
	font-family: 'retrolab';
	font-size: 200%;
	text-shadow: 2px 2px #000000;
	border: 1px solid black;
	background-color: #980505;
  }
  
  .nav > li > a:hover,
  .nav > li > a:focus {
	text-decoration: none;
	background-color: #ffe201;
  }

  .nav > li.disabled > a {
	color: #999999;
  }
  
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
	color: #999999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
  }

  .nav > li > a > img {
	max-width: none;
  }
  
  .navbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 1px solid transparent;
	background-color: #F37D59;
	text-transform: uppercase;
	margin-bottom: 0px;
}

  .navbar:before,
  .navbar:after {
	display: table;
	content: " ";
  }
  
  .navbar:after {
	clear: both;
  }
  
  .navbar:before,
  .navbar:after {
	display: table;
	content: " ";
  }
  
  .navbar:after {
	clear: both;
  }
  
  @media (min-width: 768px) {
	.navbar {
	  border-radius: 4px;
	}
  }

  .navbar-nav {
	margin: 7.5px -15px;
  }
 
  .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
  }

  @media (min-width: 768px) {
	.navbar-nav {
	  float: left;
	  margin: 0;
	}
	.navbar-nav > li {
	  float: left;
	}
	.navbar-nav > li > a {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
	  margin-right: -15px;
	}
  }