.btn.social > :first-child,
.btn-large.social > :first-child,
.col.social > :first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn.social,
.btn-large.social,
.col.social {
  padding: 0 2rem 0 0;
}
.btn.social i,
.btn-large.social i,
.col.social i {
  padding: 0 1rem;
  margin-right: 1rem;
}
.btn.social-icon,
.btn-large.social-icon,
.col.social-icon {
  padding: 0;
}
.btn.social-icon i,
.btn-large.social-icon i,
.col.social-icon i {
  padding: 0 1rem;
  margin-right: 0;
}
.btn-large.social-icon {
  padding: 0 1rem;
}
.col.social {
  width: 100%;
  text-align: left;
}
.col.social i.fa-fw {
  width: 3.2rem;
}
.adn {
  background-color: #d87a68 !important;
  color: #fff !important;
}
.adn i {
  color: #fff !important;
}
.adn:hover {
  background-color: #e29e91 !important;
}
.bitbucket {
  background-color: #205081 !important;
  color: #fff !important;
}
.bitbucket i {
  color: #fff !important;
}
.bitbucket:hover {
  background-color: #2a69aa !important;
}
.dropbox {
  background-color: #1087dd !important;
  color: #fff !important;
}
.dropbox i {
  color: #fff !important;
}
.dropbox:hover {
  background-color: #309ff0 !important;
}
.facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
}
.facebook i {
  color: #fff !important;
}
.facebook:hover {
  background-color: #4c70ba !important;
}
.flickr {
  background-color: #ff0084 !important;
  color: #fff !important;
}
.flickr i {
  color: #fff !important;
}
.flickr:hover {
  background-color: #ff339d !important;
}
.foursquare {
  background-color: #f94877 !important;
  color: #fff !important;
}
.foursquare i {
  color: #fff !important;
}
.foursquare:hover {
  background-color: #fb799c !important;
}
.github {
  background-color: #444444 !important;
  color: #fff !important;
}
.github i {
  color: #fff !important;
}
.github:hover {
  background-color: #5e5e5e !important;
}
.google {
  background-color: #dd4b39 !important;
  color: #fff !important;
}
.google i {
  color: #fff !important;
}
.google:hover {
  background-color: #e47365 !important;
}
.instagram {
  background-color: #405de6 !important;
  color: #fff !important;
}
.instagram i {
  color: #fff !important;
}
.instagram:hover {
  background-color: #6d83ec !important;
}
.linkedin {
  background-color: #007bb6 !important;
  color: #fff !important;
}
.linkedin i {
  color: #fff !important;
}
.linkedin:hover {
  background-color: #009de9 !important;
}
.microsoft {
  background-color: #2672ec !important;
  color: #fff !important;
}
.microsoft i {
  color: #fff !important;
}
.microsoft:hover {
  background-color: #5590f0 !important;
}
.windows {
  background-color: #2672ec !important;
  color: #fff !important;
}
.windows i {
  color: #fff !important;
}
.windows:hover {
  background-color: #5590f0 !important;
}
.odnoklassniki {
  background-color: #f4731c !important;
  color: #fff !important;
}
.odnoklassniki i {
  color: #fff !important;
}
.odnoklassniki:hover {
  background-color: #f6914d !important;
}
.openid {
  background-color: #f7931e !important;
  color: #fff !important;
}
.openid i {
  color: #fff !important;
}
.openid:hover {
  background-color: #f9ab4f !important;
}
.pinterest {
  background-color: #cb2027 !important;
  color: #fff !important;
}
.pinterest i {
  color: #fff !important;
}
.pinterest:hover {
  background-color: #e03e44 !important;
}
.reddit {
  background-color: #eff7ff !important;
  color: #000 !important;
}
.reddit i {
  color: #000 !important;
}
.reddit:hover {
  background-color: #ffffff !important;
}
.soundcloud {
  background-color: #ff5500 !important;
  color: #fff !important;
}
.soundcloud i {
  color: #fff !important;
}
.soundcloud:hover {
  background-color: #ff7733 !important;
}
.tumblr {
  background-color: #2c4762 !important;
  color: #fff !important;
}
.tumblr i {
  color: #fff !important;
}
.tumblr:hover {
  background-color: #3c6085 !important;
}
.twitter {
  background-color: #55acee !important;
  color: #fff !important;
}
.twitter i {
  color: #fff !important;
}
.twitter:hover {
  background-color: #83c3f3 !important;
}
.vimeo {
  background-color: #1ab7ea !important;
  color: #fff !important;
}
.vimeo i {
  color: #fff !important;
}
.vimeo:hover {
  background-color: #49c6ee !important;
}
.vk {
  background-color: #587ea3 !important;
  color: #fff !important;
}
.vk i {
  color: #fff !important;
}
.vk:hover {
  background-color: #7897b6 !important;
}
.yahoo {
  background-color: #720e9e !important;
  color: #fff !important;
}
.yahoo i {
  color: #fff !important;
}
.yahoo:hover {
  background-color: #9412cd !important;
}





/**
* CONTENTS
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Layout...............HTML, BODY styles.
 *
 * MAIN
 * Content..............Centering, general setup.
 *
 * CARDS
 * Basic................Card styles.
 * Content..............Card content.
 *
 * MODAL
 * Modal Form...........Form styles
 *
 * Add-on Styles
 * Icons................Materialize icons add-ons.
*/





/*------------------------------------*\
  #GENERIC
\*------------------------------------*/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  height: 100vh;
  width: 100vw;
  background-color: antiquewhite;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}





/*------------------------------------*\
  #MAIN
\*------------------------------------*/

main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}

a {
  text-decoration: none;
  color: black;
}

.container-div {
  height: 100%;
  width: 100%;
  margin: 0.8rem 0.2rem 4.2rem 0.2rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

h1, h2, h3, h4, h5, h6 { line-height: 120%; }
h4 {
  font-weight: bold;
  margin: 1rem 0 1rem 0;
}
h5 {
  font-size: 1.5rem;
  margin: 1rem 0 1rem 0;
}
@media only screen and (max-device-width: 737px) {
  h4 { font-size: 1.5rem; }
  h5 { font-size: 1.25rem; }
  p {
    font-size: 1.00rem;
    text-align: center;
  }
}





/*------------------------------------*\
  #CARDS
\*------------------------------------*/

/* CARD SETUP STYLES */
.card {
  background-color: white;
  width: 100%;
  max-height: 80vh;
  margin: 1rem auto;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.card:hover {
  -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.5rem);
}
@media only screen and (max-device-width: 737px) {
  .card {
    height: 90vh;
  }
}
@media only screen and (min-width: 737px) {
  .card {
    width: 46.000rem;
  }
}

.img-circle {
  width: 7em;
  height: 7em;
  border-radius: 60px;
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 737px) {
  .img-circle {
    float: left;
    margin-left: 1rem;
    margin-right: 2rem;
  }
}

.oneline-overflow {
  white-space: nowrap;
  overflow: auto;
}
@media only screen and (max-width: 737px) {
  .oneline-overflow {
    text-align: center;
  }
}

/* CARD CONTENT STYLES */
.double-hr{ border-top: 3px double #8c8b8b; }

.p-spacing { padding: 1em 0 1em 0; }

.content-one { margin: 1em 2.5em 1em 2.5em; }
@media only screen and (max-device-width: 737px) {
  .content-one { margin: 0 0.5em 0 0.5em; }
}

.section-break {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-spacing { margin: 1em 1em 1em 1em; }
@media only screen and (max-device-width: 737px) {
  .icon-spacing { margin: 0.5em 0.5em 0.5em 0.5em; }
}

.icon-container {
  text-align: center;
  width: 100%;
}
.container-1 { margin-bottom: 1em; }





/*------------------------------------*\
  #MODAL-FORM
\*------------------------------------*/

.vertical {
  display: flex;
  flex-direction: column;
}

.modal {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 90%;
  }
}

.modal-form-row { margin-bottom: 0px; }
.modal-center { text-align: center; }

.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.btn-flat {
  padding: 0 1rem 2.5rem 1rem;
  font-weight: bold;
  font-size: 1.35rem;
  border: 2px solid;
}

.autofill-disclaimer {
  text-align: center;
}
@media only screen and (min-device-width : 1025px) {
  .autofill-disclaimer {
    display: none;
  }
}





/*------------------------------------*\
  #ADD-ONS
\*------------------------------------*/

/* Custom styles for Materialize Font Awesome Icons */
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

pre {
    padding: 16px 20px 0px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.info {
  font-size: 1.3rem;
  text-align: center;
}

.margin-bottom { margin-bottom: 0.5rem }