﻿/*  BARCALDINE ROWING CLUB STYLESHEET
 *
 *  Initial clearances and settings
 *  General styles
 *  Layout / Page areas
 *  Navigation
 *  Specialty elements
 *  Tables
 *  Buttons
 *  Mobile variations
 *  Miscellaneous
 *
 *  Nav Colour: #c60e0e
 *  Headings Colour: #003C99
 *  Page Background Colour: #F3F3F3
 *  Main Area Colour: 
 *  Text Colour:
 *  Links Colour: #428BCA
 *   
*/

/* INITIAL CLEARANCES AND SETTINGS ------------------------------------------*/

* {margin: 0; padding: 0; border: none; text-decoration: none; box-sizing: border-box;}

html, body {
	font-family: "Roboto",Verdana,Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 62.5%;
	font-stretch: expanded;
	background-color: #FFF;
	color: #505050;
	-webkit-tap-highlight-color: rgba(115, 115, 115, 0.4);
	}

/* GENERAL STYLES -----------------------------------------------------------*/

p, ul, ol, li, ul li, ol li, table {
	font-size: 18px;
	font-size: 2.2rem;
	}

p {
	margin-top: 20px;
	}

a, a:focus, a:visited, a:hover { 
	text-decoration: none;
	}

main p a {
	white-space: nowrap;
	}

h1, h2, h3, h4, h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #003C99;
	}
	
h1 {
	font-size: 3.5rem;
	font-weight: 400;
	}

h2 {
	font-size: 2.8rem;
	font-weight: 400;
	}

h3 {
	font-size: 2.5rem;
	font-weight: 400;
	}

h4 {
	font-size: 2.3rem;
	font-weight: 400;
	}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 400;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	background-color: transparent;
	cursor: pointer;
	}

h1.huge-center {
	font-size: 10rem;
	text-align: center;
	}
	
h1.big-center {
	font-size: 6rem;
	text-align: center;
	}
	
.list-intro {
	margin-bottom: 0px;
	}

.list-return {
	margin-top: -15px;
	}
	
ul, ol {
	margin-left: 20px;
	margin-bottom: 25px;
	}

ol {
	list-style-type: number;
	padding-left: 0px;
	}

ul {
	list-style-type: square;
	padding-left: 15px;
	}

ul + p {
	margin-top: 10px;
	}

ul:last-child > p {
	padding: 1rem;
	}

img {
    max-width: 100%;
    height: auto;
	}

hr {
    margin: 30px 0;
	}

/* COLOURS ------------------------------------------------------*/

#page {
	background-color: #F4F4F4;
	}

main {
	background-color: #FFF;
	}

h1, h2, h3, h4, h5 {
	background-color: transparent;
	color: #003C99;
	}

	a, a:focus, a:visited, a:hover { 
	color: #428BCA;
	}


header, nav, #site-navigation, header a:hover, .navbar, .menu, .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #c60e0e;
	color: #FFF;
	}

.menu .navbar-brand, a.navbar-brand, .navbar-brand a, .navbar-brand a:visited, .navbar-brand a:hover {
	color: #FFF;
	}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:visited,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.dropdown-menu,
.dropdown-menu > li,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {
	background-color: #c60e0e;
	color: #FFF;
	}

.navbar-inverse .navbar-toggle .icon-bar {  /* Mobile hamburger icon bars */
	background-color: #FFF;
	}

footer, footer p, footer p a, footer p a:visited, footer p a:hover {
	background-color: #c60e0e;
	color: #FFF;
	}



/* LAYOUT / PAGE AREAS ------------------------------------------------------------------*/

#page {
	position: relative;
	width: 100%;
	margin: 0px auto;
	}

.print-header {
	display: none;
	}

header {
	display: block;
	}

#full-width {
	margin: 0px;
	}

main {
	width: 100%;
	max-width: 1024px;
	min-height: 90vh;
	margin: -20px auto 0px;
	padding: 30px;
	}

#myCarousel {
	margin-top: 30px;
	}

.instagram-feed {
	margin-left: -10px;
	margin-right: -10px;
	}

footer {
	padding: 25px;
	text-align: center;
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
	}

footer p, footer p a, footer p a:visited, footer p a:hover {
	margin: 0px auto;
	font-size: 1.6rem;
	}

/* NAVIGATION ---------------------------------------------------- */

#site-navigation {
	margin: 0px auto;
	padding: 10px 0px;
	max-width: 1024px;
	}

.menu {
	border: none;
	}

.navbar {
	margin-bottom: 0px;
	border-radius: 0;
	}

.navbar-header {
	margin-bottom: 0px;
	}

.menu .navbar-brand, a.navbar-brand, .navbar-brand a, .navbar-brand a:visited, .navbar-brand a:hover {
	vertical-align: middle;
	font-family: "Merriweather Sans","Roboto",sans-serif;
	font-size: 3.5rem;
	line-height: 0.7;
	}

.navbar-brand {
    padding-left: 30px;
	}

.navbar-right {
	padding-right: 30px;
	}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-collapse {
    border: 1px solid transparent;
	}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
	border-top: 1px solid #FFF; /* Line under header for mobile dropdown navigation */
	}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:visited,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.dropdown-menu,
.dropdown-menu > li,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {
	text-transform: uppercase;
	font-size: 1.6rem;
	}

.navbar-inverse .navbar-nav > li > a {
	margin: 15px 15px;
	padding: 0px;
	}

.navbar-inverse .navbar-nav > li:last-child > a {
	margin: 15px 0px 15px 15px;
	}

.navbar-inverse .navbar-nav > li > a.current {  /* Current page navigation link style */
	color: black;
	border-bottom: solid 5px grey;
	}

.navbar-inverse .navbar-toggle .icon-bar {  /* Mobile hamburger icon bars */
	background-color: #FFF;
	margin-top: 5px;
	border-radius: 0;
	}

.navbar-inverse .navbar-toggle .icon-bar:first-child {
	margin-top: 0px;
	}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	}

.dropdown-toggle {
	background: 0 !important;
	}

.navbar-right .dropdown-menu {
    left: 0;
	}

.dropdown-menu {
	top: 61px;
	right: -50px !important;
	border: none;
	min-width: 100px;
	}

.dropdown-menu li {
	padding-left: 0px;
	}

.dropdown-menu > li > a {
	margin-bottom: 5px;
	padding: 10px 20px;
	}

.dropdown-menu > li > a:hover {
	background-color: #444444;
	}

/* SPECIALTY STYLES ---------------------------------------*/

.inline {
	display: inline;
	}


.beta {
	display: inline;
	margin-left: 20px;
	margin-top: -10px;
	padding: 5px;
	border: 1px solid red;
	border-radius: 10%;
	font-size: 1.5rem;
	color: red;
	}

/* Image carousel ----------------------------*/

.carousel {
	}

.carousel-caption {
    z-index: 10;
    left: 0;
    right: auto;
    margin-bottom: -20px;
    padding: 0px 10px;
    background: black;
    opacity: 0.7;
    text-align: left;
    text-shadow: none;
    }

.carousel-caption h1 {
    display: none;
    }

.carousel-caption p {
    margin-top: 0px;
    padding: 10px 10px 0px;
    font-size: 1.5rem;
    color: white;
    }

.carousel-indicators {
	}

.carousel-control.left {
    background-image: none;
	}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
	}

.carousel-control.right {
    background-image: none;
	}

.carousel .item {
    background-color: #777;
    }
	
.carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 100%;
    }

/* Slides ---------------------------------------------*/

.slides-container {
	position: relative;
	margin-top: 20px;
	}

.slides-indicators {
	display: inline-block;
	position:absolute;
	width: 100%;
	left:50%;
	bottom:0;
	margin-bottom: 16px !important;
	padding: 0px 16px;
	text-align: center !important;
	font-size: 18px !important;
	color: #fff !important;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	}

.indicator-dots {
	display: inline-block;
	margin: 0px 2px;
	height: 10px;
	width: 10px;
	padding: 0px;
	border: 1px solid #ccc !important;
	background-color: transparent;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	cursor:pointer;
	}

.white-dot {
	background-color: #FFF!important;
	}

.slides-navigation {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
	text-align: center !important;
	}

.slides-navigation button {
	display: inline-block;
    min-width: 80px;
	margin: 0px 10px;
	padding: 8px 16px;
	border: none;
	outline: 0;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	background-color: #f1f1f1 !important;
	font-size: 2.0rem;
	}

/* Contact ----------------*/

.contact {
	width: auto;
	}

.contact h2 {
	padding-top: 20px;
	}

.contact-address {
	padding: 20px 0px 0px;
	line-height: 110%;
	}

.contact-aspect {
	padding-left: 15px;
	width: 80px;
	}

.contact-description {
	padding-left: 20px;
	padding-right: 0px;
	}

/* General -------------------*/

p.feature1 {
	margin: 30px 60px;
	text-align: center;
	font-size: 3.5rem;
	}

p.feature2 {
	margin: 30px auto;
	font-size: 2.5rem;
	text-align: justify;
	}

.feature-box {
	display: block;
	margin: 20px 0px;
	border-radius: 0px;
	width: 100%;
	padding: 20px;
	white-space: pre-line;
	background-color: #E7EDFA;   
	border: 1px solid #E0E1E2;
	word-wrap: break-word;
	}

.caption {
	margin-top: 10px;
	padding: 5px 0px;
	background: transparent;
	border: none;
	max-width: 100%;
	text-align: left;
	font-size: 1.5rem;
	}

.footnote {
	margin-top: 10px;
	padding: 5px 20px;
	background: transparent;
	border: none;
	max-width: 100%;
	text-align: left;
	font-size: 1.2rem;
	}

img.no-border {
	margin-top: 20px;
	}

.polaroid-box {
	display: block;
	margin: 30px auto;
	padding: 20px;
	border-radius: 0px;
	width: auto;
	background-color: #FBFBFB;   
	border: 1px solid #E0E0E0;
	word-wrap: break-word;
	}

.polaroid-box .caption {
	margin: 10px auto 0px;
	}

.google-location-map {
	width: 100%;
	height: 450px;
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	}

.google-places-map {
	width: 100%;
	height: 600px;
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	}

.notes {
	font-size: 1.5rem;
	}

.notes ul, .notes ol {
	margin: 0 0 10px -10px;
	}

.notes li {
	margin: 0 0 0 -10px;
	}

iframe {
	max-width: 100%;
	}

/*  TABLES  ------------------------------------------------*/

/*  Tables generally  --------------------------------*/

table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px;
	border: 1px solid grey;
	}

table thead {
    background: orange;
    color: black;
    border-bottom: 1px solid grey;
}

th {
	vertical-align: bottom;
	text-align: center;
	padding: 8px;
	}

td {
	vertical-align: top;
	text-align: left;
	padding: 8px;
	}

/*  Individual tables  -------------------------------------*/

/* Contact */

#contact {
	width: auto;
	border: none;
	}

.contact-aspect {
	padding-left: 15px;
	width: 80px;
	}

.contact-description {
	padding-left: 20px;
	padding-right: 0px;
	}


	/* VIKINGS TABLE */

/*#table-vikings {
	margin: 20px auto;
	max-width: 800px;
	}*/

#table-vikings th.column-1,
#table-vikings td.column-1 {
	width: 20%;
	text-align: left;
	}
	
#table-vikings th.column-2,
#table-vikings td.column-2 {
	width: 40%;
	text-align: left;
	}

#table-vikings th.column-3,
#table-vikings td.column-3 {
	width: 40%;
	text-align: left;
	}


/* BUTTONS  ----------------------------------------------*/

#go-to-top-button {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 99;
	border: none;
	outline: none;
	border-radius: 5px 0px 0px 0px;
	padding: 10px 15px;
	background-color: #FFF;
	color: #C5C5C5;
	cursor: pointer;
	font-size: 1.5rem;
	-webkit-tap-highlight-color: rgba(115, 115, 115, 0.4);
	}

#go-to-top-button:hover {
	background-color: #555;
	}

a.action-button, a.action-button:visited, a.action-button:hover,
a.see-more-button, a.see-more-button:visited, a.see-more-button:hover {
	display: block;
	position: relative;
	max-width: 380px;
	margin: 20px auto;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #003C99;
	cursor: pointer;
	outline: none;
	background: #003C99;
	text-align: center;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	-webkit-tap-highlight-color: rgba(115, 115, 115, 0.4);
	-webkit-transition: all 1ms linear 1ms;     /* Safari */
	transition: all 1ms linear 1ms;
	}

/* DESKTOP ONLY ADJUSTMENTS  ---------------------------------*/

@media (min-width: 769px) {

li {
	margin-top: 5px;
	padding-left: 5px;
	}

}

/* MOBILE ADJUSTMENTS ---------------------------------------*/

@media (max-width: 768px) {

p, ul, ol, li, ul li, ol li, table {
	font-size: 18px;
	font-size: 1.8rem;
	}

h1 {
	font-size: 2.6rem;
	}

h1.huge-center {
	font-size: 4.0rem;
	}

h1.big-center {
	font-size: 3.0rem;
	}

ol {
	margin-bottom: 0px;
	}

ul {
	margin-left: 10px;
	margin-bottom: 0px;
	}

.list-return {
	margin-top: 10px;
	}

#page {
	padding: 0px 15px;
	background-color: #FFF;
	}

header {
	margin: 0px -15px;
	min-height: 0px;
	}

#site-navigation {
	padding: 0;
	}

.menu .navbar-brand, a.navbar-brand, .navbar-brand a, .navbar-brand a:visited, .navbar-brand a:hover {
	padding-left: 15px;
	font-size: 2.5rem;
	line-height: 0.85;
	}

.navbar-right {
	margin-right: 0px;
	}

.navbar-nav {
	margin: 0px -15px;
	}

.navbar-inverse .navbar-nav > li > a {
	padding: 5px 0px;
	}

.navbar-inverse .navbar-nav > li > a.current {
	border-bottom: none;
	}

.dropdown-menu {
	padding: 0px;
	}

.navbar-nav .open .dropdown-menu {
	padding-left: 20px;
	}

#full-width {
	margin: 0px -15px;
	}

main {
	padding: 20px 0px;
	}

#myCarousel {
	margin-top: 15px;
	}

p.feature1 {
	margin: 20px auto;
	font-size: 2.5rem;
	}

p.feature2 {
	margin: 20px auto;
	font-size: 1.7rem;
	}

li.lightwidget__tile {
	padding: 5px !important;
	}

img.no-border {
	margin-top: 15px;
	}

.carousel-caption p {
	display: none;
	}

.google-location-map, .google-places-map {
	max-height: 280px;
	}

.polaroid-box {
	margin: 30px auto;
	padding: 10px;
	}

.polaroid-box .caption {
	margin: 10px auto 0px;
	}

.approach-aspect {
	padding-left: 0px;
	}

.see-also {
	padding: 0px 20px 20px;
	}

.see-also ul, .see-also li {
	line-height: 2.0;
	}

.indicator-dots {
	display: none;
	}

.news {
	padding-top: 15px;
	}

footer {
	width: auto;
	margin: 0px -15px;
	padding: 8px 15px;
	}
	
footer p, footer a {
	font-size: 1.5rem;
	}

	} /* End of media query */

/* PRINT ADJUSTMENTS ---------------------------------------*/

@media print {

.print-header {
	display: block;
	width: 100%;
	margin: 0px auto 20px;
	padding: 0;
	text-align: center;
	}

.print-header h1 {
	margin-bottom: 0px;
	text-align: center;
	}

.print-header p {
	margin-top: 10px;
	}

footer, .video, .see-also, .phonebutton, .directory-right a {
	display: none;
	}
	
} /* End of media query */

/* MISCELLANEOUS --------------------------------------------*/

p.two-col-left {
	display: inline;
	}

p.two-col-right {
	display: inline;
	position: absolute;
	left: 220px;
	margin-top: 0px;
	}

