@font-face {
    font-family: 'Famosa Demo';
    src: url('fonts/Famosa-RegularDemo.eot');
    src: url('fonts/Famosa-RegularDemo.otf') format('opentype'),
        url('fonts/Famosa-RegularDemo.woff') format('woff'),
        url('fonts/Famosa-RegularDemo.svg#Famosa-RegularDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	background: url("../images/profile_scuba.png") no-repeat center center fixed;
}

html {
	height: 100%;
	margin: 0px;
}

body {
	font-family: 'Helvetica';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	margin: 0px;
	height: 100%;
}

h1 {
	font-family: 'Famosa Demo';
	font-size: 45px;
}

h2 {
	font-family: 'Famosa Demo';
	font-size: 30px;
}

a {
    text-decoration: none;
}

li {
	padding: 5px;
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/profile_scuba.png");
	height: 60%;
	width: 100%;
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-menu {
	right: 5%;
	position: absolute;
}

.hero-menu a {
	float: right;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	color: white;
}

/* Change the color of links on hover */
.hero-menu a:hover {
	color: black;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}


* {
	box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column_left {
	float: left;
	width: 60%;
	padding: 10px;
	padding-top: 0px;
	padding-right: 50px;
	height: 300px; /* Should be removed. Only for demonstration */
}

.column_right {
	float: right;
	width: 30%;
	padding: 10px;
	padding-top: 0px;
	height: 300px; /* Should be removed. Only for demonstration */
}

.column_research {
	float: left;
	width: 60%;
	padding: 10px;
	padding-top: 0px;
	/* padding-bottom: 50px; */
  /* margin-bottom: 125px; */
	/* height: 300px; /* Should be removed. Only for demonstration */ */
}

.column_video {
	float: right;
	width: 40%;
	padding: 10px;
	padding-top: 40px;
	/* height: 300px; /* Should be removed. Only for demonstration */ */
}


.column_gallery_left {
  float: left;
  padding: 10px;
  width: 45%;
}

.column_gallery_right {
  float: right;
  padding: 10px;
  width: 45%;
}


.row_main {
	margin: auto;
	max-width: 80%;
	/* padding-bottom: 40px; */
}

.row {
	margin: auto;
	max-width: 80%;
	/* padding-bottom: 40px; */
  margin-bottom: 50px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

li, ul {
margin: 0;
padding-bottom: 1px;
}

.span {
  position: relative;
  top: -10px;
}
