* {
    font-family: Arial;
	box-sizing: border-box;
    text-decoration: none;
}

body {
	background: url(bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content {
    margin: auto;
    width: 45%;
    min-width: 400px;
    overflow-y: hidden;
}

.social {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.5vh;
	border: 0.5vh solid #424242;
	display: inline-block;
	transition: all 0.4s ease 0s;
   	width: 50%;
        height: 50%;
	font-size: 1.8vh;
}

.social:hover, li a:hover {
	color: #333;
	background: #fc75f5;
	border-color: #fc75f5;
	transition: all 0.2s ease 0s;
}

div.subtitle {
	color: white;
	font-size: 20px;
	text-align: center;
}

div.tx {
	color: white;
	text-align: center;
    font-size: 1.8vh;
}

nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li.navbutton {
    float: right;
	text-transform: uppercase;
}

li.navbutton a {
    display: block;
    color: White;
    text-align: center;
    padding: 22px 25px;
}

footer {
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    opacity: 0.9;
}

.bximg {
    background-color: #424242;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}

.bximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bximgsp {
	margin-bottom: 8vh;
}

.column {
  float: left;
  width: 40%;
  padding: 1vh;
}

.column2 {
  float: right;
  width: 60%;
  padding: 1vh;
}

.sct {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding: 1.5vh;
	
}
.txsct {
	margin-bottom: 3vh;
}

.bximg:hover {
	opacity: 0.6;
	transition: all 0.2s ease 0s;
}

@media screen and (max-width: 800px) {
    h1 {
        margin: 10px;
    }
    .content {
        min-width: 0;
        width: 90%;
    }
    .index.topwrapper {
        display: block;
    }
	.column, .column2 {
		width: 100%;
	}
	.sct {
    position: relative;
	background-color: transparent;
	}
	.txsct2 {
		margin-bottom: 40px;
	}
	.tx {
		padding: 10px;
	}
	.txsct {
		margin-bottom: 10px;
	}
}
