html,body{
margin:0;
height: 100%;
font-family: 'Raleway', sans-serif;
}
header{
border: 1px solid black;
height: 130px;
background-color:#D3D3D3;
text-align: left;
color:gray;
}
header .logo{
float: left;
margin: 10px 10px 20px;
width: 100px;
height: 100px;
background-color:white;
}
header h1{
font-weight:normal;
margin: 0;
padding-top: 10px;
}
header p{
margin-top:-1%;
}
nav{
clear:both;
background-color:#696969;
}
nav a{
display: inline-block;
padding: 12px;
text-decoration: none;
color: white;
margin: 0px 20px 0px;
}
nav a:hover {
background-color: #DCDCDC;
color: black;
}
.header{
height: 170px;
}
.all{
}
.left-col{
display:inline-block;
text-align: center;
width: 33%;
position: absolute;
left: 0;
text-align: center;
background-color: #D3D3D3;
height: calc(100% - 170px);
}
.left-col ul{
list-style: none;
margin: 3%;
padding: 3%;
}
.left-col ul li{
display: block;
background-color: #696969;
}
.left-col a{
display:block;
padding: 12px;
text-decoration: none;
color:white;
text-decoration:underline;
}
.left-col ul li a:hover{
background-color: #DCDCDC;
color: black;
}
.right-col{
display:inline-block;
width: 66%;
position: absolute;
right: 0;
background-color: white;
height: calc(100% - 170px);
text-align: left;
padding:0 10px;
}
body .active{
background-color: white;
color:#696969;
}