.headertop {
  margin: 0;
  background-color: #e9edf0;
  width: 100%;
}

.headertop h1 {
  padding-top: 45px;
  font-size: 50px;
}

.headertop p {
  font-size: 24px;
}

.round-corners-box h3 {
  text-align: right;
  font-family: sans-serif;
  font-size: 24px;
  color: #616466;
  padding-bottom: 10px;
}

.msg-style {
  font-size: 20px;
  color: #3c6e71;
}

.info-head {
  display: block;
  width: 100%;
}

#added-message {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  font-family: sans-serif;
  font-size: 40px;
}


.download-button {
	background-color:#ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #ebebeb;
	border-radius:30px;
	display:inline-block;
	cursor:pointer;
	padding: 2px 23px;
	text-decoration:none;
}

.download-button:hover {
	background-color:#ffc02e;
}

/*-------------------CONTAINERS------------------------*/

.intro_text_block {

  width: 500px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
    border-color: lightgray;
}

.browncontainer img {
  float: right;
}

.learncontainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.learncontainer a {
  text-decoration: none;
}

.join_tabs_container {
  display: block;
  width: 50%;
  margin: auto;
}

.drawings_container {
  display: block;
  margin: 0;
  width: 100%;
  background-color: #dbdfe2;
}

.drawings_container img {
  float: right;
}

.formcontainer {
  background-color: #3f3d3e;
  height: 100%;
  max-width: 600px;
  float: left;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  border-style: solid;
  border-color: white;
  border-width: 10px;
}

.formcontainer h3 {
  color: white;
  font-size: 22px;
  padding-top: 15px;
}

.formcontainer p {
  font-style: sans serif;
  font-size: 18px;
  color: white;
}

.formcontainer label {
  color: white;
}

.contactformcontainer {
  background-color: #dbdfe2;
  height: auto;
  width: 100%;
  min-width: 400px;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-style: solid;
  border-color: white;
  border-width: 10px;
}

.contactformcontainer h3 {
  color: black;
  font-size: 22px;
  padding-left: 10px;
  padding-top: 15px;
}

.contactformcontainer p {
  font-style: sans serif;
  font-size: 18px;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}

.round-corners-box {
  width: 100%;
  background: #d1d5d7;
  border-radius: 15px;
  padding: 20px;
}

.whitecontainer1 {
  display: block;
  margin: 0;
  width: 100%;
  min-height: 520px;
  background-color: #ffffff;
  background-image: url("images/praying.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

#stop {
  margin-top: 15px;
  font-family: sans-serif;
  font-size: 18px;
}

.member-thankyou {
  text-align: center;
  font-family: sans-serif;
  font-size: 30px;
  color: darkcyan;
}

#footer {
  display: block;
  margin: 0;
  margin-top: 30px;
  width: 100%;
  height: 300px;
  background-color: #343a40;
}

#footer p {
  color: white;
  text-align: center;
  padding-top: 20px;
}

#footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: black;
}

.headertop img {
  float: right;
  margin-right: 0px;
  padding-top: 20px;
}

/*-----------------TUTORIALS CREATION PAGE----------------*/

.tut-left-nav p {
  text-align: center;
  font-size: 18;
  text-decoration: none;
  width: 100%;
  padding: 15px;
  background-color: #3e4348;
  color: white;
  margin-left: 0;
}

.tut-left-nav p:hover {
  text-align: center;
  font-size: 18;
  width: 100%;
  padding: 15px;
  background-color: #3c6e71;
  color: white;
  margin-left: 0;
}

.tut-left-nav a {
  text-decoration: none;
}

.content ul {
  list-style-type: none;
}

.round-corners-box-tpl {
  width: 100%;
  background: #d1d5d7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

#form1 h3,
#form2 h3,
#form2 p {
  padding-bottom: 20px;
}

/*--------------------NAVIGATION-----------------------*/

.navbar {
  width: 100%;
  margin: 0;
}

.navbar ul {
  text-align: center;
  float: right;
  margin: auto;
  overflow: hidden;
}

.navbar li {
  font-size: 22px;
}

.login-box {
  background-color: #3e4348;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.login-box:hover {
  background: #3c6e71;
}

.member-box {
  position: relative;
  width: 100%;
}

.member-box div {
  float: right;
}

.member-name p {
  color: black;
  font-family: sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 20px;
}

.sign_out_button {
  background-color: #3e4348;
  color: white;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 40px;
  margin-left: 5px;
  margin-bottom: 4px;
}

.echostyle {
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  color: darkslategrey;
  background-color: #dbdfe2;
}

/*--------------------FORMS-----------------------*/

.form-group {
  color: #ffc107;
  font-family: sans-serif;
  font-size: 16px;
}

.form-group input {
  margin-bottom: 15px;
}

/*-------------------------------------------*/

.fix-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.admin_content {
  height: 100%;
  text-align: center;
}

.admin_content h3 {
  color: white;
  font-size: 26px;
  padding: 10px 20px 0px 20px;
}

.admin_content p {
  color: white;
  font-size: 16px;
  padding: 0px 20px 20px 20px;
}

/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/* vertical spacing between columns */

[class*="col-"] {
  margin-top: 30px;
}

.col-left-content {
  height: 100%;
  max-width: 500px;
  margin: 0;
  float: right;
}

.col-right-content {
  height: 100%;
  max-width: 500px;
  margin: 0;
}

.colour-1 {
  background: #483c46;
}

.colour-2 {
  background: #3c6e71;
}

.colour-3 {
  background: #c4b3aa;
}

.colour-4 {
  background: #c4b3aa;
}

.colour-5 {
  background: #c4b3aa;
}

.colour-6 {
  background: #917c78;
}

.col-border-1 {
  border-style: solid;
  border-width: 10px;
  border-color: #dbdbdb;
}

.col-border-2 {
  border-style: solid;
  border-width: 10px;
  border-color: #dfecee;
}

.col-right-content h3 {
  padding-top: 40px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 28px;
  color: white;
}

.col-right-content p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: white;
}

.col-left-content h3 {
  padding-top: 40px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 28px;
  color: black;
}

.col-left-content p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: black;
}

.skill-list li {
  color: white;
}

/*--------------------ADMIN REPORT-----------------------*/

#insertForm {
  width: 100%;
  padding-bottom: 25px;
}

.ins_sub_form {
  padding: 15px;
  background-color: lightgray;
}

.delete1 {
  margin-bottom: 5px;
}

.table th {
  color: white;
  padding-left: 20px;
}

.table td {
  padding-left: 20px;
}

/*--------------------TUTORIALS-----------------------*/

.round-box {
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background: #d1d5d7;
}

.round-box a:link {
  color: #616466;
}

.round-box a:hover {
  color: #8b8f91;
}

.round-box p {
  font-size: 18px;
}

.left-box {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0px 20px 10px 0px;
  float: left;
}

.left-box img {
  text-decoration: none;
  padding: 0;
}

.left-box p {
  text-decoration: none;
}

.right-box {
  display: block;
  height: 100%;
  margin: 0;
  color: black;
  padding: 20px 20px 20px 20px;
  float: right;
}

.tut_wrapper {
  display: block;
  width: 100%;
}

.tut_wrapper .tut_leftbox {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.tut_wrapper .tut_rightbox {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.tut_mobile {
  display: none;
}

/*-------------------NAV TABS------------------------*/

.nav-tabs {
  margin-top: 15px;
}

.nav-tabs > li a {
  background-color: #acb0b2;
  color: #000;
  border-style: solid;
  border-left-width: 2px;
  border-left-color: #d1d5d7;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;

  font-size: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #d1d5d7;
  color: #000;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
}

.nav-tabs > li > a:hover {
  background-color: #3c6e71;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
}

.tab-pane {
  width: 100%;
  background-color: #d1d5d7;
  padding: 0 25px 20px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tab-pane h3 {
  text-align: center;
  font-family: sans-serif;
  font-size: 24px;
  color: #616466;
  padding-bottom: 10px;
}

/*--------------MOBILE-----------------------------*/

@media only screen and (min-device-width: 2600px) {
  .whitecontainer1 {
    background-attachment: scroll;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #d1d5d7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #3e4348;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #3c6e71;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*--------------MOBILE SMALL SCREENS----------------------*/

.mobile-menu {
  display: none;
}

.mobile-frontpage-image {
  display: none;
}

.mobile-menu span {
  margin-left: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #d1d5d7;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .navbar {
    display: none;
  }

  .tut_desktop {
    display: none;
  }

  .tut_mobile {
    display: block;
  }

  .mobile-frontpage-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitecontainer1 {
    display: none;
  }

  .mobile-menu {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #3e4348;
  }

  .headertop > .container-fluid > .row > .col-md-6 > h1 {
    font-size: 36px;
    text-align: center;
  }
  .headertop > .container-fluid > .row > .col-md-6 > p {
    font-size: 18px;
    text-align: center;
  }

  .mjumbo {
    margin: 0;
    width: 100%;
    height: 40px;
    position: relative;
  }

  #sticky {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
  }

  .sticky-top {
    position: fixed !important;
    top: 0 !important;
    z-index: 10000 !important;
  }
}

/*--------------MOBILE TABLETS---------------------*/

@media only screen and (min-device-width: 481px) and (max-device-width: 700px) {
  .navbar {
    display: none;
  }

  .mobile-frontpage-image {
    display: block;
  }

  .tut_desktop {
    display: none;
  }

  .tut_mobile {
    display: block;
  }

  .mobile-frontpage-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitecontainer1 {
    display: none;
  }

  .mobile-menu {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #3e4348;
  }

  .headertop > .container-fluid > .row > .col-md-6 > h1 {
    font-size: 44px;
    text-align: center;
  }
  .headertop > .container-fluid > .row > .col-md-6 > p {
    font-size: 22px;
    text-align: center;
  }

  .mjumbo {
    margin: 0;
    width: 100%;
    height: 40px;
    position: relative;
  }

  #sticky {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
  }

  .sticky-top {
    position: fixed !important;
    top: 0 !important;
    z-index: 10000 !important;
  }
}

@media (max-width: 1800px) {
  .navbar-nav > li > a {
    font-size: 18px;
  }
}

/*-------------------------------------*/
