@font-face {
    font-family: 'dopestyle_regular';
    src: url('dopestyle-webfont.woff2') format('woff2'),
         url('dopestyle-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* 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%;}
}

body {
	background-color:#000000;
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 701px) {
	h1 {
		font-family: 'dopestyle_regular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-size:70px;
	text-align:center;
	}

	h2 {
		font-family: 'dopestyle_regular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-size:35px;
	text-align:center;
	}

	h4 {
		font-family: Montserrat, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	}
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 700px) {
	h1 {
		font-family: 'dopestyle_regular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-size:40px;
	text-align:center;
	}

	h2 {
		font-family: 'dopestyle_regular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-size:25px;
	text-align:center;
	}

	h4 {
		font-family: Montserrat, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-size:15px;
	text-align:center;
	}
}

.logo img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

@media only screen and (max-width:767px) {
    .logo img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media only screen and (min-width:768px) {
    .logo img {
        max-width: 240px;
        max-height: 240px;
    }
}

@media only screen and (min-width:992px) {
    .logo img {
        max-width: 314px;
        max-height: 314px;
    }
}

@media only screen and (min-width:1200px) {
    .logo img {
        max-width: 380px;
        max-height: 380px;
    }
}

.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}