@charset "UTF-8";
/*-----------------
 * nico_captured
 -----------------*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * https://cssreset.com/
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
/*instagram*/
#sb_instagram {
  opacity: 0;
  transition: all 1.2s;
}
#insta2 .insta {
  margin: 80px 0;
}
#insta2 .insta_heading {
  text-align: center;
}
#insta2 .insta_heading img {
  width: 25%;
}
#instagram_img {
  padding: 80px 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  width: 100%;
  justify-content: center;
}
#insta2 #instagram_img .img_insta1 {
  margin: 5px;
  width: auto;
}
#insta2 .insta_link_txt {
  width: max-content;
  margin: auto;
}
#insta2 .insta_link_txt a {
  border: 2px #404040 solid;
  max-width: 400px;
  padding: 10px 20px 10px 20px;
  margin: auto;
  text-align: center;
}
#insta2 .insta_link_txt a:hover {
  background-color: #404040;
  color: #fff;
}
#insta2 .insta_txt {
  padding-right: 20px;
  border-right: 1px #ccc solid;
  font-weight: bold;
}
#insta2 .account_txt {
  padding-left: 20px;
  font-size: 0.8em;
}
@media screen and (max-width: 576px) {
	#insta2 .insta_heading img {
  width: 60%;
}
  #insta2 #instagram_img .img_insta1 {
    margin: 5px;
    width: 45%;
  }
  #insta2 .insta_txt {
    padding-right: 10px;
    border-right: 1px #ccc solid;
    font-weight: bold;
    font-size: 4vw;
  }
  #insta2 .account_txt {
    padding-left: 10px;
    font-size: 4vw;
  }
  #insta2 .insta_link_txt a {
    padding: 10px 10px 15px 10px;
  }
}