@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");

/* CSS Document */

 html, body {
      margin-top: 1em;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 90%;
        margin-top: 10%;
		margin-left: auto;
		margin-right: auto;
    }

    .slick-slide {
		margin: 0  5 0 5%;
    }

    .slick-slide img {
      width: 100%;
    }

   .slick-prev:before,
    .slick-next:before {
        color: #777777;
		text-decoration: none;
		border: none;
    }
	
	h4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1em;
  color: #FFFFFF;
  margin: 0 0 0 5%;
  text-transform: uppercase;
}

 p.major2 {
			font-size: 0.7em;
			font-weight: 600;
			letter-spacing: 0.25em;
			margin-bottom: 0;
			text-transform: uppercase;
            margin: -1em 10% 0 10% ;
            max-width: 70%;
		}
p {
			margin-left:10%;
            margin-top: .7em;
            max-width: 80%;
            font-size: 0.8em;
            font-weight:400;
            letter-spacing: 1px;
            line-height: 1.2em;
}

p.sub2 {
            font-size: 0.7em;
            font-weight:600;
            letter-spacing: 2px;
            line-height: 1.2em;
            margin-top: 5px;
            text-align: left;
}

.mainimage {
    max-width: 80%;
    margin: 0 10.6% 0 9.4%;
}



