/*
cssResponsive for
Desktop/lfResponsive
index.html
*/

*
{
	box-sizing: border-box;
}

html 
{
	font-family: "Lucida Sans", sans-serif;
}

hr
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #57DAE9;
	margin-top: 7px;
}

.container
{
	width: 90%;
	background-color: #63E6F5;
	margin-left: auto;
	margin-right: auto;
}

.headText
{
	width: 50%;
	margin:0;
	margin-bottom: -2.5%;
	padding: 0;
}

.headText h1
{
	font: 200% Tahoma, Georgia, "Times New Roman", Times, serif;
	color: #1010F6;
	margin: 0.25%;	
}

.headText h2
{
	font: 140% Tahoma, Georgia, "Times New Roman", Times, serif;
	color: #1010F6;	
	margin: 0.25%;
}

.buttonBar
{
	float: right;
	text-align: right;
	/*margin-bottom: -2.5%;*/
	background-color: #63E6F5;
}

.fb-like
{
	float: right;
	/*margin-right: 5px;*/
	margin-top: 45px;
}

.logo a:link img
{
	float: right;
	width: 72px;
	height: 72px;
	margin-right: 5px;
}

.logo a:hover img
{
	float: right;
	width: 72px;
	height: 72px;
	margin-right: 5px;
	border: 2px Solid #FA08DB;
}

.language a:link img
{
	float: right;
	width: 72px;
	height: 72px;

}

.language a:hover img
{
	float: right;
	width: 72px;
	height: 72px;
	border: 2px Solid #FA08DB;
}

.tagLine h2
{
	margin:0;
	padding: 0;
	text-align: center;
	color: #1010F6;
}


.innerContent
{
	margin-top: -0.25;
	background-color: #63E6F5;
}

.inner
{
	margin-top: -0.25%;
	padding: 0;
	text-align: center;
	background-color: #57DAE9;
	margin-bottom: 5px;
	min-width: 25%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
}

.inner .flex-container
{
    display: -webkit-inline-flex;
    display: inline-flex;
	flex-flow: column;
    width: 100px;
    height: 200px;
	text-align: center;
    /*background-color: lightgrey;*/
}

.inner .flex-item
{
    margin-top: -5%;
	margin-bottom: -5%;
	padding: 0;
}

.inner a:link
{
	text-decoration: none;
}

.inner a:link h2
{
	font-size: 90%;
}

.inner a:hover h2
{
	text-decoration: none;
	font-size: 90%;
	color: #FA08DB;
}

.inner h2
{
	color: #ffffff;
	/*font-weight: bold;*/
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
}

.inner h3, h4
{
	color: #1010F6;
}

.inner a img
{
	border: 2px Solid #ffffff;
	border-radius: 15px;
}

.inner a:hover img
{
	border: 2px Solid #FA08DB
}

.inner ul
{
	list-style-type: none;
    padding: 0;
}

.inner li
{
	text-decoration: none;
	text-align: center;
	margin: -2.5% 0 -2.5% 0;
}

.row
{
	width: 100%;
	background-color: #63E6F5;
}

.innerHeader
{
	text-align: center;
	margin-top: -0.25%;
}

.innerHeader h2
{
	color: #1010F6;
}


.row::after
{
    content: "";
    clear: both;
    display: table;
}

[class*="col-"]
{
    float: left;
    padding: 15px;
}

.menu
{
	width: 100%;
	margin-top: 0.75%;
	background-color: #63E6F5;
	padding-top: 0;
}

.menu ul 
{
    list-style-type: none;
    padding: 0;
}
.menu li
{
    padding: 8px;
    margin-bottom: 7px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    color: #ffffff;
	background-color: #57DAE9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li a:link, a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menu li a:hover
{
    color: #FA08DB;
}

.aside
{
    background-color: #57DAE9;
    padding: 5px;
	margin: 7px 0 7px 0;
    color: #1010F6;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
}

.aside li;
{
	text-decoration: none;
	background-color: #57DAE9;
}

.aside a img
{
	border: 2px Solid #ffffff;
	border-radius: 15px;
}

.aside a:hover img
{
	border: 2px Solid #FA08DB;
}

.footer
{
    background-color: #57DAE9;
    color: #1010F6;
    text-align: center;
    font-size: 16px;
    padding: 5px 0 5px 0;
}

.innerPic
{
	margin-top: 1%;
}

.innerPic ul
{
	list-style-type: none;
}

.innerPic img
{
	border: 2px Solid #63E6F5;
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 15px;
}

.innerBlurb h2
{
	color: #1010F6;
}
.innerBlurb ul
{
	list-style-type: none;
}

.innerBlurb li
{
	color: #1010F6;
}

.innerBlurb h3
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 4%;
}

.innerBlurb a:link
{
	text-decoration: none;
}

.innerBlurb a:hover
{
	color: #FA08DB;
	text-decoration: none;
	font-weight: bold;
}

.contactBoxed
{
	border: 2px solid #57DAE9;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
}

.contactBoxed h2, h3, p
{
		color: #1010F6;
}

.contactBoxed a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.innerBlurb a:link
{
	color: #ffffff;
}

.innerBlurb a:hover h3
{
	color: #FA08DB;
}

.return h2
{
	width: 100%;
	height: 30px;
	text-decoration: none;
	font-size: 140%;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	background-color: #57DAE9;
	margin-bottom: -0.25%;
}

.return a:link
{
	text-decoration: none;
}

.return a:hover h2
{
	color: #FA08DB;
}

.multiInnerContent .row
{
	margin-top: 1%;
	border: 2px Solid #57DAE9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
	padding: 0;
}

.multiPicLayout
{
	margin-right: -1.5%;
}

.multiPicLayout ul
{
	list-style-type: none;
    padding: 0;
}

.multiPicLayout li 
{
    display: inline;
}

.multiPicLayout li img
{
	height: 45%;
	width: 45%;
	border: 2px Solid #57DAE9;
	border-radius: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
	margin-top: -5%;
	margin-bottom: -5%;
}

.multiInnerBlurb
{
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	margin-right: 0.5%;
	border: 2px Solid #57DAE9;
	border-radius: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.60), 0 1px 2px rgba(0,0,0,0.24);
}

.multiInnerBlurb h2, h3
{
	color: #1010F6;
	margin-bottom: -1.25%;
}

.multiContact
{
	text-align: center;
}

.multiContact a:link
{
	text-decoration: none;
}

.multiContact a:link h3
{
	color: white;
}

.multiContact a:hover h3
{
	color: #FA08DB;
}

/* For mobile phones: */
[class*="col-"]
{
    width: 100%;
}

img
{
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px)
{
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}