@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
	background-color: rgba(255,255,255,0.0);
	height:100%;
    min-height:100%;
	font-family: 'Karla', serif;
	color: #666;
	font-weight: 400;
	
}

html {

	-webkit-background-size: cover ;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 }
	



.dropdown-menu>li>a {
   
    font-weight: 400;
     color: #333;
}


.navbar {
    border-radius: 0px;
}

.navbar-brand {
	
	font-family: 'Julius Sans One', sans-serif;
	text-transform: uppercase;	
	font-size: 14pt;
	
}

.navbar-default {
	background-color: rgba(248,248,248, 0.9);
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;   
	font-size: 10pt;
	letter-spacing: 1pt; 
}

.container-fluid {
	 max-width: 1180px;	
}
	
footer {
	color: #FFF;
	text-align: right;
	padding: 10px;
	background-color: #666;
	margin-top: 30px;
}

	
h2 {
	color: #666;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 24px;
	font-family: 'Julius Sans One', sans-serif;
}

.content {
	font-size: 12pt;	
	margin-bottom: 40px;
}

#cv ul {
		list-style-type: none;	
		margin: 0;
		padding: 0;
}

#cv li {
	margin-bottom: 12px;	
}


#cv .col-sm-4 {
	font-size: 14pt;
	
}

#cv .col-sm-8 {
	margin-bottom: 40px;	
	line-height: 16pt;
}

#news .newswin {
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	line-height: 16pt;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

#news .newsitem {
	margin: 30px 0;	
}

#news p {
	margin-bottom: 12px;	
}

#news .newsdate {
	font-weight: 400;
	padding-left: 0px;
}


#contact .col-sm-4 {
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
#links .col-sm-8 {
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	margin-bottom: 50px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

#press .col-sm-8 {
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	margin-bottom: 50px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

#press  img {
	width: 100%;	
}

div.paintthumb {
	margin-bottom: 30px;
}

.paintthumb > a {
    display: block;
    /* 4:3 aspect ratio */
    padding-top: 98%;
    /* center align pt. 1 */
    position: relative;
}
.paintthumb > a > img {
    /* fit within container */
    max-width: 100%;
    max-height: 100%;
    /* center align pt. 2 */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}



@media only screen and (min-width: 768px) {
.content {
	margin-top:60px;
}


}