html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type='button'] {
  -webkit-appearance: none;
}



html, body{
  height:100%;
}

body {
	background-color: #fff;
	font-family: sans-serif;
}

.container {
	font-size:25px;
	font-weight:200;
	color:#181818;
	width:100%;
	min-height:600px;
	height:100%;
	margin:auto;
}

.intro {
	padding:20px;
	background:#fff;
}

.intro img {
	width:50px;
	height:auto;
	float:left;
}

h1 {
	font-size:40px;
	padding-left:75px;
	font-weight:200;
    font-family: Public Sans;
    font-weight: Medium;
    text-align: left;
}

h2 {
    font-family: Alata;
    font-weight: Regular;
    font-size: 60px;
    opacity: 1;
    text-align: left;
	line-height:80px;
}

h3 {font-family: Alata;
    font-weight: bold;
    font-size: 40px;
	padding-top:20px;
}

.projects {
	min-height: 442px;
	font-family: Alata;
    font-weight: Regular;
    font-size: 80px;
	color:#fff;
	padding:50px 10%;
}
a {
	color:#fff;
}


.top {   
    background-image: radial-gradient(
      farthest-corner at 50% 100%,
      #61b7ad 0%,
      #abdcad 100%
    );
	color:#fff;
	padding-top:100px;
}
.top img {
    width: 400px;
    height: 400px;
    opacity: 1;
    box-shadow: 0px 1px 32px rgba(0, 0, 0, 0.4);
    overflow: hidden;
	float:left;
	margin-right:40px;
}
.top p{
    font-size: 20px;
	line-height:40px;
}

.readmore {
	background: url('../images/down.png') no-repeat;
	background-size: 50px;
	background-position:center;
	height:133px;
	width:100%;
	font-size:16px;
	padding-top:20px;
	margin-top:20px;
	text-align:center;
    content: "";
    clear: both;
    display: table;
}
.readmore a {
	text-decoration:none;
}

.second {   
    background-color: #61b7ad;
	color: #0B3142;
}

.second img {
    width: 400px;
    height: 400px;
    opacity: 1;
    overflow: hidden;
	float:right;
	margin-left:20px;
}

.second a {
	color:#0B3142;
}

.second p, .third p {
	font-size:20px;
}

.third {   
    background-color: #0B3142;
}
.third img {
    width: 400px;
    height: 400px;
    opacity: 1;
    overflow: hidden;
	float:right;
	margin-right:20px;
}

.download {
	background-image: url('../images/download.png');
}

.spotify {
	background-image: url('../images/Spotify_icon.png');
}
.itunes {
	background-image: url('../images/apple-music-2020-09-25.png');
}

.amazon {
	background-image: url('../images/amazon.png');
}

.songlinks a {
	text-decoration:none;
}
.songlinks span {
	height: 40px; /* You must set a specified height */
	background-repeat: no-repeat;
	background-size: 20px;
	background-position-x: 15px;
	background-position-y: center;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-color: #181818;
	padding:10px 30px 10px 50px;
	border-radius:40px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	margin-right:0px;
	margin-bottom:20px;
	line-height:46px;
}




@media only screen and (max-width: 800px) {
	.container {
		font-size:20px;
	}
	h1, h2, h3 {
		font-size:40px;
		padding-bottom:20px;
		line-height:40px;
	}
	.top {
		padding-top:50px;
	}
	.top img, .second img, .third img {
	    width: 100%;
	    height: 100%;
	}
	.songlinks span{
		display:block;
	}

	
}