
body {
	font-family: 'Didact Gothic', sans-serif;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding-top:0px;
	background-color: black;
	background-image: url("/resources/background.jpg");
					  background-size: cover;    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    
}

.div-p {
	margin-top:50px;
	margin-right: 5%;
	margin-left: 5%;
	padding-top:20px;
	padding-bottom:40px;
	text-align: center;
	background-color: rgba(21,63,131,0.9);
}

.div-title {
	margin-top:0px;
	padding-top:1px;
	padding-bottom:30px;
	text-align:center;
	background-color:#ea4853;
}

#text-left {
    width: 50%;
    float: left;    margin-left: 40px;
    text-align: right;
}

#video-airrings {
    margin: auto;
    text-align: center;
    width: 40%}

h1 {
	font-family: 'Didact Gothic', sans-serif;
    font-size: 200%;
}

h2 {
	font-family: 'Didact Gothic', sans-serif;
    font-size: 150%;
    text-decoration: underline;
}

p	{
	color: white;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 130%;
	margin: 20px 5% 20px 5%;
}

a {
    text-decoration: none;
    color: #72E571;
    transition: 0.3s;
}

a:hover{
    color: #BEFFBD;
}

::-webkit-scrollbar {
    width: 15px
}
::-webkit-scrollbar-track {
    background: #003965
}
::-webkit-scrollbar-thumb {
    background: #005ea7
}
::-webkit-scrollbar-thumb:hover {
    background: #008fff
}
