body {
  font-family: Arial, Helvetica, sans-serif;
  color: #B09259;
  background-color: #202020;
}

#background {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width:100%;
}

#background div.overlay {
  object-fit: cover;
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(255, 255, 255, 0.1);
}

#background video {
  object-fit:cover;
  position: absolute;
  left: 0px;
  top: 0px;
  background-attachement: fixed;
  width: 100%;
  height: 100%;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

#header div.header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 90px;
}

#header div.title {
  left: 200px;
  position: absolute;
  top: 8px;
}

#header h2 {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 25px;
  font-family: pacifica-w00-condensed,fantasy;
  position: absolute;
  left: 17px;
  top: 22px;
}

header div.circle {
  border:2px solid rgba(255, 255, 255, 1);
  background-color:transparent;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  border-radius:50%;
  width: 70px;
  height: 70px;
}

nav {
  left: 320px;
  position: absolute;
  top: 32px;
}

nav>div {
  left: 150px;
  display: inline-block;
}

a.nav {
  color: white;
  text-decoration: none;
  display: inherit;
  border-right: 1px solid white;
  padding-top: 2px;
  padding-bottom: 2px;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.nav_last {
  border-right: 0px;
}

#body {
  width: 750px;
  height: auto;
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#body hr {
  position: relative;
  background-image: url(images/fade_line.png);
  background-position: 0 -29px;
  height: 25px;
  margin: 0 100px;
}

#body hr:before {
  position: absolute;
  display: inline-block;
  background-image: url(images/fade_line.png);
  background-position: 0px 0px;
  left: -100px;
  width: 100px;
  height: 25px;
  content: "";
}

#body hr:after {
  position: absolute;
  display: inline-block;
  background-image: url(images/fade_line.png);
  background-position: 100% 0px;
  width: 100px;
  right: -100px;
  height: 25px;
  content: "";
}

#body h1 {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 70px;
  font-family: pacifica-w00-condensed,fantasy;
  
  margin: 0px;
  line-height: 1.1em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

#body h1 a {
  text-decoration: none;
}

.social-icon {
  width: 50px;
  height: 50px;
}

#body h3 {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.1em;
  font-family:droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;

  margin-top: 0px;
  text-align:center;
}

#body h4 {
  text-decoration:underline;
  color:#A4F3F6;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.3em;
  font-family: "Open Sans", sans-serif;
}

#body h6 {
  text-align:center;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.3em;
  padding-top: 50px;
  margin-bottom: 50px;
  font-family:droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
}

#body p {
  text-align:justify;
  font-family: droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.3em;
}

div.page h2 {
  text-align: center;
  font-size: 37px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  font-family: pacifica-w00-condensed,fantasy;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.1em;
  padding-bottom: 50px;
}

div.page {
  /*min-height: calc(100vh - 90px);*/
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #b09259;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 1.0);
}

.avatar {
  display:block;
  border-radius:0;
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);
  overflow:hidden;
  border:10px solid rgba(255, 255, 255, 1);
  position:relative;
  width: 333px;
  height: 423px;
  background-color: rgba(13, 130, 170, 0.47);
}
.avatar-scotch-left {
  position:relative;
  display:inline-block;
  background-image:url(images/scotchl.png);
  background-repeat:no-repeat;
  width:85px;
  height:86px;
  left:-30px;
  top: -460px;
}
.avatar-scotch-right {
  position:relative;
  display:inline-block;
  background-image:url(images/scotchr.png);
  background-repeat:no-repeat;
  width:85px;
  height:86px;
  top:-460px;
  right:-30px;
  left: 190px;
}

.soundcloud-button {
  display: block;
  padding: 10px;
  border-radius: 15px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  background: rgba(0, 108, 109, 1) url(images/shiny1button_bg.png) 50% 50% repeat-x;
  border: solid rgba(0, 77, 78, 1) 0px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font: normal normal normal 22px/1.4em reklamescriptw00-medium,cursive;
  color: white;
}

.covers {
  padding-top: 40px;
}

.covers div {
  text-align:center;
  margin-right:auto;
  margin-left:auto;
}

iframe.youtube {
  width: 50vw;
  height: 28.125vw;
}

iframe.soundcloud {
  width: 100%;
  height: 152px;
}

.game {
  display: block;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 1);
  position: relative;
  transform: rotate(25deg) translateZ(0px);
  width: 262px;
  margin-top: 60px;
  margin-left: 80px;
}

.game-scotch-left {
  position: absolute;
  display: inline-block;
  background-image: url(images/scotchl.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 86px;
  top: -20px;
  left: -30px;
}

.game-scotch-right {
  position: absolute;
  display: inline-block;
  background-image: url(images/scotchr.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 86px;
  top: -20px;
  right: -30px;
}

.link {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: calc(0px - 2px);
  transform: rotate(335deg) translateZ(0px);
  margin-left: 80px;
  background-color: rgba(24, 90, 16, 0.52);
  position:relative;
  width: 147px;
  height:179px;
}

.link-scotch-left {
  position: absolute;
  display: inline-block;
  background-image: url(images/scotchl.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 86px;
  top: -20px;
  left: -30px;
}

.link-scotch-right {
  position: absolute;
  display: inline-block;
  background-image: url(images/scotchr.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 86px;
  top: -20px;
  right: -30px;
}


.contact-photos-scotch {
  position: absolute;
  display: inline-block;
  background: url(images/scotchvertical.png) no-repeat;
  width: 42px;
  height: 86px;
  top: -43px;
  left: 50%;
  margin-left: -21px;
}

.contact-photos-frame {
  border: 0px solid rgba(50, 65, 88, 1);
  background-color: rgba(164, 243, 246, 0.18);
  border-radius: 5px;
  width: 427px;
  position: absolute;
  height: 553px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.contact-photo {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
  overflow: hidden;
  position: relative;
  width: 376px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.rosace {
  margin-left: auto;
  margin-right: 0px;
  width: 83%
}

.rosace img {
  width: 100%;
}

/* Form */
.contact-form {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-form ul {
  display: table;
  vertical-align: top;
  width: 100%;
  padding-left: 0px;
}

.contact-form li {
  display: table-row;
  min-width: 100%;
}

.contact-form input, .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 4px solid rgba(118, 234, 237, 1);
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 3px;
  background-color: transparent;
  font: normal normal normal 16px/1.4em pacifica-w00-condensed,fantasy;
  padding: 5px;
  width: 100%;
  margin: 2px 0 7px 0;
}

.contact-form label {
  box-sizing: border-box;
  color: #FFFFFF;
  font: normal normal normal 16px/1.4em pacifica-w00-condensed,fantasy;
  display: table-cell;
  vertical-align: top;
  width: 85px;
  padding: 0 15px 5px 0;
  text-align: right;
}

.contact-form input[type="submit"] {
  border-radius: 3px;
  background-color: transparent;
  font: normal normal normal 16px/1.4em pacifica-w00-condensed,fantasy;
  border: 0;
  color: #F7EAB3;
  cursor: pointer;
  display: inline-block;
  max-width: 35%;
  padding: 5px;
  vertical-align: top;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.contact-form span {
  padding-right: 10px;
}

#cours-modal {
  top: 100px;
}

#cours-modal .modal-header {
  padding: 5px;
}

#cours-modal .modal-dialog {
  width: 980px;
  max-width: unset;
}

#cours-modal .modal-body {
  color: black;
  border: 1px solid black;
  margin: 10px;
  padding: 10px;
}

#cours-modal .modal-body h3 {
  width: 100%;
  color: white;
  background: radial-gradient(at top, #05dee6, #065778);
  text-align: center;
  padding: 30px;
  font-family: pacifica-w00-condensed,fantasy;
}

#cours-modal .modal-body img {
  width: 100%;
}

#cours-modal .modal-body .nopadding {
  padding: 0px;
}

#cours-modal .modal-body .padding30 {
  padding: 30px;
}


/* Centering modal */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
  background-color: #ceab48;
  padding: 7px;
}

button {
  border: 2px solid #b09259;
  padding: 5px;
  cursor: pointer;
  color: #b09259;
  background-color: white;
  transition: all 0.5s ease;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bolder;
}

button:hover {
  color: white;
  background-color: #b09259;
}
