/* general body stuff */ 

body {
background-image: url('https://i.pinimg.com/736x/9e/0a/1b/9e0a1bc818d4437640d0d832a834be73.jpg');
background-color:#f4f4f4;
background-attachment: fixed;
background-repeat: repeat;
background-position: center center;
margin:50px;
padding: 10px;
    font-family: 'MS UI Gothic';
    font-size: 14px;
    color: #39424C;

}

/* thing to center everything idk it kinda worked */ 

.center {
  max-width: 800px;
  margin: auto;
  
}

/* words inside banner */ 

.epic-title {

width:800px; 
margin:20px;
  
}

/* main banner above all the pages */ 

.banner {
 width:828px;
 height:230px;
 background-color:#39424C;
 background-image: url('https://i.pinimg.com/1200x/31/2c/7f/312c7fcd130818e39c0a4aa1e6615134.jpg');
 background-repeat:no-repeat;
 border:dotted 2px #39424C; 
}


/* the main three containers */ 

.container-right {
height:600px;
width:150px;
display:inline-block;

margin:1px;
padding:3px;

}

.container-left {
height:600px;
width:200px;
display:inline-block;

margin:1px;
padding:3px;

}

.container-middle {
height:600px;
width:350px;
display:inline-block;

margin:1px;
padding:8px;

}

/* containers with actual things inside */ 


/* containers in the middle */ 

.intro-container {
height:250px;
width:300px;
display:block;
background-color:#f4f4f4;

padding:10px;
border:dotted 2px #18181B;
}

.video-container{
  height:400px;
  width:300px;
  margin:auto;
}

.test {
height:80px;  
width:300px;  
display:block;
margin:5px; 
}

.pagetitle {
height:50px;  
width:300px;  
display:block;
  
}

/* for main text box in the middle + decor images */ 

.textbox1 {


height:100px;
width:150px;
display:inline-block;
margin:10px;
padding:10px;
}

.textbox2 {


height:100px;
width:350px;
display:block;
margin:10px;
padding:10px;
}

.fweaking-kewl-cat {
  
display:inline-block;  
width:10px;
height:10px;

  
}

/* containers on the right */ 

.calendar-container {
height:350px;
width:200px;
display:block;
background-color:#f4f4f4;
margin:auto;
padding:10px;
border:dotted 2px #18181B;
}


/* containers on the left */ 

.navigation-container {
height:350px;
width:170px;
display:block;
background-color:#f4f4f4;
margin:auto;
padding:10px;
border:dotted 2px #18181B;
}
