
body, html { height: 100%; }

body {
    background-color: white; 
    font: 'Montserrat'; 
    font-size: 14px;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    color: #808080;
	margin: 0; padding: 0; outline: 0;
    min-width: 100%;
}

nav { 
  background-color: white; 
}

a { color: #303030; text-decoration: none; cursor: pointer; }

a:hover { text-decoration: none; color:#3b5998;}

a img { border: 0; }

.navbar-brand { color: #3b5998;}

.navbar-right a { font-size: smaller; color: #3b5998; }

h1, h2, h3, h4, h5, h6 { color: #3b5998; }

.well { margin-left: -5px; margin-right:-5px;}

.col-sm-4 ul { list-style: none }

.row { padding-top: 20px; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin:auto;
}

.icon-bar { background-color: #303030; }




main {
	display: block;
	background: url('/css/images/RTCsummer2019.jpg');
	overflow-x: hidden;
	height: 100vh;
	width: 100%;
	max-height: 100%;
	perspective: 1px;
	repeat: no-repeat;
	perspective-origin: center top;

}

header {
	height: 100vh;
	transform-origin: center top;
	transform: translateZ(-1px) scale(1.03);
	background: url('/css/images/BannerJunior2019blur.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 1px 0;
	box-sizing: border-box;

}

section {
	transform: translateZ(0);
	height: auto;

}

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.copyright { padding: 7px; text-align: center; font-size; 9px;}

.blue {color: #3b5998;}

