/* Add font files for Makeupfont */
@font-face {
  font-family: 'Makeupfont';
  src: url('fonts/Makeupfont-Regular.ttf') format('truetype');
    src: url('fonts/Makeupfont-Regular.otf') format('opentype');
    src: url('fonts/Makeupfont-Regular.woff') format('woff');
    src: url('fonts/Makeupfont-Regular.woff2') format('woff2');
}

/* Add font files for Roboto Slab */
@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/RobotoSlab-Regular.ttf') format('truetype');
    src: url('fonts/RobotoSlab-Regular.otf') format('opentype');
    src: url('fonts/RobotoSlab-Regular.woff') format('woff');
    src: url('fonts/RobotoSlab-Regular.woff2') format('woff2');
}

body {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,1.00);
    font-family: 'RobotoSlab';
    font-size: 18pt;
    color: #424242;
}

h1 {
    font-size: 36pt;
    line-height: 0.5;
    font-family: 'Makeupfont';
    color: #424242;
}

h2 {
    font-size: 24pt;
    font-family: 'RobotoSlab';
    color: #424242;
}

h3 {
    font-size: 24pt;
    font-family: 'Makeupfont';
    color: #424242;
}

h4 {
    font-size: 18pt;
    font-family: 'Makeupfont';
    color: #424242;
}

a {
    font-size: 18pt;
    font-family: 'Makeupfont';
    color: #424242;
}

sub {
    font-size: 10pt;
    font-family: 'RobotoSlab';
    color: #424242;
}

img {
    max-width: 100%;
    height: auto;
}

.header {
    margin: auto;
    width: 80%;
    height: auto;
    margin-bottom: 100px;
}

.nav {
    margin: auto;
    width: 60%;
    height: auto;
}

.list {
  display: flex;
  width: 100%;
  /*max-width: 20em;*/
  justify-content: space-between;
}

.about {
  background: url("images/about-bg.svg") no-repeat;
  background-size: cover;  
  margin: auto;
  width: 80%;
  height: auto;
  margin-bottom: 100px;
}

.definition {
  background: url("images/def-bg.svg") no-repeat;
  background-size: cover;  
  margin: auto;
  width: 50%;
  height: auto;
  margin-bottom: 100px;
}

.quote {
  background: url("images/history-bg.svg") no-repeat;
  background-size: cover;  
  margin: auto;
  width: 70%;
  height: auto;
  margin-bottom: 100px;
}

.goat {
    margin: auto;
    width: 80%;
    height: auto;
    margin-bottom: 100px;
}

.meet-the-goat {
    background: url("images/goat-text-bg.svg") no-repeat;
    background-size: cover;  
    float: left;
    width: 45%;
    height: auto;
}

.goat-image {
    /*background: url("images/goat.png") no-repeat;
    background-size: fill; */
    float: right;
    width: 45%;
    height: auto;
}

.space {
    clear: both;
    width: 100%;
    height: 50px;
}

.disclaimer {
    clear: both;
    font-size: 14pt;
    margin: auto;
    width: 80%;
    height: auto;
    margin-bottom: 50px;
}

.copyright {
    clear: both;
    font-size: 10pt;
    margin: auto;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1081px) {
  /* Style adjustments for viewports that meet the condition */
}

@media (min-width: 601px) and (max-width: 1080px) {

body {
    width: 100%;
    min-height: 100vh;
    background-color: rgb(250,250,250);
    font-family: 'RobotoSlab';
    font-size: 14pt;
    color: #424242;
}

h1 {
    font-size: 30pt;
    line-height: 0.5;
    font-family: 'Makeupfont';
    color: #424242;
}

h2 {
    font-size: 18pt;
    font-family: 'RobotoSlab';
    color: #424242;
}

h3 {
    font-size: 18pt;
    font-family: 'Makeupfont';
    color: #424242;
}

h4 {
    font-size: 14pt;
    font-family: 'Makeupfont';
    color: #424242;
}

a {
    font-size: 14pt;
    font-family: 'Makeupfont';
    color: #424242;
}
    
.nav {
    margin: auto;
    width: 100%;
    height: auto;
}
    
.list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
    
.definition {
  background: url("images/def-bg.svg") no-repeat;
  background-size: cover;  
  margin: auto;
  width: 80%;
  height: auto;
  margin-bottom: 100px;
}
    
.goat {
    margin: auto;
    width: 80%;
    height: auto;
    margin-bottom: 100px;
}
    
.meet-the-goat {
    background: url("images/goat-text-bg.svg") no-repeat;
    background-size: cover;  
    width: 50%;
    height: auto;
}    
    
.goat-image {
    height: auto;
}
    
.copyright {
    clear: both;
    font-size: 8pt;
    margin: auto;
    width: 100%;
    height: auto;
}
}

@media (max-width: 600px) {

body {
    width: 100%;
    min-height: 100vh;
    background-color: rgb(250,250,250);
    font-family: 'RobotoSlab';
    font-size: 10pt;
    color: #424242;
}

h1 {
    font-size: 24pt;
    line-height: 1;
    font-family: 'Makeupfont';
    color: #424242;
}

h2 {
    font-size: 14pt;
    font-family: 'RobotoSlab';
    color: #424242;
}

h3 {
    font-size: 12pt;
    font-family: 'Makeupfont';
    color: #424242;
}

h4 {
    font-size: 10pt;
    font-family: 'Makeupfont';
    color: #424242;
}

a {
    font-size: 10pt;
    font-family: 'Makeupfont';
    color: #424242;
}
    
.nav {
    margin: auto;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
    
.header {
    margin: auto;
    width: 80%;
    height: auto;
    margin-bottom: 50px;
}
    
.list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
    
.about {
  background: url("images/about-bg.svg") no-repeat;
  background-size: cover;  
  margin: auto;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
}
    
.definition {
  background: url("images/def-bg.svg") no-repeat;
  background-size: cover;  
  margin: auto;
  width: 90%;
  height: auto;
  margin-bottom: 50px;
}
    
.goat {
    margin: auto;
    width: 90%;
    height: auto;
    margin-bottom: 50px;
}
    
.meet-the-goat {
    background: url("images/goat-text-bg.svg") no-repeat;
    background-size: cover;  
    width: 100%;
    height: auto;
}    
    
.goat-image {
	display: block;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
	height: auto;
	
}
	
.disclaimer {
    clear: both;
    font-size: 10pt;
    margin: auto;
    width: 80%;
    height: auto;
    margin-bottom: 50px;
}
    
.copyright {
    clear: both;
    font-size: 8pt;
    margin: auto;
    width: 100%;
    height: auto;
}
}
