*{
  box-sizing: border-box;
  padding:0;
  margin:0;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
	position:relative;
	
}

/* 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%;}


@font-face {
  font-family: UbuntuMono;
  src: url(fonts/UbuntuMono-Regular.ttf);
}

@font-face {
  font-family: UbuntuMono;
  src: url(fonts/UbuntuMono-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: UbuntuMono;
  src: url(fonts/UbuntuMono-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Ouvrieres-affamees;
  src: url(fonts/UbuntuMono-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: UbuntuMono;
  src: url(fonts/UbuntuMono-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: BitcountProp;
  src: url(fonts/BitcountPropSingle-VariableFont_CRSV,ELSH,ELXP,slnt,wght.ttf);
}



body{
	background-image:url("img/soil-bg2.jpg");
	background-color:brown;
}



/*home classes*/

.header{
	background-image:url("img/header-bg-2.png");
	height:200px;
	padding:20px;
	color:white;
	font-family:BitcountProp;
}
.header marquee{
	background-color:none;
	padding:0px;
	
}


.main{
	width:90%;
	background-image:url("img/prueba-caminos2-2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	/*background-color:blue;*/
	margin-left:5%;
	height:80%;
}

.mainframe{
	width:100%;
	height:100%;
}

.section{
	width:90%;
	margin-left:5%;
	margin-top:10px;
}

.sticky{
	background-color:Cornsilk;
	width:30%;
	position:fixed;
	bottom:5px;
	left:15px;
	padding:20px;
	box-shadow:2px 2px 5px black;
}

.aboutmain{
	height:30%;
	width:30%;
	/*background-color:black;*/
	margin-left:60%; margin-top:5%;
	color:white;
	position:absolute;
	padding:20px;
	text-align:center;
}

.fanzinemain{
	height:30%;
	width:30%;
	/*background-color:red;*/
	margin-left:0%; margin-top:10%;
	color:white;
	position:absolute;
	padding:20px;
	text-align:center;
}

.extramain{
	height:30%;
	width:30%;
	/*background-color:green;*/
	margin-left:45%; margin-top:25%;
	color:white;
	position:absolute;
	padding:20px;
	text-align:center;
}

.homebtn{
	text-decoration:none;
	color:white;
}

/*FANZINE CLASSES*/
.fanzine{
	color:white;
	padding:10px;
	border:white dotted 1px;
}

/*hyperlink styling*/
.fanzine a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.zinelist{
	padding:10px;
	
	display:inline;
	width:16.6%;
}

.aboutcard{
	text-align:center;
	padding:5px;
	color:white;
	
	width:15%;
	margin:0.8%;
}

.aboutcard a{
	color:white;
	text-decoration: underline dotted 1px;
	font-style:italic;
}

.abouttxt{
	border: white dotted 1px;
	padding:2%;
	text-align:center;
	margin: auto;
	
}


/*TEXT STYLING*/
h1{
	font-size:55px;
	font-weight:bold;
}

h2{
	font-size:40px;
	font-weight:normal;
	font-family:BitcountProp;
}

h3{
	font-family:BitcountProp;
	font-weight:normal;
}

h5{
	font-family:UbuntuMono;
}

p{
	font-family:UbuntuMono;
}


.phoneh2{
	font-size:25px;
	font-weight:normal;
}

.footer{
	font-size:12px;
	font-style:italic;
	color:white;
	text-align:center;
}


/*ONLY PHONE/DESKTOP*/
.onlyphone{
		display:none;
	}
	
.onlydt{
		display:block;
	}
	
.nophone{
		display:inline-block;
	}
	
.nodt{
		display:none;
	}


/*TABLET STYLING*/
@media screen and (max-width: 1200px) {
	[class*="col-"] {
        width: 100%;
    }	
	
	.aboutcard{
	text-align:center;
	padding:5px;
	color:white;
	
	width:30%;
	margin:1.6%;
}


}

/*MOBILE STYLING*/
@media screen and (max-width: 530px) {
	[class*="col-"] {
        width: 100%;
    }	
	
	body{
		height:auto;
	}

	main{
		display:block; /*makes the layout single column*/
		height:auto;
	}
	
	.main{
		background-image:url("img/prueba-caminos3-1.png");
		background-size: 100%;
		background-repeat: no-repeat;
		height:80%;
	}
	
	.aboutmain{
	height:30%;
	width:38%;
	/*background-color:white;*/
	margin-left:55%; margin-top:5%;
	color:white;
	position:absolute;
	padding:20px;
	text-align:center;
	}

.fanzinemain{
	height:30%;
	width:30%;
	/*background-color:yellow;*/
	margin-left:2%; margin-top:30%;
	color:white;
	position:absolute;
	padding:20px;
	text-align:center;
}

.extramain{
	height:30%;
	width:30%;
	/*background-color:plum;*/
	margin-left:45%; margin-top:60%;
	color:white;
	position:absolute;
	padding:20px;
	text-align:center;
}


	.aboutcard{
	text-align:center;
	padding:10px;
	color:white;
	
	width:45%;
	margin:5px;
}

	.abouttxt{
	border: white dotted 1px;
	padding:2%;
	text-align:center;
	margin: auto;
	
}

	.footer{
	font-size:12px;
	font-style:italic;
	color:white;
	text-align:right;
	margin-right:20px;
}
	
	.onlyphone{
		display:block;
	}
	
	.onlydt{
		display:none;
	}
	
	.nophone{
		display:none;
	}
	
	.nodt{
		display:inline-block;
	}
	
}