@charset "utf-8";

@media (min-width : 415px ) and (max-width : 770px ){
	
	body{
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		background: #6D6D6D;
		}

	/* Create two columns that floats next to each other */
	.column {
	  float: left;
		padding: 0;
		border: 0;
		margin: 10px;
	}

	.left {
	  width: 70%;
		padding: 0;
		border: 0;
		margin: 0;
		text-align: right;
	}

	.right {
	  width: 30%;
		padding: 0;
		border: 0;
		margin: 0;

	}

	.image {
		width: 100%;
		height: auto;
		padding: 0;
		border: 0;
		margin: 0;
		}

	.logo {
	   margin-top: 69px;
		margin-right: 0px;
		margin-left: 40px;
		margin-bottom: 20px;
		width: 60%;
		}

	/* Clear floats after the columns */
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}

	h1 {
		font-size: 20px;
		font-weight: bold;
		font-weight: 400;
		letter-spacing: -1px;
		text-align: right;
		margin-top: 25px;
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 0px;
		color: #FFFFFF
	}

	h2 {
		font-size: 12px;
		font-weight: bold;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 40px;
		margin-right: 0px;
		color: #FFFFFF
	}

	h3 {
		font-size: 12px;
		font-weight: bold;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 40px;
		margin-right: 0px;
		color: #FFFFFF;
	}

	p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 10px;
		text-indent: 0px;
		text-align: left;
		margin-bottom: 0px;
		margin-left: 40px;
		margin-right: 3px;
		color: #FFFFFF;
	}


	.Instagramlogo {
	   margin-top: 10px;
		margin-right: 0px;
		margin-left: 40px;
		margin-bottom: 0px;
		width: 50px;
		height: 50px;
	}


	.dotall {
		width: 100%;
		text-align: right;

	}

	/* The dots/bullets/indicators */
	.dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  margin: 10px 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
}
