* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

html {
  background-color: #275590;
  background-color: #583242;
  background-color: #697091;
  background-color: #A7C185;
  scroll-behavior: smooth !important;
  /*background-color: #67593B;
  background-color: #c66200;
  background: linear-gradient(to right, #f9cc77 0%,#c66200 100%);*/
}

h1,h2,h3 {
	margin: 0px 0px 14px 0px;
}

body{
	/*font-family: 'Lato', sans-serif;*/
  font-family: 'Albert Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
  color:#C0D1E7;
  color:#FFF;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 640px 640px 1fr;
  grid-template-areas:
  ". menu social ."
  ". headshot headshot ."
  ". header header ."
  ". main main ."
  ". footer footer ."
  ;
  grid-gap: 0px;
}

.menu{
  grid-area: menu;
  height: 52px;
  padding: 0px 16px;
  background: #000;
}

.social{
  grid-area: social;
  height: 52px;
  padding: 14px;
  background: #000;
}

.social-buttons{
  font-size: 20px;
}

.headshot {
  grid-area: headshot;
  /*align-items: center;*/
  background: rgba(255, 0, 0, 0.5);
  /*margin: auto;*/
  background: url('../img/woods.jpg') no-repeat center;
  width:100%;
  height:560px;
  margin-top: 16px;
  padding: 20px;
}

.header{
  grid-area: header;
  height:72px;
  padding: 16px 16px;
  /*background: #19385e;*/
  background: rgba(0,0,0,0.3);
}

.main{
  grid-area: main;
  /*background: #19385e;*/
  /*display: grid;
  grid-template-columns: 1fr 1fr;*/
  padding: 0px 16px;
  /*background: rgba(128,255,128,0.5);*/
  background: rgba(0,0,0,0.3);
}

.footer{
  grid-area: footer;
  background: #000;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer .footer-element{
  padding: 16px;
  border-color: rgba(255,255,255,0.1);
  border-width: 0px 1px 0px 0px;
  border-style: solid;
}

.footer .footer-element:last-child{
  border-right: 0px;
}

.float-right{
  float: right;
}

.img-circle {
    border-radius: 50%;
    /*border: 10px rgba(255, 255, 255, 0.5) solid;*/
    border: 10px rgba(77, 94, 54, 0.5) solid;
    background:rgba(65, 70, 50, 0.5);
    width:520px;    
}

.fixed-button{
  width: 132px;
}

.fullwidth{
  width:100%;
  padding:0px 0px 16px 0px;
  margin:0px;
  border:0px;
}

.halfcontainer{
  float:left;
  width:50%;
  margin:0px;
  padding: 0px 0px 16px 0px;
  box-sizing: border-box;
}

.halfcontainer:nth-child(even){
  padding-left: 8px;
}
.halfcontainer:nth-child(odd){
  padding-right: 8px;
}

.margincontainer{
  display: block;
  padding: 16px;
  width:100%;
  box-sizing: border-box;
}

.centerstuff {
    text-align: center;
}



/* ### BUTTONS ### */
button{
  font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
  margin: 0px;
  padding: 0px;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #eee;
}

a:active {
	color: #bbb;
}

.wb-button{
  display: inline-block;
  color: #C0D1E7;
  background: none;
  border: 1px solid #C0D1E7;
  border-radius: 8px;
  padding: 12px;
  margin: 0px 20px 20px 0px;
  font-size: 1.5em;
  /*box-sizing: border-box;*/
  /*line-height: 3em;*/
}

.green{
  background: #24AF24;
}

.orange{
  background: #DB992D;
}

.red{
  background: #DB2D2D;
}

.black{
  background: #000;
}

.footer-icon {
  width: 22px;
}

.spotify-green-text{
  color: #84bd00;
}

.facebook-blue-text{
  color: #3b5998;
}

.twitter-blue-text{
  color: #1da1f2;
}

.gplus-red-text{
  color: #db4437;
}

.linkedin-blue-text{
  color: #0077b5;
}


/*#### MENU ####*/

/* Add a black background color to the top navigation */
.topnav {
    background-color: #000;
    overflow: hidden;

}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 13px 8px;
    text-decoration: none;
    /*background: rgba(255, 0, 0, 0.2);*/
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #333;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}




@media screen and (max-width: 1279px){
  .grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
    "menu"
    "headshot"
    "header"
    "main"
    "social"
    "footer";
  }
  .footer{
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer .footer-element{
    border-width: 0px 0px 1px 0px;
  }
  .social{
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px;
    border-left: 0px;
    border-style: dotted;
    border-color: #404040;
  }
  .social .float-right{
    float: left;
  }

  .halfcontainer{
    width:100%;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
    border: 1px #333 solid;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .social{

    height: 64px;
    padding: 14px;
    background: #000;
  }
  .social-buttons{
    font-size: 32px;
  }
}

@media screen and (max-width: 577px){
  .headshot{
    height: 97vw;
  }
  .img-circle{
    width: 100%;
  }
}
