/*GENERAL*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
  color: #222222;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

/*REUSABLE*/

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.box {
  padding: 1%;
}

/*PARAGRAPHS*/

.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  margin-bottom: 50px;
}

.long-org {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.long-orgtest {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

/*ICONS*/

.icon-big {
  font-size: 400%;
  color: #ff622c;
  display: block;
  margin-bottom: 20px;
}

.icon-small {
  font-size: 100%;
  color: #ff622c;
}

/*HEADER*/

header {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 47, 88, 0)),
      to(rgba(0, 47, 88, 0))
    ),
    url(img/header.jpg);
  background-image: linear-gradient(rgba(0, 47, 88, 0), rgba(0, 47, 88, 0)),
    url(img/header.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.header-text-box {
  margin-left: 59%;
}

.list {
  width: 100%;
}

header .row {
  max-width: 100%;
}

.blank {
  height: 55vh;
}

.main-nav {
  position: relative;
  text-align: right;
  margin-top: 2%;
  margin-right: 5%;
  list-style: none;
}

.main-nav li {
  display: inline-block;
  margin-right: 10px;
}

.main-nav li a:link,
.main-nav li a:visited {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.25s;
  transition: border-bottom 0.25s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 1px solid rgb(255, 255, 255);
}

/*VARAZDIN*/

.section-vz {
  padding: 0;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 47, 88, 0)),
      to(rgba(0, 47, 88, 0))
    ),
    url(img/vz.jpg);
  background-image: linear-gradient(rgba(0, 47, 88, 0), rgba(0, 47, 88, 0)),
    url(img/vz.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.header-text-box {
  margin-left: 59%;
}

.list {
  width: 100%;
}

.section-vz .row {
  max-width: 100%;
}

.blank {
  height: 55vh;
}

/*HEADINGS*/

h1,
h2,
h3 {
  font-size: 200%;
  font-weight: 300;
  word-spacing: 1px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0px;
  color: #ffffff;
  letter-spacing: 1px;
}

h2 {
  font-size: 150%;
  word-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h3 {
  font-size: 110%;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #ff622c;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/*BUTTONS*/

.btn:link,
.btn:visited {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  color: #ffffff;
  -webkit-transition: background-color 0.25s, border 0.25s;
  transition: background-color 0.25s, border 0.25s;
}

.btn-full:link,
.btn-full:visited {
  background-color: #ff622c;
  color: #ffffff;
  border: 1px solid #ff622c;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #ff622c;
  margin-left: 10px;
}

.btn:hover,
.btn:active {
  background-color: rgba(151, 58, 27, 0.486);
}

.btn-full:hover,
.btn-full:active {
  background-color: rgba(151, 58, 27, 0.486);
}

.btn-ghost:hover,
.btn-ghost:active {
  background-color: rgba(151, 58, 27, 0.486);
}

/*COURSES*/

.courses-showcase {
  list-style: none;
  width: 100%;
  margin-top: 20px;
}

.courses-showcase li {
  display: block;
  float: left;
  width: 25%;
}

.course-photo {
  width: 100%;
  margin: 0;
}

.course-photo img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.course-photo img:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.section-courses {
  background-color: #0000000e;
}

/*FEATURES*/

.section-features .long-copy {
  margin-bottom: 40px;
}

/*LOCATION*/

.section-location {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url(img/split.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(img/split.jpg);
}

.section-location--bg-fixed {
  min-height: 50vh;
  background-attachment: fixed;
}

.location2 {
  position: relative;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 180%;
}

.section-room {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url(img/rad.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(img/rad.jpg);
}

.location {
  padding: 0;
}

.section-room--bg-fixed {
  min-height: 50vh;
  background-attachment: fixed;
}

.venue {
  position: relative;
  text-align: center;
}

/*ORGANISERS*/

.title {
  font-size: 65%;
  text-align: center;
  margin-top: 10px;
}

.testimonial {
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 25px;
}

.pic {
  padding-top: 30px;
}

.logo {
  margin-top: 5px;
  height: 50px;
  margin-bottom: 10px;
}

.section-organisers {
  text-align: center;
}

.org {
  height: 200px;
  border-radius: 50%;
}

.orgflag {
  height: 100px;
  border-radius: 50%;
}

.section-lecturer {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.651),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.63)
    ),
    url(img/lecturer.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: rgb(255, 255, 255);
}

.section-lecturer h3 {
  word-spacing: px;
  text-transform: none;
  margin-top: 62vh;
  color: #ffffff;
}

/*APPLICATION*/

.section-application {
  background-color: #0000000e;
}

.coursebox {
  background-color: #ffffff;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
  box-shadow: 0 2px 2px #c9c9c9;
}

.coursebox div {
  padding: 15px;
  border-bottom: 1px solid #dddcdc;
}

.coursebox div:first-child {
  background-color: #fafafa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.coursebox div:last-child {
  text-align: center;
  padding: 20px;
}

.coursebox ul {
  list-style: none;
}

.coursebox ul li {
  padding: 5px 0;
  font-size: 90%;
}

.coursebox p {
  color: #ff622c;
  font-size: 120%;
}

.booked {
  padding: 8px;
  color: #ff622c;
  font-size: 120%;
}

.mail {
  color: #ff622c;
  font-size: 180%;
}

/*FOOTER*/

footer {
  background-color: #424242;
  background-size: cover;
  background-position: center;
  height: 6vh;
}

.footer-nav {
  margin-top: 6px;
  text-align: center;
  right: 6%;
  list-style: none;
}

.footer-nav li {
  display: inline-block;
  margin-right: 8px;
}

.footer-nav li a:link,
.footer-nav li a:visited {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 60%;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.25s;
  transition: border-bottom 0.25s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  border-bottom: 1px solid rgb(255, 255, 255);
}
