@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a {
	text-decoration:none;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong{
	font-weight: bold;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

caption,th {
    text-align: left;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
}

q:before,q:after {
    content:'';
}

abbr,acronym { border: 0;
}


/* Custom CSS */

html {
	font-size: 75%;
	min-width: 320px;
}

/* Font scaling for smaller devices */

@media only screen and (max-width: 1280px) {
  html {
 	font-size: 65%;
  }
}

@media only screen and (max-width: 620px) {
  html {
 	font-size: 55%;
  }
}




body {
 	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6em;
}

strong {
	font-weight: 400;
}

em {
	font-style: italic;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

h1 {
	font-family: "Amatic SC", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 8.4rem;
	line-height: 8.0rem;
	margin-bottom: 2.0rem;
	color: white;
}

.section-inner {
	position: relative;
	/* 
	background-color: rgba(140,10,5,0.5);  
	Red tinted overlay */
	width: calc(100% - 10vW);
	height: calc(100% - 120px);
	padding: 13.0rem 5vW 2.0rem 5vW;
}

.section-text-left {
	position: relative;
	width: 50%;
	padding: 1.0rem 2.0rem 2.0rem 2.0rem;
	background: rgba(0,0,0,0.7);
	display: table;
}

.column {
	float: left;
	min-width: 50%;
	clear: right;
	display: inline-block;
}

.profile {
	position: relative;
	width: calc(20%);
	float: right;
	margin: 0 0 2.0rem;
	border-radius: 50%;
}

.hide-on-desktop {
	display: none;
}

.section-text-left a:link,
.section-text-left a:visited,
.section-text-left a:hover,
.section-text-left a:focus {
	color: white;
	text-decoration: none;
}

.section-text-left a:hover,
.section-text-left a:focus {
	text-decoration: underline;
}

.section-text-left i {
	margin-right: 10px;
}

.section-text-left .hide-on-desktop i {
	margin-right: 0;
}

p {
	margin-bottom: 1.8rem;
}

@media only screen and (max-width: 980px) {

	.section-text-left {
        position: absolute;
        bottom: 3.0rem;
        left: 5vW;
        width: calc(100vW - 10vW - 4.0rem) !important;
    }

	.hide-on-desktop {
		display: block;
	}

}

#menu li {
	display: inline-block;
	margin: 0;
	color: #000;
	background: none;
	font-size: 1.2rem;
	line-height: 3.5rem;
	height: 3.5rem;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

#menu li.active {
	background: rgba(0,0,0,0.6);
}

#menu li a {
	text-decoration:none;
	color: white;
}

#menu li.active a:hover {
	color: white;
}

#menu li:hover {
	background: rgba(0,0,0,0.5);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

#menu li a,
#menu li.active a {
	padding: 0 4px 0 4px;
	display: block;
}


#menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: calc(100% - 10px);
	padding: 0;
	margin:0;
	background: rgba(0,0,0,0.5);
	height: 3.5rem;
	padding-left: 10px;
}


#socnet {
	font-size: 2.0rem;
	line-height: 3.5rem;
	position: fixed;
	top: 0;
	right: 2px;
	z-index: 71;
	padding: 0;
	margin: 0;
	text-align: right;
	height: 3.5rem;
	width: auto;
}

#socnet li,
#socnet li:hover,
#socnet li:focus {
	position: relative;
	height: 3.5rem;
	margin: 0;
	padding: 0.2rem;
	display: inline-block;
	background-color: rgba(255,0,0,0);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

#socnet li a:link,
#socnet li a:visited,
#socnet li a:hover,
#socnet li a:focus {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.section,
.slide {
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* Defining each section background and styles */

#section0 {
	background-image: url(../imgs/section0.jpg);
}

#section1 {
	background-image: url(../imgs/section1.jpg);
}

#section2 {
	background-image: url(../imgs/section2.jpg);
}

#section3 {
	background-image: url(../imgs/section3.jpg);
}

#section4 {
	background-image: url(../imgs/section4.jpg);
}