/*
Project: 15_16_int_04
Activity: 12 - Asian woman magazine case study
Author: Richy Thomas
Palette: Color: Primary Colour: #3E50B4 , Secondary Colour: #FEC107;
*/

#magazine-cover {
  margin: 0 3em 2em 0;
}

ul#points li {
  font-size: 1.1em;
  line-height: 1.3em;
}

ul#points li a {
  text-decoration: none;
}

#points i {
  margin-right: .5em;
}

#points .collapse.in {
  display: inline;
}

.arrow {
  position: absolute;
  z-index: 500;
}

.arrow1 {
  top: 66px;
  left: 240px;
}

.arrow2 {
  top: 125px;
  left: 274px;
}

.arrow3 {
  top: 265px;
  left: 96px;
}

/* Tablet */
@media(min-width: 768px){

	.arrow1
	{
		top: 70px;
    	left: 235px;
	}
	
	.arrow2
	{
		top: 138px;
    	left: 246px;
	}
	
	.arrow3
	{
		top: 248px;
    	left: 96px;
	}

}

/* Desktop */
@media(min-width:992px){

  ul#points li {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  #magazine-cover {
    margin-bottom: 0;
  }

  .arrow1 {
    top: 70px;
    left: 235px;
  }

  .arrow2 {
    top: 136px;
    left: 244px;
  }

  .arrow3 {
    top: 251px;
  }

}

/* Large Desktop */
@media(min-width:1200px){

  ul#points li {
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .arrow1 {
    top: 70px;
    left: 236px;
  }

  .arrow2 {
   	top: 134px;
    left: 246px;
  }

  .arrow3 {
    top: 218px;
    left: 115px;
  }

}