/*Import and then use font*/
@import url('https://fonts.googleapis.com/css2?family=Jaldi&display=swap');
*{
font-family: 'Jaldi', sans-serif;
}

/*Text and Background*/
body {
background-color: rgb(240,240,240);
}
h1 {
     color: #OB172A;
	text-align: tight;
	font-size: 40px;
	font-color: white;
	padding-top: 0px;
}

h2 {
     color: #OB172A;
	text-align: tight;
	font-size: 30px;
	padding-top: 0px;
}


h3 {
     color: #OB172A;
	text-align: tight;
	font-size: 25px;
	padding-top: 0px;
}


p {
     color: #OB172A;
	font-size: 22px;
}

a {
	font-size: 22px;
    text-decoration:none;
     color: rgb(87,137,210);
}


a:hover { 
color: rgb(103,160,255);
}

#myname {
	font-size: 29px;
color: #FFDF6C;;
}
*********************************Photo Gallery**********************************
*********************************Photo Gallery**********************************
*********************************Photo Gallery**********************************

div.gallery {
border: 3px solid #OB172A;
}
div.gallery img {
  width: 100%;
  height: auto;

}

div.desc {
  padding: 6px;
  text-align: center;
  font-sze: 20px;

color: #OB172A;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 6px 6px 6px 6px;
  margin: 10px 10px 10px 10px;
  float: left;
  width: 32.0%;
border: 3px solid #OB172A;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.collapsible {
  background-color: black;
color: #FFDF6C;
  cursor: pointer;
  padding: 18px;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: black;
color: white;
 margin-right: 10px;
}
/*Sidebar Menu*/
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px;
transition: .6s;
 }

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
color: #FFDF6C;
 display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
background-color: #707070;
  text-decoration: none;

}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
color: #FFDF6C;
  padding: 10px 15px;
  border: none;
  position: fixed;
}

.openbtn:hover {
  background-color: #444;
}

#main {
transition: .6s;
  margin-right: 160px;
  margin-left: 55px;
}

.adolinks {
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-top: 25px;
}

/* The navigation menu links */
.adolinks a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
color: #FFDF6C;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.adolinks a:hover {
  color: #f1f1f1;
  text-decoration: none;

}

/* Style page content */
.main {
  margin-right: 160px; 
  margin-left: 55px; 
  padding: 10px 10px;
}

