/* dmrs_styles.css */

a.title_link:link {
  color:black;
  text-decoration:none;
}
a.title_link:visited {
  color:black;
  text-decoration:none;
}
a.dmrs_menu:link {
  color:black;
  text-decoration:none;
}
a.dmrs_menu:visited {
  color:black;
  text-decoration:none;
}
a.dmrs_menu:hover {
  text-decoration:none;
  color:black;
  border-bottom: 2px solid black;
  transition:border 0.2s;
}
.dmrs_menu_active {
  text-decoration:none;
  color:black;
  border-bottom: 2px solid black;
}
ul {
  list-style:none;
}
li {
  display:inline;
  width:55px;
  margin-left:30px;
}
div.maincontainer {
  width:90%;
  overflow:auto;
  margin:auto;
  font-family: Geneva, Verdana, sans-serif;
}
/* Add a background color and some padding around the form */
div.contact {
  width:50%;
  overflow:auto;
  margin:auto;
  font-family: Geneva, Verdana, sans-serif;
  border-radius:5px;
  background-color:#f2f2f2;
  padding:20px;
}
div.email_sent {
  width:50%;
  overflow:auto;
  margin:auto;
  text-align:center;
  font-family: Geneva, Verdana, sans-serif;
  font-weight:bold;
  font-size:45px;
}
.email_sent a {
    color:red;
    text-decoration:none;
}
.email_sent a:visited {
    color:red;
    text-decoration:none;
}
div.menu_header {
  overflow:hidden;
  height:85px;
  width:100%;
  background-color:#f8f8f8;
  position:fixed;
  top:0;
  left:0;
}
div.menu_mobile {
  display:none;
  background-color: #f8f8f8;
  height:75px;
  position:fixed;
  width:100%;
  top:0;
  left:0;
}
div.mobile_image {
    display:none;
    margin-left:10%;
    margin-right:10%;
}
div.split1{
  width:30%;
  float:right;
}
div.split2{
  width:60%;
  float:left;
}
#david_title {
  font-size:50px;
  font-family:"Times New Roman", Times, serif;
  font-variant:small-caps;
  width:35%;
  margin-top:10px;
  margin-left:5%;
  float:left;
}
#david_title_mobile {
  text-align:left;
  font-size:40px;
  font-family:"Times New Roman", Times, serif;
  font-variant:small-caps;
}
#spacer {
  height:110px;
  width:100%;
}
#mobile_spacer {
  display:none;
  height:50px;
  width:100%;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #mobile_menu_links {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  background: #f8f8f8;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #f8f8f8;
  display: block;
  position: absolute;
  margin-top:15px;
  margin-right:3%;
  right: 0;
  top: 0;
}

.full_page {
  height:850px;
  background-image: linear-gradient(lightgrey, grey);
}

.email_page {
  height:800px;
  background-image: linear-gradient(lightgrey, grey);
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width:100%;
  padding:6px;
  border:1px solid #ccc;
  border-radius:4px;
  box-sizing:border-box;
  margin-top:6px;
  margin-bottom:16px;
  resize:vertical;
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color:#CCC;
  font-size:20px;
  width:200px;
  color:white;
  padding:12px 20px;
  border:none;
  border-radius:4px;
  cursor:pointer;
}
/* When moving the mouse over submit button, add a darker green color */
input[type=submit]:hover {
  background-color:#666;
}
.menu_bar {
  width:55%;
  height:40px;
  font-family:Verdana, sans-serif;
  font-size:15px;
  text-align:right;
  vertical-align:bottom;
  margin-right:5%;
  float:left;
}
img.dave_1 {
  border-radius:100%;
  width:100%;
  margin-left:0%;
}

.about_page {
  height:850px;
  background-image: linear-gradient(lightgrey, white);
}
/* The sidebar menu */
.sidenav {
  height:815px; /* Full-height: remove this if you want "auto" height */
  width:300px; /* Set the width of the sidebar */
  position:fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index:1; /* Stay on top */
  top:85px; /* Stay at the top */
  left:0;
  background-color:#111; /* Black */
  overflow-x:hidden; /* Disable horizontal scroll */
  padding-top:10px;
  padding-left:10px;
}
.about1{
  margin-left:250px;
  font-family:"Anaheim", sans-serif;
  font-size:16px;
}
.about_heading1 {
  font-size:22px;
  font-weight:normal;
  font-family:"Aboreto", Monospace;
}
.about_heading1_mobile {
  display:none;
  font-size:22px;
  font-weight:normal;
  font-family:"Aboreto", Monospace;
}
.about_tab_title {
  width:300px;
  margin-left:5px;
  font-size:15px;
  font-family:"Courier New", Monospace;
  font-weight:bold;
  color:white;
}
.about_tab_col1 {
  width:70px;
  margin-left:5px;
  font-size:15px;
  font-family:"Courier New", Monospace;
  font-weight:bold;
  color:white;
}
.about_tab_col2 {
  width:225px;
  margin-left:100px;
  font-size:15px;
  font-family:"Courier New", Monospace;
  font-weight:normal;
  color:white;
}

.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
  width: 30%;
  float: right;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

.social_container {
  text-align:center;
  width:100%;
  padding-top:20px;
  padding-bottom:10px;
}

.social {
  margin-right:10px;
  margin-left:10px;
  width:30px;
  height:30px;
  display:inline-block;
}

.social:hover {
  opacity:0.6;
}

.copyright {
    width:100%;
    text-align:center;
    font-family:Verdana;
    font-size:15px;
    padding-top:20px;
    padding-bottom:20px;
}

.copyright_mobile {
    display:none;
    width:100%;
    text-align:center;
    font-family:Verdana;
    font-size:15px;
    padding-top:20px;
    padding-bottom:20px;
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

@media screen and (max-width: 900px) {
  #mobile_spacer {
      display:block;
  }
  #spacer {
      display:none;
  }
  div.menu_header {
      display:none;
  }
  div.menu_mobile {
      display:block;
  }
  div.mobile_image {
      display:block;
  }
  div.split1 {
      display:none;
  }
  div.split2 {
      width:100%;
  }
  .full_page {
      height:100%;
  }
  .sidenav {
      display:none;
  }
  .about1 {
      margin-left:0px;
  }
  .about_page {
      height:100%;
  }
  div.contact {
      width:70%;
  }
  input[type=submit] {
      width:150px;
      height:40px;
      font-size:20px;
      padding:5px 10px;
  }
  div.email_sent {
      font-size:30px;
  }
  .email_page {
      height:550px;
  }
  .about_heading1 {
      display:none;
  }
  .about_heading1_mobile {
      display:block;
  }
  .copyright {
      display:none;
  }
  .copyright_mobile {
      display:block;
  }
}
