@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Oswald';
@import 'https://fonts.googleapis.com/css?family=Lato';
@import 'https://fonts.googleapis.com/css?family=Permanent+Marker';

html, body{
  height: 100%;
  margin: 0;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height:1.8em;
}


/* NAVBAR */
#brand{
  font-size: 35px;
    font-family: permanent marker !important;
    color: grey;
}

.navbar .navbar-nav {
  display: inline-block;
}

.navbar .navbar-collapse {
    text-align: center;
    max-width: 100%;

   
}

h2 {
  text-transform: uppercase;
  font-family: permanent marker !important;
  font-size: 36px !important;
}

.sobrepi{
  height: 100%;
  margin: 0;
  font-size: 17px;
  font-family: permanent marker !important;
  font-weight: 400;
  line-height:1.8em;
  color:#000;
  opacity: 0.5;
}
#sobrepi2{
  height: 100%;
  margin: 0;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height:1.8em;
  color:white;
  opacity: 0.5;
}

ul{
  list-style: none;
  font-size: 16px;
}

a{
  color: #282e34;
  text-decoration: none;
  font-family: open sans;
  font-weight: bold;
}

/*Circular picture in About Connor Section*/
#aboutPicture{
  height: 350px;
  width: 350px;
  border-radius: 50%;
  border: .5px solid;
  box-shadow: 5px 5px 15px #888888;
}

.line{
  border-top: 1px dotted;
  width: 85%;
}

/*Tools and Resources List*/
#list{
  padding-right: 40px;
  color: black;
  margin-top: -5px;
}

#ptextBlack{
  color: black;
}



#contactPicture{
  height: 350px;
  width: 350px;
  border-radius: 50%;
  border: .5px solid;
  box-shadow: 5px 5px 15px #888888;
}

#aboutSection{
  padding-top: 50px;
}

.line{
  border-width: 1px;
  border-color: black;
}

#workSection{
  padding-top: 50px;
}

#contactEmail{
  padding-top: 10px;
}

/*above fa=envelope-o*/
.padding{
  padding-top: 25px;
}

.pimg1, .pimg2, .pimg3{
  position: relative;
  opacity: 0.70;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

/*
  fixed = parallax
  scroll = normal
*/
  background-attachment: fixed;
}


.pimg1{
  background-image:url('imagens/background.png');
  min-height: 100%;
}
.section{
  text-align: center;
  padding: 80px 80px;
}

.section-light{
  background-color: #f4f4f4;
  color: #666;
}

.section-dark{
  background-color: #282e34;
  color: #ddd;
}

.ptext{
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext .border{
  background-color: #111;
  color: #fff;
  padding: 20px;
}

.ptext .border.trans{
  background-color: transparent;
}


/*Gives a margin above tribute text*/
.section2{
  padding-top: 35px;
  margin-bottom: -25px;
  color: #f4f4f4;
}

.gary{
  height: 250px;
  width: 400px;
  border-radius: 1px;
  margin-top: 6px;
}

#banyan{
  width: 450px;
  border-radius: 5px;
}

.frame{
  background-color: white;
  height: 300px;
  width: 450px;
  border-radius: 1px;
  margin-top: -8px;
}
  
/*AskGaryVee*/
.text{
  position: absolute;
  margin-left: 175px;
  margin-top: 0px;
  color: black;
  font-weight: bold;
  font-family: Oswald;
  font-size: 22px;
}

#lineBreak{
  padding-top: 10px;
}

#socialMedia{
  color: #282e34;
  font-size: 22px;
  text-decoration: none;
    line-height: none;
    display: inline-block;
    text-decoration: none;
    margin: 10px;
}

/*padding above fa-envelope-o*/
.padding{
  padding-top: 20px;
}

#socialMedia:hover{
  color: black;
  text-shadow: 1px 1px 15px #55ffff;
}

.footer{
  font-size: 14px;
}

#footer{
  background-color: #282e34;
  color: #ddd;
}

#footer-text{
  color: #ddd;
}

#footer-text:hover{
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 569px) {
  .pimg1, .pimg2, .pimg3{
    background-attachment: scroll;
  }
  html, body{
    position: absolute;
  }
  
  #aboutPicture{
    width:100%;
  }
}

.grelhaf {
	width: 30%;
	float: left;
	margin: 1.66%;
}
