/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* html {
  height: 100%;
  background-image: url('bg.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: black;
  overflow: scroll;
} */

/* html {
  text-align: center;
  background: url('bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
} */

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background: url("bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fea3c4;
}

h1 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Comfortaa", sans-serif;
  font-size: 80px;
  padding-top: 45px;
  margin-bottom: 20px;
  color: #bf0000;
}

h2 {
  text-align: center;
  font-size: 25px;
  font-family: "Comfortaa", Arial, sans-serif;
  margin: 15px 0 35px 0;
  color: #bf0000;
}

.profile-title {
  text-align: center;
  font-size: 30px;
  font-family: "Comfortaa", Arial, sans-serif;
  margin: 15px 0 15px 0;
  color: white;
}

/* de37b4 d364bf */

body {
  font-family: "Montserrat", Arial, sans-serif;
  /* background-color: #DE64BF; */
  color: #ffffff;
  /* background-image: url('back.png'); */
  background-repeat: repeat;
  line-height: 140%;
  margin: 0;
  padding: 5px;
  flex-direction: column;
  display: flex;
  align-items: center;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

em {
  font-style:  normal;
}

.logo-img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: auto;
  margin-top: 10px;
}

/* .aa {
  width:130px;
  height:130px;
  border: 0;
  overflow:hidden;
  float:left;
  padding:0 10px 10px 0;
} */

.flexhor {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flexver {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.darkback {
  /* background-image: url('back2.png');
  background-repeat: repeat; */
  background-color: #93496adb;
  border-radius: 10px;
}

.attachbottom {
  border-radius: 10px 10px 0 0 !important;
}

.copybutton {
  width: 100px;
  cursor: pointer;
  font-size: 100%;
  background: #fe93c4;
  color: #bf0000;
  border: none;
  height: 27px;
  font-weight: bold;
  box-shadow: 2px 2px #bf0000;
  border-radius: 7px;
  margin: 4px;
	font-family: "Montserrat", Arial, sans-serif;
}

.copy-btn-profile {
	letter-spacing: 0.7px;
	display: block;
	padding: 0 10px;
	width: auto;
	height: 30px;
}

.profile-link-btn {
  background: #fe93c4;
  color: #bf0000;
  font-weight: bold;
  box-shadow: 2px 2px #bf0000;
  border-radius: 7px;
	width: auto;
	text-align: center;
	margin: 4px;
	padding: 0 10px;
}

.textcenter {
  line-height: 30px;
}

.textcenter img {
  vertical-align: middle;
}

td {
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-underline-position: under;
  letter-spacing: 0.7px;
}

.no-link {
  text-decoration: none;
}

.footer a {
  color: white;
  text-shadow: none;
  text-decoration: underline;
}

.footer div {
  padding: 0 10px 4px 10px;
}

.no-hover a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.blocky {
  display: inline-block;
  color: #ffc4df;
  text-shadow: 1px 1px #bf0000;
  text-decoration: none;
}

.commonanswer {
  display: block;
}

.main {
  padding: 20px;
  background-color: #93496adb;
  max-width: 800px;
  overflow: hidden;
  border-radius: 10px;
  text-align: justify;
  font-size: 110%;
  /* background-image: url('back2.png'); */
  /* background-repeat: repeat; */
}

.instructs {
  line-height: 140%;
  text-align: justify;
}

.footer {
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  text-align: justify;
  max-width: 800px;
  font-size: 87%;
}

/* #mainright {
  padding: 10px;
  background-color: #7a005c;
  flex-basis: 11em;
  flex-grow: 1;
  border-radius: 10px;
  background-image: url('back2.png');
  background-repeat: repeat;
  font-size: 80%;
} */

.collapsed .mass {
  display: none;
}

hr {
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.textcenter {
  text-align: center;
}

.textleft {
	text-align: left;
}

.socialico {
  width: 42px;
}

b,
.bold {
  font-weight: 900;
}

.small-text {
	font-size: 80%;
	font-style: italic;
}

.tiny {
  font-size: 70%;
}

.bigger {
  font-size: 120%;
}

.expandable {
  clear: both;
  text-align: left;
  margin-bottom: 22px;
}

.expandable ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.expandable ul,
label,
.newpair,
.typesel {
  cursor: pointer;
}

.newpair {
  width: 235px;
  margin: 21px;
  font-size: 120%;
  background: #fe93c4;
  color: #bf0000;
  border: none;
  height: 120px;
  vertical-align: middle;
  font-weight: bold;
  box-shadow: 2px 2px #bf0000;
  border-radius: 10px;
}

.typesel {
  width: 200px;
  margin: 4px;
  font-size: 120%;
  background: #fe93c4;
  color: #bf0000;
  border: none;
  height: 50px;
  font-weight: bold;
  box-shadow: 2px 2px #bf0000;
  border-radius: 10px;
  display: inline-block;
}

.flex-container {
	display: flex;
  align-items: center;
  justify-content: center;
}

.row {
	display: flex;
  flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.column {
	display: flex;
  flex-direction: column;
}

.profile-btn {
	font-size: 110%;
	padding: 10px 15px;
	margin: 8px;
	background-color: #fe93c4;
	color: #bf0000;
	font-weight: bold;
	box-shadow: 2px 2px #bf0000;
  border-radius: 10px;
	width: 230px;
}

.submitbuttons {
  width: 200px;
  padding: 4px;
  font-size: 120%;
  background: #fe93c4;
  color: #bf0000;
  border: none;
  height: 50px;
  font-weight: bold;
  box-shadow: 2px 2px #bf0000;
  border-radius: 10px;
  cursor: pointer;
}

.mail-btn {
  width: 70px;
  cursor: pointer;
  font-size: 100%;
  background: #fe93c4;
  color: #bf0000;
  border: none;
  height: 27px;
  font-weight: bold;
  box-shadow: 2px 2px #bf0000;
  border-radius: 5px;
  margin: 2px;
}

.input-mail {
  border-radius: 5px;
  margin: 2px;
  height: 25px;
  background-color: white;
  border: none;
  padding-left: 5px;
}

.input-name {
	border-radius: 5px;
  margin: 2px;
  height: 25px;
  background-color: white;
  border: none;
  padding-left: 5px;
	width: 100px;
}

.btn-display {
  display: inline-block;
}

.expandable li {
  line-height: 140%;
  text-indent: 0;
  background-position: 1px 4px;
  /*padding-left: 20px;*/
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  /*background-image: url('bulb.png');*/
}

form {
  margin-bottom: 0;
}

.expandable .collapsed {
  background-image: url("collapsed.svg");
  background-position: 3px 8px;
  padding-left: 25px;
  background-size: 16px auto;
}

.expandable .expanded {
  background-image: url("expanded.svg");
  background-position: 3px 8px;
  padding-left: 25px;
  background-size: 16px auto;
}

.spacethem td,
.spacethem th {
  padding: 4px;
}

.small-ad {
  display: none;
}

.margin-top {
	margin-top: 25px;
}

.margin-btm {
  margin-bottom: 25px;
}

.margin-left-right {
	margin: 0 73px;
}

.bullet-list li {
  margin: 15px;
  list-style-type: circle;
}

h3 {
  font-weight: inherit;
  margin-bottom: 5px;
  font-size: 108%;
}

.guide li {
  margin: 8px 10px 8px 25px;
  list-style-type: circle;
  text-align: left;
  line-height: 140%;
}

.tips {
  font-size: 100%;
  font-weight: bold;
  margin-top: 20px;
}

.tips-list {
  padding-left: 20px;

}

.tips-list li {
  list-style-type: circle;
}

.disclosure {
  margin: 20px 0 22px 0;
}

.help {
  text-align: left;
  line-height: 160%;
}

.footer-links {
  padding: 0 6px;
}

.main-text {
  margin-bottom: 24px;
}

.topmenu-dot {
  padding: 0 6px;
}

.ctn {
  margin: 20px 0;
}

/* Media queries */

@media only screen and (max-width: 767px) {
  html {
    background-image: url(bg-mob1.jpg);
  }
  .logo-img {
    width: 50px;
    height: auto;
    margin-top: 19px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 20px;
  }
  .small-ad {
    display: block;
  }
  .big-ad {
    display: none;
  }
}

.borders {
	max-width: 800px;
}

@media only screen and (max-width: 375px) {
  .logo-img {
    width: 40px;
    height: auto;
    margin-top: 19px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 15px;
  }
	.blocky {
		font-size: 85%;
	}
  .footer {
    font-size: 75%;
  }
  .small-ad {
    display: block;
  }
  .big-ad {
    display: none;
  }
}

/* Close button for 18+ dialog */

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#secondq {
  display: none;
}
