/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #FFF2F2;
    color: #111111;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-style: normal
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

a{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

a:link {
	color:#FFB5B5;
}

a:visited {
	color:#FFB5B5;
    text-decoration: none;
}

a:hover {
	color:#FF8282;
    text-decoration: none;
}

a:active {
	color:#FFB5B5;
    text-decoration: none;
}

.nav a{
	color: white;
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

.videowrapperinner{
	height: 0px;
    padding-bottom: 56.25%;
    position: relative;
}

.videowrapperinner iframe{
	 width: 100%;
    height: 100%;
    position: absolute;
}


.contentwrapper{
	max-width: 640px;
	max-height: 360px;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}


.navbar-fixed-top {
    background-color: #FFD8D8;
    border-color: #FFD8D8;
    border-radius: 0;
}

.navbar-fixed-top .navbar-brand,
.navbar-fixed-top .navbar-brand:hover,
.navbar-fixed-top .navbar-brand:focus {
    color: #000;
}

.navbar-fixed-top .navbar-nav > li > a {
    color: #000;
}

.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > a:focus {
    color: #000;
    background-color: #FFB5B5;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #FFB5B5;
}

.navbar-fixed-top .navbar-text {
    color: #FFF;
}

.navbar-fixed-top .navbar-toggle {
    border-color: #FFD8D8;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
    background-color: #FFB5B5;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #FFF;
}