html {
	background-color: #000000;
	text-align: centre;
	font-family: arial, helevicta, sans-serif;
	font-size: 100%;
	color: #bbbbbb;
}

* {
	box-sizing: border-box;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@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%;}
}

img {
    max-width: 100%;
    height: auto;
}

img.gallery {
	display:inline-block;
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left: 0px;
	margin-right: 50px;
	max-height: 200px;
	box-shadow: 0px 0px 20px 0px #ffffff;
}

img.left {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 18px;
}

img.right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}

video {
    max-width: 100%;
    height: auto;
}

a:link {
	color: #6666ff;
	text-decoration: none;
}
a:visited {
	color: #6666ff;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	text-shadow: 0px 0px 10px #ffffff;
}
a:active {
	color: #00ff00;
	text-decoration: none;
}

hr {
	color: #777777;
}

#welcome {
	border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
	background-color: #222222;
}

#menu {
	border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
	background-color: #222222;
	font-weight: normal;
	font-size: 1.5em;
}

#menu a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom:15px;
}

#menu p {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.6em;
}

#menu_small {
	border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 10px;
	text-align: left;
	padding: 10px;
	background-color: #222222;
	font-weight: normal;
	font-size: 1.0em;
}

#menu_small a {
	padding-left: 10px;
	padding-right: 10px;
}

#blog {
	border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 15px;
	text-align: left;
	padding: 15px;
	background-color: #222222;
	font-weight: normal;
}

#blog p {
	font-size: 0.9em;
	text-align: left;
	line-height: 120%;
}

#blog img {
	display:inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	max-height: 200px;
	box-shadow: 0px 0px 20px 0px #ffffff;
}

#photo {
	border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 15px;
	text-align: left;
	padding: 15px;
	background-color: #222222;
	font-weight: normal;
}

#photo p {
	font-size: 1.0em;
	text-align: left;
	line-height: 120%;
}

#photo img {
	box-shadow: 0px 0px 20px 0px #ffffff;
}

#copyright {
	border-style: none;
	text-align: right;
	font-weight: normal;
	font-size: 0.6em;
}

iframe.video {
	float: left;
	padding: 15px;
}

.dropbtn {
    border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 15px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;
	margin-bottom: 00px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #222222;
	color: #6666ff;
    font-size: 24px;
	cursor: pointer;
	width: 220px;
	height: 80px;
}

.dropdown {
    float: right;
	position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
	float: right;
    position: absolute;
	margin-top: 00px;
	margin-bottom: 00px;
	margin-left: 20px;
	margin-right: 20px;
    background-color: #222222;
    overflow: auto;
   	border-style: solid;
	border-width: 2px;
	border-color: #777777;
	border-radius: 15px;
	font-size: 24px;
	cursor: pointer;
	width: 220px;
}

.dropdown-content a {
    color: 6666ff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
	text-align: center;
	font-size: 24px;
    display: block;
}

.dropdown-content a:hover {background-color: #888888}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #222222;
}