﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

body {
    color: #474747;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.65em;
    background: url('../images/1666536052-huge.jpg') no-repeat center fixed;
    background-size: 100vw 100vh;
    overflow-x: hidden;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	color: #37c0fb;
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:hover {
	color: #37c0fb;
    text-decoration: none;
	border-bottom-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: 600;
	line-height: 1.75em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-style: normal;
	font-weight: 300;
}

h2 {
	font-size: 1.75em;
	letter-spacing: -0.025em;
}

h3 {
	font-size: 1.2em;
	letter-spacing: -0.025em;
}

hr {
    background-color: #999;
    height: 1px;
}

nav {
    font-size: 12pt;
}

nav ul {
	margin: 0;
}

nav li {
	position: relative;
	display: inline;
}

nav a {
	color: #c0c0c0;
	text-decoration: none;
	border: 0;
	display: block;
	padding: 1.5em 0.5em 1.35em 0.5em;
}

#myNavbar > ul > li:first-child {
	margin-left: 0;
}

#myNavbar > ul > li:hover a {
	color: #fff;
}

#myNavbar > ul > li.active {
	font-weight: 600;
}

row {
    margin-left: 15%;
}

ul {
	list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
}

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.links li {
	line-height: 2.5em;
}

.container {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 50px auto;
    padding: 0px;
    border: solid 1px #000;
    border-radius: 5px 5px 0px 0px;
}

.margin {
    margin: 0px 25px;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

/*----------------- IFrame -----------------*/

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

article {
    margin: 30px 0px;
    border: 1px solid #999;
    border-radius: 10px;
}

figure {
    margin-bottom: 15px;
}


/*--------------- Image Zoom ---------------*/

.img-hover-zoom {
    border: 3px solid #474747;
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

footer {
    display: block;
    float: left;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px; 
    background: #f7f7f7 url(images/bg01.png);
}

footer a {
	color: inherit;
	border-bottom-color: rgba(71, 71, 71, 0.25);
}

footer a:hover {
	color: #37c0fb;
	border-bottom-color: transparent;
}

footer #footer {
    padding: 5%;
}

footer .copyright {
	color: #999;
	margin-top: 1.5em;
	text-align: center;
}