﻿#nav-contact { background-color:#0086BD; }

#content
{
	text-align:center;
}

#content hr
{
	border:0;
    height:1px;
    background-image:linear-gradient(to right, rgba(255,206,68, 0), rgba(255,206,68, 0.75), rgba(255,206,68, 0));
}

#content .title
{
	color:#00B6ED;
	font-family:TitleFont;
	font-size:20px;
	font-weight:bold;
	margin:12px auto 12px auto;
}

#content .titlepoint
{
	color:#FFCE44;
	font-size:18px;
	font-weight:bold;
}

#content .info
{
 	font-size:16px;
	margin-bottom:30px;
}

#content img
{
	transition:0.5s ease;
}

#content img:hover
{
	cursor:pointer;
	transform:scale(1.1);
}

.referencing
{
	border-radius:10px;
	box-shadow:0px 0px 5px 0px rgba(51,51,51,1);
	height:80px;
	width:450px;
}

#location
{
	background-color:#EFEFEF;
	border:5px double #FFFFFF;
	height:450px;
	margin:10px auto 30px auto;
	padding:5px;
	width:820px;
}

#location iframe
{
	border:0;
	height:100%;
	width:100%;
}

.credits
{
	border-radius:6px;
	box-shadow:0px 0px 5px 0px rgba(51,51,51,1);
	height:120px;
	width:240px;
}