article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html { height: 100vh;
  		width: 100vw;}

body {
font-family: Lato, sans-serif;
font-weight: 300;
margin: 0px;
color: #fff;
text-align: center;
height: 100vh;
width: 100vw;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb993+0,fff+100 */
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #fff 0%, #ffb993 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff 0%,#ffb993 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff 0%,#ffb993 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffb993',GradientType=0 ); /* IE6-9 */

}

.instagram {color: #cd6842; text-decoration: none;}

.container {
    width: 1170px;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

img.logo{max-width: 245px !important;}

.linktree{

height: auto;
padding: 50px;
}

.linktree h1{text-align: center;}

.linktree ul{width: 60%; margin: 0 auto;}

.linktree ul li {width: 80%; border:1px solid #cd6842; margin: 0 auto 10px; list-style: none; }

.linktree ul li a {color: #fff; background: #cd6842; font-size: 20px; text-decoration: none; font-weight: bold; display: block;  height: 100%; padding: 20px 40px; }

.linktree ul li a:hover {background: #842831; color: #fff;}

.linktree ul li a img {margin-top: 4px;  position: absolute; margin-left: -25px;}



@media (max-width:480px) {
	.container {
    width: 100%;
}

.container, .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.linktree{
height: auto;
padding: 55px 0 100px; width: 100%;
}


.linktree h1{text-align: center;}

.linktree ul{width: 100%; margin: 0 auto; padding: 0px}

.linktree ul li {width: 80%; border:1px solid #fff; margin: 0 auto 10px; list-style: none; }

.linktree ul li a {color: #fff; font-size: 20px; text-decoration: none; font-weight: bold; display: block;  height: 100%; padding: 20px 11px; }

.linktree ul li a:hover {background: #3a9c8f;}

.linktree ul li a img {margin-top: 4px;  position: absolute; margin-left: -25px;}


}


@media (max-width:350px) {
	.container {
    width: 100%;
}

img.logo{max-width: 145px !important;}

.container, .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.linktree{
height: auto;
padding: 21px 0 100px; width: 100%;
}


.linktree h1{text-align: center; font-size: 20px; margin-bottom: 36px;}

.linktree ul{width: 100%; margin: 0 auto; padding: 0px}

.linktree ul li {width: 80%; border:1px solid #fff; margin: 0 auto 15px; list-style: none; }

.linktree ul li a {color: #fff; font-size: 18px; text-decoration: none; font-weight: bold; display: block;  height: 100%; padding: 15px 10px; }

.linktree ul li a:hover {background: #3a9c8f;}

.linktree ul li a img {margin-top: 0px;  position: absolute; margin-left: -25px;}


}


@media (min-width: 481px) and (max-width: 1200px){

		.container {
    width: 80%;
}

img.logo{max-width: 145px !important;}

.container, .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.linktree{
height: auto;
padding: 21px 0 100px; width: 100%;
}


.linktree h1{text-align: center; font-size: 20px; margin-bottom: 36px;}

.linktree ul{width: 100%; margin: 0 auto; padding: 0px}

.linktree ul li {width: 80%; border:1px solid #fff; margin: 0 auto 15px; list-style: none; }

.linktree ul li a {color: #fff; font-size: 18px; text-decoration: none; font-weight: bold; display: block;  height: 100%; padding: 15px 10px; }

.linktree ul li a:hover {background: #3a9c8f;}

.linktree ul li a img {margin-top: 0px;  position: absolute; margin-left: -25px;}


}


