/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

a:link, a:hover{text-decoration:none !important; color:#FFF !important;}

.full {
  background: url(../imgs/main-picture-big.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logopic{
	background: url(../imgs/mg-logo-top.png) no-repeat center top;
	height:344px;
	width:252px;
	margin-top:-50px !important;
}

h1.myname{
	font-size:3.2em !important;
	color:#FFF;
	font-weight:bold;
}

p.whoami{
	font-size:1.3em !important;
	color:#FFF;
}

ul.contactme{
	font-size:1.5em !important;
	margin-top:20px;
	color:#fff;
}
ul.contactme li{margin-bottom:7px !important;}
ul.contactme li:last-child{margin-bottom:0 !important;}
ul.contactme li a{font-size:inherit; color:#FFF !important; text-decoration:none !important; padding-bottom:2px; border-bottom:0 solid #fff;}
ul.contactme li a:hover{text-decoration:none !important; padding-bottom:2px; border-bottom:1px solid #fff;}

p.download-pres{margin-top:20px;}
p.download-pres a.btn-pink{background-color:#793b97 !important;}
p.download-pres a{font-weight:bold !important;}

/**MEDIA**/
@media only screen and (max-width: 768px){

	.logopic{display:none;}
	ul.contactme{font-size:1em !important; font-weight:bold; margin-top:20px; color:#fff;}
}