/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  background: #497f8d;
  padding-top: 80px;
}

h2,#subtitle{
	color: #fff;
	margin-left: 30px;
}

#subtitle{ 
	font-size: 1.2em;
	margin-top: 10px; 
}

h4{
	color: #fff;
}

hr { 
    border-style: solid;
    border-width: 2px; 
	border-color:#ff9933;
	margin-top: -25px;
	width: 99.5%;
} 

#selected{
	border-color:#d6649a;
}


#headTitle{
	color:#ff9933;
	font: bold;
}

/* slide right nav */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.sidenav a {
    padding: 45px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #497f8d;
    display: block;
    transition: 0.3s;
	
}

.sidenav a:hover {
    color: #ff9933;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
}

.circle { 
	width: 200px; 
	height: 200px; 
	background: #568995; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
	border-radius: 100px; 
}

	.circle_title, .circle_title>a:hover{
	   padding-top: 35%;
	   color: #fff;
	}

	a:visited {
		color: pink;
	}

   /* Puts the title text underneath the image in mobile view */
	.center_text{
		padding-top: 30px; 
	}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 10px;}
  .sidenav a {font-size: 18px;}
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 72em) {
		.circle { 
		width: 100px; 
		height: 100px; 
		background: #568995; 
		-moz-border-radius: 50px; 
		-webkit-border-radius: 50px; 
		border-radius: 50px; 
	}

	/*Puts the title text underneath the image in mobile view */
	.center_text{
		padding-top: 0px;
	}
	
	.circle_title, .circle_title>a:hover{
	   padding-top: 0%;
	   color: #fff;
	}
}

@media (max-width: 48em) {
		.circle { 
		width: 180px; 
		height: 180px; 
		background: #568995; 
		-moz-border-radius: 100px; 
		-webkit-border-radius: 100px; 
		border-radius: 100px; 
	}
	
	/*Puts the title text underneath the image in mobile view */
	.center_text{
	padding-top: 0px;
	}
	
	.circle_title, .circle_title>a:hover{
	   padding-top: 0%;
	   color: #fff;
	}
  
}

