﻿body 
{
    background-color:#01315F;
	color:#A7B7D8;
	font-family: sans-serif;
}
#Resume{
	margin-left:10px;
	clear:both;
	margin-top:25px;
}
.Heading{
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color:white;
	padding-top:25px;}

.SubHeading{
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color:white;
	padding-top:10px;}
            .opensans
            {
                font-family: 'Open Sans', sans-serif !important;
            }
            .lato
            {
                font-family: 'Lato', sans-serif !important;
            }
            .Georgia 
            {
                font-family: Georgia !important;
            }
            .josefin 
            {
                font-family: 'Josefin Slab', serif !important;
            }

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #eee;
}

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main {

  padding: 50px;
  margin: 0 auto;
  background: #fff;

}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before{
    display:none !important;
}



label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 0px;
    display:none !important;
  }
}


@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}