@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900');

*{
	font-family: 'Source Sans Pro', sans-serif;
	color: #181818;
}


body{
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	margin-bottom: 0;

}

.wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	height:100%;
	position: fixed;
	width:100%;
}

.wrapper div{
	box-sizing: border-box;
}

.header, .photo, .content, .twitter{
	padding: 0 20px 0 20px;
}

.header{
	flex:0 0 100%;
	text-align:center;
}

.photo{
	background-image:url('../img/torso.png');
	background-repeat: no-repeat; 
	background-position: bottom center;
	width:35%;
	margin-left: 2%;
	background-size: contain;

}
.content{
	text-align: center;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	height: 80vh;
	
}

.twitter{
	width: 20%;
}

#twitter-widget-0{
	height:100% !important;
}

p{
	font-size: 20px;
}

h1{
	font-weight: 900;
	font-size: 4.7em;
	margin: 0;
}

h2{
	font-weight: 600;
	margin: 0 0 20px 0;
	font-size: 1.8em;
}




/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-radius: .5em .5em 0 0;   
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 17px 20px;
    transition: 0.2s;
    font-size: 17px;
    font-weight: 600;
}


.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 17px 20px;
    transition: 0.2s;
    font-size: 17px;
    font-weight: 600;
    text-decoration:none;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 30px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: rgba(0,0,0,0.12);
    border-radius: 0 0 .5em .5em;
    max-height: 78vh;
}
