* {
    box-sizing: border-box;
}

@font-face {
  font-family: "Bjola";
  src: url(assets/Bjola.woff2);
}

@font-face {
  font-family: "Myriad Pro";
  src: url(assets/MyriadPro.woff);
}

html {
    height: 100%;
}

body {

/*
    background-color: #0f5da3;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(10, 121, 192)),color-stop(1, rgb(19, 64, 134)));
    background-image: -webkit-repeating-linear-gradient(top,rgb(10, 121, 192) 0%,rgb(19, 64, 134) 100%);
    background-image: repeating-linear-gradient(to bottom,rgb(10, 121, 192) 0%,rgb(19, 64, 134) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(10, 121, 192) 0%,rgb(19, 64, 134) 100%);
*/

    background: url('/assets/bg-min.png?v=2');

    width: 85%;
  	height: 100%;
  	margin: 0 auto;
  	height: 100%;
    color: white;
    font-family: sans-serif;
    font-weight: 300;

    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}

h1, h3 {
    font-size: 1.6em;
    font-weight: 500;
    margin: 30px 0;
    text-shadow: 2px 2px #000;
    text-align: center;
    color: rgba(249, 200, 21, 1);
}

h3 {
    font-size: 1.8em;
}

h2, p, ul {
    font-weight: 300;
    font-size: 1.8em;
    text-shadow: 1px 1px #000;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

p, ul {
    font-size: 1.3em;
}

h2 { font-family: "Bjola", sans-serif; text-align: center; margin-bottom: 15px; color: rgba(249, 200, 21, 1); line-height: 2.3rem; }
h3 { font-family: "Myriad Pro", sans-serif; }
p, ul { font-family: "Myriad Pro", sans-serif; }

p a { color: rgba(249, 200, 21, 1); }
b { color: rgba(249, 200, 21, 1); }


.question {
    text-align: left;
    font-size: 1.2em;
    font-weight: 500;
}

header {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

button, #submitbutton {
    background: rgba(254, 205, 48, 1);
    color: black;
    border-radius: 20px;
    padding: 10px;
    font-size: 1.4rem;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    font-family: "Myriad Pro", sans-serif;
    border: 1px solid transparent;
    box-shadow: 1px 1px 3px white;
}

button:hover {  box-shadow: 2px 2px 5px white; }

a { text-decoration: none;}

.buttons-cont {
    display: flex;
    justify-content: center;
}

#logo {
    background: url("/assets/header-min.png?v=2") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 20px auto 0px auto;
    width: 300px;
    height: 150px;
}

.mb { margin-bottom: 50px; }

.mbs { margin-bottom: 20px; }

.mbss { margin-bottom: 10px; }

#allcontent-regs {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
}

input {
    width: 100%;
    height: 2em;
    font-size: 0.8em;
}

.choices {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-weight: 300;
}

p.choices {
    margin-top: 30px;
    font-size: 1em;
    text-align: left;
    font-weight: 300;
}

.choices input {
    width: 20px !important;
    height: 20px;
}

.radio-choice {
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    font-size: 0.8em;
}

.smaller-width {
    width: 30% !important;
    align-self: flex-start;
}

.emphasis {
    color: yellow;
}

input.heights {
    height: 30px;
    font-size: 2em;
}

.btna {
  width: 160px;
  background-color: rgba(249, 200, 21, 1);
  border-radius: 15px;
  color: black;
  text-decoration: none;
  padding: 20px;
  font-family: "Montserrat";
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

select {
  font-size: 1.2rem;
  width: 90%;
}

.scroll-indicator {
	position:fixed;
	right:20px;
	top:0;
	bottom:50px;
	width:1px;
}
.scroll-indicator:before {
	content:"";
	position:fixed;
	right:20px;
	top:0;
	bottom:0;
	width:1px;
	background:#0FF;
}
.indicator {
	top:0;
	left:-5px;
	position:absolute;
	width:15px;
	height:50px;
	border-radius:5px;
	background:transparent;
}
.indicator span {
	position:absolute;
	padding-right:5px;
	transform:translate(-100%, 50%);
  	text-shadow: 1px 1px #000;
  	font-size: 1rem;
  	width:25px;
}

#allcontent-table {
  width: 98%;
}

table {
  width: 98%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 0.7rem;
}

table tr td:first-of-type {
    min-width: 150px;
}

.maintask {
    background: rgba(255,255,255,0.25);
    border-radius: 15px;
    padding: 20px;
    padding-bottom: 0;
}

.maintask li {
    margin-bottom: 5px;
}

.classbox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

p a:hover { text-decoration: underline; }

@media screen and (min-width: 500px) {
   table {
     font-size: 0.9rem;
   }
   
      #logo {
       width: 350px;
       height: 200px;
   }
}

@media screen and (min-width: 750px) {
   table {
     font-size: 1.1rem;
   }
   
   #logo {
       width: 550px;
       height: 300px;
   }
}

@media screen and (min-width: 900px) {
    .indicator span {
        font-size: 1.3rem;
     }
     
    .classbox { flex-direction: row; }

     .classbox div { width: 47%; }
}
