/* Imported Fonts */
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Caesar+Dressing);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script);

/* Universal Selector */
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

*
{
	font-family: 'Blippo', Arial, fantasy;
	box-sizing: border-box;
	text-decoration: none;
}

/* Universal Styles */

hr{
        height: 1px;
        background-color: #ccc;
        border: none;
    }

ul {
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
}

li
{
	float: right;
}

li a {
  display: block;
  color: black;
  text-align: center;
	padding: 15px 25px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Helvetica', Arial, sans-serif;
}

li a:hover {
    background-color: #F78181;
}

.title
{
	color: white;
}

.body
{
	color: white;
}

.profileArea
{
	background-image: url('/images/backgroundImage.jpeg');
}

.menu
{
	float: right;
}
.mainBackground
{
	background-color: #2E2E2E;
}

/* Index Page */
img.profilepic
{
	width:200px;
	height:200px;
	border-radius: 50%;
}
img.schoolPic
{
	width: 500px;
	height: 70px;
	background-color: #e5e5e5;
	background-size: 600px;
}

.rightSide
{
	text-align: center;
	width: auto;
	margin-top: 100px;
	margin: 0 auto;
}
.newWay
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100px;
	color: #2b2b2b;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
	color: #D8D8D8;
}
.button {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  display: inline-block;
  padding: 2rem 6.25rem;
  border-radius: 10rem;
  color: #2E2E2E;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 5px 5px 3px grey;
	width: auto;
	height: 30px;
	justify-content: center;
	padding-bottom: 65px;
}
.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D8D8D8;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #F78181;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #D8D8D8;
}
.button:hover:before {
  width: 100%;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/* Home Page */

#signup
{
	margin:auto;
	border-style:groove;
	width:500px;
	height:150px;
	padding:10px;
}

/* Closet Page */
.newButton
{
	position: relative;
	border-radius: 12px;
	height: 40px;
	box-shadow: 5px 5px 3px grey;
	display: inline-block;
}

/* Add Clothes Page */
.clothesIcons::after
{
  content: "";
  clear: both;
  display: table;
}

.column
{
  float: left;
  width: 33.33%;
  padding: 5px;
  transition: box-shadow .3s;
}

.column:hover
{
  float: left;
  width: 33.33%;
  padding: 5px;
}

.resumeTitle
{
	background-color: #141e2f;
	display: block;
	color: #dddddd;
  text-align: center;
	padding: 15px 25px;
	cursor: default;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Times New Roman', Arial, sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 60%;
}
.projectTitle
{
	background-color: #595959;
	display: block;
	color: #dddddd;
  text-align: center;
	padding: 15px 25px;
	cursor: default;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Helvetica', Arial, sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 300px;
}
.projectTitle:hover
{
	background-color: #F78181;
}

.resumeMenuTitle
{
	background-color: #595959;
	display: block;
	color: #dddddd;
	text-align: center;
	padding: 15px 25px;
	cursor: default;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Helvetica', Arial, sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 500px;
}

.qualifyDescriptionShow
{
	background-color: #333333;
	display: block;
	color: #dddddd;
	text-align: center;
	padding: 15px 25px;
	cursor: default;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Helvetica', Arial, sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 700px;
}
.descriptions
{
	background-color: #343d52;
	display: inline-block;
	color: #dddddd;
	text-align: center;
	padding: 15px 25px;
	cursor: default;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Helvetica', Arial, sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
}

.footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #808080;
	text-align: center;
}

.mainInfo
{
	display: block;
  color: black;
  text-align: center;
	padding: 15px 25px;
	cursor: default;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 15px;
	transition-duration: 0.4s;
	font-family: 'Helvetica', Arial, sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 30%;
}

/* NEW BUTTON */
.all-news-btn {

  background: #666666;

  background-image: -webkit-linear-gradient(top, #666666, #333333);
  background-image: -moz-linear-gradient(top, #666666, #333333);
  background-image: -ms-linear-gradient(top, #666666, #333333);
  background-image: -o-linear-gradient(top, #666666, #333333);
  background-image: linear-gradient(to bottom, #666666, #333333);

  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;

  font-family: Arial !important;
  color: #ffffff !important;
  font-size: 12px !important;
  padding: 7px 8px 7px 7px;
  text-decoration: none;
  margin-left: 3px;

  min-width: 100px;
  min-height: 30px;
  display: block;
}

.all-news-btn:hover {
  background: #666666;
  background-image: -webkit-linear-gradient(top, #666666, #000000);
  background-image: -moz-linear-gradient(top, #666666, #000000);
  background-image: -ms-linear-gradient(top, #666666, #000000);
  background-image: -o-linear-gradient(top, #666666, #000000);
  background-image: linear-gradient(to bottom, #666666, #000000);
  text-decoration: none;
}
.banner
{
	width:500px;
	height:200px;
  margin-top: 10px;
}
.logo
{
	width:45px;
	height:45px;
	margin-left:10px;
}

input [type="image"]
{
	border-radius: 15px;
}

input[type="image"]:hover
{
	border-style: solid;
	border-color: #666666;
	transition-duration: 0.4s;
}

@media only screen and (max-width:480px)
{
  	.all-news-btn {width: 100%; font-size: 4.25em;}
		.button {display:none;}
		.banner
		{
			width: 100%;
			height: 100%;
		}
		.mainInfo
		{
			width: 100%;
			height: 100%;
		}
		.resumeTitle
		{
			width: 100%;
			height: 100%;
		}
}

@media only screen and (min-width:490px)
{
    .all-news-btn {display:none;}

}
