@import url(http://fonts.googleapis.com/css?family=Catamaran:400,700);

html,
body,
div,
span,
h1,
h3,
h4,
h5,
p,
tr,
th,
td {
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background: #141414;
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

.topnav {
    padding: 30px;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #4ca5d0;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
 .topnav a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 5px;
  }
  
  /* Add a color to the active/current link */

  button, .topnav a.active_tab {
    background-color: #373737 ;
    color: #ffffff;
    border-radius: 5px;
  }

  #myVideo {
      
    object-fit: cover;
    position: fixed;
    overflow: hidden;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    filter:opacity(15%);
   }


.collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    background: #373737;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 7px 39px;
    font-weight: 700;
    border-radius: 5px 5px 5px 5px;
  }
  
  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }

  .active, .collapsible:hover {
    background-color: #555;
  }

  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-)  */
  }
  
  .content {
  
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  /* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #373737;
    color: #4ca5d0;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  /* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #ddd;
  }

  .container {
    border-radius: 5px;
    padding: 20px;
  }

  
  /* Full-width inputs */
  input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  button {
    background-color: #373737;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  /* Add a hover effect for buttons */
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra style for the cancel button (red) */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  /* Center the avatar image inside this container */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
  }
  
  /* Avatar image */
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  /* Add padding to containers */
  .container {
    padding: 16px;
  }
  
  /* The "Forgot password" text */
  span.psw {
    float: right;
    padding-top: 16px;
  }
  



#page {
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

#main {
    width: 870px;
    margin-left: 30px;
    background: rgba(40, 40, 40, 0.8);
    text-align: justify;
}

#mainpage_area .post_header .post_title a {
    color: #ffffff;
}

#mainpage_area .post_header .post_title a:hover {
    color: #646464;
}

.post_title a {
    text-decoration: none;
}

#profile_header {
    padding: 25px 25px;
    overflow: hidden;
}

#full_size #profile_header {
    padding-top: 30px;
}

#profile_data {
    padding: 2px 10px 0 0;
    float: right;
}

.th {
    font-weight: 700;
    width: 90px;
    margin-right: 10px;
    text-align: right;
    display: block;
    float: left;
    color: #ffffff;
}

.td {
    overflow: hidden;
    display: block;
}

.profile_row {
    display: none;
}

.profile_row a {
    text-decoration: none;
    color: #4ca5d0;
}

#profile_user {
    float: left;
    width: 100%;
    max-width: 425px;
}

#profile_photo {
    margin-right: 20px;
    border: 4px solid #3b3b3b;
    float: left;
    width: 100px;
  
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

#profile_photo:hover {
    transform: rotate(360deg);
}

#full_size #profile_photo {
    width: 140px;
}

#profile_photo img {
    width: 100%;
    vertical-align: top;
    height: auto;
}

#profile_name {
    padding-top: 15px;
}

h1#profile_title {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
}

#profile_position {
    font-size: 18px;
    line-height: 20px;
    color: #4ca5d0;
    padding-top: 15px;
}

.sidebar {
    padding-top: 1px;
    float: right;
    width: 190px;
    margin-left: 60px;
}

.wrapper {
    padding-top: 5px;
    overflow: hidden;
}

.category_header {
    margin-bottom: 32px;
}

.section_body {
    display: block;
    padding: 5px 25px 15px;
}

.period {
    float: right;
    font-size: 18px;
    line-height: 22px;
    color: #9b9b9b;
}

.post_title {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 1px;
    position: relative;
}

.post_subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #9b9b9b;
    padding-left: 23px;
    text-transform: capitalize;
    margin-bottom: 0;
}

h3.category_title {
    background: #373737;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 7px 39px;
    font-weight: 700;
    border-radius: 5px 5px 5px 5px;
}

.sidebar .widget {
    margin-top: 55px;
}

.widget:first-child {
    margin-top: 0;
}

.widget .widget_title {
    font-size: 14px;
    line-height: 17px;
    text-transform:
        uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 23px;
}

.widget_skills .widget_inner .skills_row {
    margin-top: 10px;
}

.widget_skills .widget_inner .caption {
    color: #646464;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 4px;
}

.widget_skills .widget_inner .progressbar {
    background-color: #E5E5E5;
    display: block;
    height: 15px;
    width: 100%;
}

.widget_skills .widget_inner .progress {
    display: block;
    height: 15px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 0;
}

.widget_skills .widget_inner .value {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}



/* FIND THE TREASURE GAME */

#distance {
    padding: 20px 50px 30px 50px;
    display: grid; 
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
} 

#main2 {
    width: 650px;
    margin: auto;
    background: rgba(40, 40, 40, 0.8);
    text-align: justify;
}
    

#page2 {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

#header2 {
    padding: 30px 30px;
    text-align: center;
    font-size:xx-large; 
    color: #FFFFFF;
  
}


