* {box-sizing: border-box;}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    line-height:20%;
}
p {
    font-family: 'Roboto', sans-serif;
}

html { 
  background: url(images/aurabg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    font-family: 'Roboto', sans-serif;
    /*background-image: url('images/aurabg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom; 
    */
    
}

.container {
	width: 100%; /*Set the width of the entire website here */
    height: 100%;
	margin-right: auto;
	margin-left: auto; /* Margin-left and right are set to auto to center the container */
    padding-bottom: 400px;
}

.hero-image {
text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
	width: 100%;
    height: 100%;	
}

.intro {
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: 25px;
}

hr {
    width: 800px;
}

.social {
    width: 3%;
    padding-top: 20px;
    margin-right: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    body {
        background-position: 5%;
    }
    
    .hero-image {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
    
    .logo{
        width: 70%;
    }
    
    .intro {
    font-size: 30%;
}
    
    .social {
    padding-top: 10px;
    margin-right: 15px;
}


} 

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
    
    body {
        background-position: 5%;
    }
    
    .hero-image {
    padding-top: 50px;
}
    
    .logo{
        width: 70%;
        padding-bottom: 
    }
    
    .intro {
    font-size: 97%;
    padding-bottom: 10px;
    line-height: 25px;
}
    hr {
    width: 70%;
}
    
    .social {
    width: 6%;
    padding-top: 20px;
    margin-right: 15px;
}


} 


    
   
    



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
