@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 30px  20px 10px 20px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.imagiqe-banner {
	background-image: url(images/Abbey.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.musiqe-banner {
	background-image: url(images/Musiqe_Text_1024x240.png);
	background-size: cover;
	padding: 40px 20px 130px 20px;
	color: mediumblue;
	text-align: center;
}
.tooltip {
	position: relative; 
	display: inline-block; 
	border-bottom: 0px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden; 
	width: 100%; 
	bottom: 101%;
	left: 0%;
	margin-left: 0px;
	background-color: grey; 
	color: yellow;
	text-align: center; 
	padding: 5px 0 5px 0; 
	border-radius: 5px; 
	position: absolute; 
	z-index: 1;
	font-size: 150%;
}
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: grey transparent transparent transparent;
	}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

h1 {
    font: "Segoe UI";
	font-size: 72px;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

h5 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}

h6 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

hA {
    font: "LD Music";
	font-size: 72px;
	font-weight: 400;
    color: blue;
	margin-top: 0px;
	margin-bottom: 10px;
}

h96 {
    font: "LD Music";
	font-size: 96px;
	font-weight: 600;
    color: blue;
	margin-top: 0px;
	margin-bottom: 10px;
}

hB {
    font: "Segoe UI";
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.font-grey {
    font-size: smaller;
	font-weight: lighter;
    color: #999999;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.button-black {
	border: 2px #444444 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #444444;
	text-decoration: none;
}

.button-cyan {
	border: 1px #0055BB solid;
    background-color: #00AACC; 
	padding: 8px 20px;
	border-radius: 30px;
	color: #003366;
	text-decoration: none;
    width: 80%;
    font-weight: normal;
}

.button-green {
	border: 2px #829E4C solid;
    background-color: chartreuse;
	padding: 8px  20px;
	border-radius: 30px;
	color: #444444;
	text-decoration: none;
    width: 80%;
}

.button-salmon {
	border: 1px #CCAAAA solid;
    background-color: #D5ABAB; 
	padding: 8px 20px;
	border-radius: 30px;
	color: #AA5555;
	text-decoration: none;
    width: 80%;
    font-weight: normal;
}

.button-bright-salmon {
	border: 1px #EA0000 solid;
    background-color: #D5bbbb; 
	padding: 8px 20px;
	border-radius: 30px;
	color: #AA5555;
	text-decoration: none;
    width: 80%;
    font-weight: normal;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-gold {
	background-color: #c8c87f;
	color: #444444;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-blue {
	background-color: #ccffdd;
	color: #444444;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-white {
	background-color: #eeeeee;
	color: #444444;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-background {
	background-color: #e6f4f8;
	color: #444444;
	padding:  20px 20px;
	text-align: center;
    font-size: 30px;
    border: solid;
    border-radius: 2px;
    border-width: 2px;
    border-color: #cccccc;
}

.info-line-background {
	background-color: #e6f4f8;
	color: #444444;
	padding:  0px 0px;
	text-align: center;
    font-size: 30px;
    border: solid;
    border-radius: 1px;
    border-width: 1px;
    border-color: #cccccc;
}

.info-background {
	background-color: #e6f4f8;
	color: #444444;
	padding:  20px 20px;
	text-align: center;
    font-size: 30px;
    border: none;
}

.footer-text {
	font-size: 14px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 1024px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 60px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
        font-weight: 500;
	}
	
	h5 {
        font-size: 24px;
        font-weight: bold;
	}
	
	h6 {
        font-size: 18px
        font-weight: lighter;
    }
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	h6 {
        font-size: 18px
        font-weight: lighter;
    }
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

